楊伶雯
2013年8月6日 14:29
");
$(".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();
});
}
//-------------------
});
-
台股下跌。(圖/中央社資料照)
記者楊伶雯/台北報導
美股周一漲少跌多,道瓊工業指數收跌46.23點,台股6日開低,盤面上以題材表現為主,但不敵高價股及權值股賣壓,台積電跌破百元,大立光也是下跌,傳產股也是下跌居多,金融股跌幅逾1%,盤中最低下探至8028.93點,重挫逾百點,僅橡膠股小紅作收,終場失守季線8112點收在8038.91點,下跌99.72點,成交816.91億元。
美股道瓊工業指數收跌46.23點,跌幅0.15%,收在1707.14點;NASDAQ指數收漲3.36點,漲幅0.09%,收3692.951點;S&P500指數收跌2.53點,跌幅0.15%,收1707.14點;費城半導體指數收1.24點,跌幅0.26%,收在482.14點。
台股6日以8129.85點開出,下跌8.78點,早盤以題材表現為主,但股王大立光7月營收表現亮眼,股價卻是下跌,宏達電則是因為營收續下滑,股價再下跌,台積電在平盤上下整理後失守百元,友達、群創、鴻海、聯發科都是下跌的表現,各類股幾乎都是下跌,拖累大盤再向下探底。
高價股、權值股走跌,蘋果概念股表現失色,大盤指數盤中快速失守8100點,重挫逾百點,早盤僅剩營建股受惠於開放壽險投資不動產的題材,一度展現紅盤氣勢,成為撐盤重要指標,可惜尾盤仍是收黑。
權值股成為殺盤重心,電子股收跌1.16%,金融股跌幅也重,終場收跌1.43%,傳產股部分,僅橡膠股收紅0.06%,營建股紅翻黑,玻陶股收跌2.46%,跌勢最重,水泥股、電機股、汽車股、食品股、塑膠股、鋼鐵股等跌幅都逾1%。
關鍵字:
台股
QE
觀光
電子股
中概股
蘋果
證交所
外資
人民幣
債市
新興市場
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
留言列表