楊伶雯
2013年10月9日 10:18
");
$(".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();
});
}
//-------------------
});
-
台股下跌。(圖/中央社資料照)
記者楊伶雯/台北報導
美股周二重挫,連動台股9日早盤開低,金融股領軍上攻,傳產股則是漲跌互見,但電子股表現較弱,指數開低後震盪上攻,盤中一度翻上紅盤。
美國政府還關門中,美股周二重挫,道瓊工業指數收14776.53點,大跌159.71點,跌幅1.07%;NASDAQ指數收3694.83點,下跌75.54點,跌幅2%;S&P500指數收1655.45點,下跌20.67點,跌幅1.23%;費城半導體指數收486.82點,下跌8.27點,跌幅1.67%。
美股重挫,亞股也受拖累,日股早盤開跌0.75%;台股9日開盤下跌23.4點,以8352.25點開出,金融股成為領軍主流,多頭攻勢持續,買盤拉抬開發金、新光金、國泰金、中壽等股,盤中類股走揚0.62%。
傳產股以紡織、汽車、營建、百貨股表現較強勢;電子股則是下跌,台積電開低,但盤中拉至平盤,大立光也是開小黑,盤中拉至平盤1000元,反攻企圖強,鴻海小跌,不過,宏達電反彈。
關鍵字:
台股
QE
觀光
電子股
中概股
蘋果
日股
歐債
安倍晉三
留言列表