楊伶雯
2013年8月3日 00:47
");
$(".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();
});
}
//-------------------
});
-
台股投資人在證券行看大盤走勢。(圖/中央社資料照)
記者楊伶雯/台北報導
台股周五收在8099.88點,上漲43.66點,成交824.18億元,日盛首選基金經理人蔡昀達表示,短期漲多族群,近期賣壓出籠,股價出現修正,觀察台股後市,8月中旬後,台股月營收、法說利空淡化後,可望再啟動一波走勢,預估蘋果8月開始少量拉貨,電子股8月中旬將會有明顯表現。
蔡昀達指出,FOMC會議結論表示,對通縮及房貸利率上升有所疑慮,使得市場推測QE購債規模縮減行動可能延後,但美國景氣復甦仍將持續。觀察資金流向,由債轉股態勢明顯,資金主要流向美股ETF,只要美國經濟持續穩定成長,資金可望持續流入股市,在9月中前無重大事件干擾,美股走勢可望持穩,相對其他地區股市也能有穩定表現。
蔡昀達說,大陸上半年調結構之後,下半年將以穩增長為主軸,加上「微刺激」政策陸續出爐,提出6大城市基礎建設清單,貨幣政策可望放鬆,上半年測試經濟運行底部,GDP下修已近滿足點,接下來只要出口有改善,將可刺激景氣好轉,股市有表現機會。
蔡昀達分析,台股短期漲多族群,近期賣壓出籠,股價出現修正,但因目前仍有財報不佳電子股公布業績,且7月電子族群營收表現不如預期,加上拉貨潮未現,資金為避開財報衝擊,導致市場追價意願不高,資金未能有效轉移至電子股,使得大盤成交量能未見放大,指數缺乏上漲動能。
觀察台股後市,8月中旬後,台股月營收、法說利空淡化後,可望再啟動一波走勢。預估蘋果8月開始少量拉貨,電子股8月中旬將會有明顯表現,傳產方面,金融、生技股可關注,此外,因大陸經濟可望走穩,中概股相關零售、食品及環保類股,都可留意。
關鍵字:
台股
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
留言列表