沈明璁@NOWnews運動新聞
2013年8月3日 23:32
");
$(".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();
});
}
//-------------------
});
-
中華隊逆轉菲律賓,戴維斯賽後相當興奮。(資料照/FIBA提供)
記者沈明璁/綜合報導
中華隊3日克服龐大主場壓力,打出漂亮一仗,以84:79逆轉「世仇」菲律賓,贏得經典一役,賽後「新台灣人」戴維斯(Quincy Davis)也難掩心中激動。
戴維斯此役面對經驗老道、身高210公分的Marcus Douthit打得掙扎,加上裁判爭議哨音,上半場就吞下3次犯規,決勝節更是在4犯壓力下與這位巨人對抗。
第4節4分鐘起,Douthit看準中華隊禁區支柱戴維斯身陷犯規麻煩,頻頻面框、背框單打,但戴維斯相當聰明,用最安全的方式防守,雖然被他投進2球,不至於失勢。
最後2分鐘,Douthit持續進攻籃框,但戴維斯成功干擾,讓對方連續投丟2球,成為拉鋸戰中的關鍵,也是中華隊上演「13分大逆轉」的幕後功臣。
「這是一場激烈的戰役,但我們拿出不服輸的精神!」戴維斯上場23分25秒,貢獻6分、10籃板,送出1次阻攻。 (接下一頁)
關鍵字:
亞錦賽
中華隊
戴維斯
Quincy Davis
菲律賓
Marcus Douthit
逆轉
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
留言列表