2013年7月31日 21:59
");
$(".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();
});
}
//-------------------
});
-
陽岱鋼4打數無安打。(圖/達志影像/美聯社)
記者吳政紘/綜合報導
效力於日本職棒,日本火腿鬥士隊的我國旅日好手陽岱鋼,31日以先發中外野手、第一棒的身份上場,結果4打數沒有安打演出,火腿隊最終以1:6輸給羅德隊。
前一場開轟的陽岱鋼,這場打擊熄火,受到對方先發投手古谷 拓哉好投影響,目前打擊率為2成88。
古谷表現出色,主投8局才被打3支安打,順利幫羅德隊中止5連敗的戰績。
羅德隊靠著井口資仁、今江敏晃3局下連續安打先拿下3分,接下來,5局上井口再度適時安打建功,最後就幫助球隊以6:1大勝。
從美職轉戰日職的前運動家隊投手Justin Thomas先發4.2局,被打6支安打失4分,承擔敗投。
上半季洋聯排名第一的樂天金鷹遇到西武獅隊,不過雙方以2:2戰和。
(接下一頁)
關鍵字:
日職
王溢正
橫濱
陽岱鋼
陽耀勳
李杜軒
蕭一傑
陳冠宇
鄭凱文
林羿豪
巨人
瘋棒球
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
留言列表