");
$(".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();
});
}
//-------------------
});
-
Lamigo啦啦隊「Lamigirls」將在18日舉辦「LamiParty辣蜜趴」。(圖/Lamigo桃猿提供)
體育中心/綜合報導
Lamigo桃猿今年大手筆,極積規劃更多場邊活動,包括打造桃園球場專屬的Lamigirls啦啦隊,再加上軟硬體設備提升,票房比去年同期有著大幅成長。
Lamigirls主場賽事,幾乎場場都出動10人表演,她們青春、熱情、活力的加油,成功吸引男性球迷,更有許多男粉絲是衝著Lamigirls進場,而球團為了慶祝LamiGirls「Lamigo啦啦隊」粉絲團突破兩萬。
LamiGirls將在8月18日Lamigo主場舉辦「LamiParty辣蜜趴」感謝球迷,賽前提早14:30進場,十一位LamiGirls MIA、伊伊、梓甯、小茶、VIVIAN、ELI、PING、派派、曲曲、小帆以及AMIS都將在舞台上與球迷朋友同歡,讓喜愛她們的球迷朋友能夠更貼近她們。
「LamiParty辣蜜趴」當日活動除了仍由LamiGirls帶領球迷應援加油之外,更設計了球迷朋友可以在舞台區與LamiGirls進行甜蜜刺激的遊戲,有機會獲贈由LamiGirls親自準備的禮物,又辣又甜蜜!
溫馨的設計感T恤義賣也將是活動的一大亮點,由MIA設計的愛心T恤「Love」將在8月10日(六)網路首賣,凡於8月18 :00前網路申購成功並領取者,穿上它進場秀出當日正式門票者就可以獲贈「進擊的LamiGirls」海報乙張並參加簽名會,讓LamiGirls簽名。
當天也會將「Love」特殊色版安排在現場義賣,T恤販售所得全數捐給罕見疾病易染性腦白質退化症MLD「東森慈善基金會潤潤專案」
除此之外,LamiGirls要在當天首發最新舞蹈「Love Me Girls」作為回饋球迷的愛心禮,讓進場的球迷朋友一飽眼福,完全釋放最熱情、最動感的LamiGirls!
關鍵字:
瘋棒球.中華職棒
Lamigo桃猿
Lamigirls
MIA
伊伊
梓甯
小茶
VIVIAN
ELI
PING
派派
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
留言列表