Now著玩粉絲團
2013年6月27日 15:02
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
樂園業者腦筋動得快,結合科技公司推出一款遊戲APP,讓你透過行動載具跟比基尼女郎尬清涼。
記者李鴻典/台北報導
台灣今天又飆出入夏以來最高溫!溫度來到37.4度,讓人揮汗如雨,這時候,應該有不少人想「插水」涼快一下!而夏天到了,陽光、比基尼,似乎是不可缺少的,還來不及到海邊或樂園報到嗎?有樂園業者腦筋動得快,結合科技公司推出一款遊戲APP,讓你透過行動載具跟比基尼女郎尬清涼。
台中知名樂園業者抗夏出奇招,結合實體與虛擬,首度與遊戲業者合作,推出遊戲APP─滑水天使。遊戲中跟隨穿著清涼的比基尼辣妹一同闖關暢遊樂園內各項遊樂設施,讓你不隨時可以感受清涼,業者為歡慶遊戲正式上架,還祭出第一波好康,推出三大優惠好康,包括只要下載遊戲,完成遊戲中的任務,就可以以優惠價購買門票、再挑戰專屬關卡,將有機會獲得門票買一送一優惠券。
另外,只要穿著比基尼或泳圈玩遊戲,拍上最萌的照片,上傳至至樂園及遊戲粉絲團,就有機會獲得一張門票。
關鍵字:
FUN暑假
樂園
業者
結合
科技
公司
比基尼
遊戲
APP
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表