2013年10月16日 09:48
");
$(".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();
});
}
//-------------------
});
-
小麥本週來到首爾參加南韓公開賽。(圖/美聯社/達志影像)
記者林俊達/綜合報導
失望的2013年球季,Rory McIlroy再次強調跟更換球具毫無關係,至於他跟Caroline Wozniacki之間的關係,他則是三緘其口不願正面回應。
小麥本週來到首爾參加南韓公開賽,賽前的記者會上,大家當然是追問他跟Caroline Wozniacki是否真的已經分手。
「我想還是讓我的私生活保持私密。」這名來自北愛爾蘭的前世界球王,在分手的消息傳出之後,頭一次回答這個問題。
Rory McIlroy與Caroline Wozniacki交往兩年,過去總是非常大方地表現出他們的關係,也經常到球場表達對彼此的支持,去年小麥在球場上的成就達到頂峰,不過今年球季直線滑落,曾經世界排名第一的Caroline Wozniacki,目前也已掉到第九。
不願多談他跟(前?)女友之間的事情,但是對於他跟新球具廠商的關係,Rory McIlroy卻是全力維護,大家猜測他今年的成績大幅退步,一定跟更換球具有關係,但小麥再次強調:沒有這回事。
去年小麥在大西洋兩岸都奪下獎金王,世界排名衝上第一,之後就跟知名的運動廠商簽下10年2億5千萬美元的球具合約,從那之後,Rory McIlroy一整個球季沒有拿下任何一場勝利,所有重要的比賽,他的表現都很難看。 (接下一頁)
關鍵字:
Rory McIlroy
Caroline Wozniacki
高爾夫
NIKE
世界球王
南韓公開賽
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:
留言列表