葉立斌
2013年8月30日 11:45
");
$(".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();
});
}
//-------------------
});
-
電競隊伍橘子熊(Gama Bears)將代表台港澳參與《英雄聯盟》Season 3世界錦標賽。(圖/公關照片)
記者葉立斌/台北報導
受到台港澳電競玩家與電玩迷矚目的電子競技賽事《英雄聯盟》(LOL)Season 3世界錦標賽台港澳資格賽,以及2013Garena超級聯賽(GPL)於29日在台北小巨蛋舉行。LOL台港澳資格賽,由橘子熊(GAMA Bears)打敗AZUBU台北狙擊者(AZB TPS),獲得到美國參與LOL總冠軍賽的資格,盼能為台灣奪下世界冠軍。這項改變被媒體稱為「世代交替」。
英雄聯盟Season 3世界錦標賽將於美國時間9月15日起,從來自台港澳、北美、東南亞、韓國等資格賽脫穎而出的代表隊伍進行。依照賽程,最終的總決賽將於美國時間10月4日,在洛杉磯史坦波中心(Staples Center)舉行,共同爭取100萬美元的高額獎金以及世界第一的召喚師榮耀。本次賽程由 AZUBU 台北狙擊者出戰橘子熊,採用艱峻的 BO5 賽制,場地皆選用「召喚峽谷」。
最後結果由橘子熊獲勝,隊長陳鵬年(Winds)賽後興奮地感謝支持者,並提到「不敢相信我們真的做到了!」並承諾會幫台港澳拿下Season 3世界冠軍。橘子熊將在台灣時間9月啟程前往美國,參加總決賽。
另最後由南韓電競隊伍MVP Ozone與台灣的5支電競隊伍(華義Spider、橘子熊、AZB TPA、AZB TPS、ahq)中抽選其中幾人組成明星隊,不過最後由MVP Ozone獲勝。
▼南韓電競隊伍MVP Ozone。(圖/公關照片)
關鍵字:
英雄聯盟
台灣競舞娛樂
Garena
台北小巨蛋
Season 3世界錦標賽
台港澳資格賽
留言列表