楊伶雯
2013年8月7日 09:31
");
$(".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();
});
}
//-------------------
});
-
台股下跌。(圖/中央社資料照)
記者楊伶雯/台北報導
美股周二下跌,拖累台股7日開低失守8000點,指數以7993.57點開出,下跌45.34點,金融股跌幅逾1%,電子股也下跌,台積電、大立光、鴻海等股都是下跌表現,各類股齊挫下,指數開低走低。
擔心聯準會(Fed)可能從9月開始縮減購債計畫,QE退場疑慮再起下,美股周二下跌,道瓊工業指數盤中一度重挫近140點,終場以15518.74點作收,下跌93.39點,跌幅0.6%;NASDAQ指數收3665.77點,下跌27.18點,跌幅0.74%;S&P 500指數收1697.37點,下跌9.77點,跌幅0.57%;費城半導體指數收478.68點,下跌3.46點,跌幅0.72%。
美股下跌,外資對台股操作偏空下,7日以低盤開出,失守8000點關卡,上市櫃公司7月營收及今年半年報陸續公布中,也影響到部分個股的表現,早盤開低後,正在實施庫藏股的宏達電止跌,另外,聯發科也是上漲的表現。
傳產股部分,百貨股跌幅逾2%、食品股、營建股、玻陶股、汽車股跌幅都逾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
留言列表