楊伶雯
2013年8月30日 14:11
");
$(".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();
});
}
//-------------------
});
-
台股再上8000點。(圖/中央社資料照)
記者楊伶雯/台北報導
中東戰爭警報暫時解除,美國延後對敘利亞動武,美股周四小漲,台股30日以小紅盤開出,盤面上由電子股、金融股領軍上攻,汽車股表現也強,由於MSCI權重調整下周一生效,尾盤權值股、高價股齊拉,指數在最後一盤一口氣再衝高48.48點,終場收8021.89點,大漲104.23點,成交809.47億元,周線上漲148.58點,但月線仍下跌86.05點。
美股周四回穩小漲,台股30日以7949.99點開出,上漲32.33點,盤面上以汽車股的表現最強勢,由和泰車及裕日車領漲,終場類股收漲4.93%,盤面上電子股、金融股齊漲,傳產股也是上漲居多,僅造紙股下跌,收場收跌1.39%。
權值股及高價股在臨收盤前大漲,大單敲進下包括電子股的台積電、大立光、聯發科、宏達電、中華電;金融股的國泰金、富邦金、兆豐金;傳產股的台塑化等都以今日最高價收盤,電子股收1.35%,金融股收漲1.58%。
台股大盤指數臨收盤前最後一盤買盤急攻,一口氣再推升指數48點,其中,台積電重新站上100元之上,收在100.5元,漲幅1.82%,貢獻大盤指數達17點,鴻海收81.2元,貢獻大盤指數也達6點,台塑化收76元,貢獻指數4點。
關鍵字:
台股
QE
觀光
電子股
中概股
蘋果
歐債
日圓
貶值
日股
留言列表