洪偵源
2013年8月31日 13:23
");
$(".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();
});
}
//-------------------
});
-
參加鐵三角接力賽的選手。(圖/記者洪偵源攝)
記者洪偵源/澎湖報導
3位從事旅遊業的漂亮寶貝,第一次參加鐵三角接力賽就碰上大雨,給淋了一身濕,不過仍玩得很開心,不減對鐵人賽的興趣,只希望下次可以碰上好天氣。
在旅行社上班的3人,聊天聊到鐵人三項的話題,安大叡(圖左)說:「聊得很有興趣,然後就用google搜尋,看最近的比賽是哪一場,就報名來澎湖了。」
天雨路滑讓許雯淳在騎車時摔車,因為沒注意車道上有停其他車輛,加上路滑剎車不易而摔倒,負責跑步的張婷婷(圖右)在比賽時還是雨勢最大的時候。
3人平時都有從事運動,安大叡自行車、游泳、跑步都有涉獵,只是今天因海象不佳,游泳項目縮短為400公尺,讓她覺得有點可惜,感覺沒有真正游到。
對於比賽,3人異口同聲表示:「感覺很好玩!」,只是碰上第一次比賽就碰到下大雨,拜託下一次會是個好天氣!
留言列表