馮珮汶
2013年7月30日 11:20
");
$(".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();
});
}
//-------------------
});
-
口香糖業者推出美食季,買商品還能免費吃美食。
記者馮珮汶/台北報導
你也是三餐老是在外的小資女、上班族嗎?下班後總愛在外與同事聚餐,但吃完後講話可要當心口中異味!有口香糖業者看準商機,推出多種無糖水果口味新商品,不但消臭還能不發胖,還特別與美食名店合作,嚼口香糖還能免費吃牛肉麵。
台灣人愛吃美食,不過吃得好也要兼顧口腔健康。用餐完畢要及時做好保健工作,但不是人人都能隨時隨地刷牙,依此許多民眾也會在飯後來顆口香糖清除口中異味。
口香糖業者特別與連鎖牛肉麵店、炸豬排及比薩等美食名店合作,買口香糖限定包裝就能到店家換取免費餐飲,省錢小資只要花銅板假就可以啖美食,成為精打細算新方式。
關鍵字:
EXTRA
口香糖
美食
小資
省錢
留言列表