");
$(".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();
});
}
//-------------------
});
-
土司森林複合式餐飲 多樣商品創意無限
本報訊
現代社會工作繁忙,很多人因此吃飯時間不正常,一群志同道合的夥伴結合在一起,開創「土司森林」複合式餐飲輕食店,提供新鮮現做的營養料理,把關外食族的健康。
有些人覺得土司是早餐的餐點,吃不飽,土司森林卻要顛覆傳統,招牌「相撲三明治」用四片土司加上大量蔬菜,內夾一片超過一公分的豬排,就算是一個大男生也能享受飽足感。
土司森林除了相撲三明治的響亮名氣以外,鹹甜口味都各有擁護者。以鹹口味來說,著名的焗烤厚片有多達十種的特殊口味,其中以鮪魚焗烤厚片和總匯海鮮厚片最受顧客歡迎,不手軟的用料,大方撲滿在厚片的每個角落,再灑上滿滿的起司放進烤箱焗烤,香氣撲鼻讓人食指大動。
銅板價格就能兼具美味及健康,即使景氣不好,花小錢也能享受美食吃到飽!目前已有20多間加盟店的「土司森林」,未來將擴展版圖到北部地區,北部民眾很快就能吃到料多實在的「土司森林」。
官網 : http://www.toast-forest.glob.tw/
FB粉絲專頁 :「土司森林茶飲輕食館」
加盟專線 : 0800-200-501 / 0952-123369
留言列表