楊伶雯
2013年7月20日 12:34
");
$(".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();
});
}
//-------------------
});
-
法人認為台股最壞情況已過,下半年看好。(圖/記者楊伶雯攝)
記者楊伶雯/台北報導
法說會透露旺季行情不如預期,造成台股周五開低走低,尾盤雖在生技股及傳產股轉強下讓指數跌幅縮小,但終場仍下跌132.85點,以8062.03點作收;近一周加權指數下跌1.93%,周成交量則擴張到4600億元 ;保德信高成長基金經理人葉獻文表示,外資買超至今回補量尚未到5月賣出一半,且多集中大型的傳產權值股,建議投資人可持續著墨強勢股,後續仍有再創新高的機會。
葉獻文指出,柏南克釋出量化寬鬆暫且不會退場訊息,帶動市場信心增溫,帶動成交量緩步增加。就歷史經驗看,6月底出現罕見的百點長紅棒,後續有機會開啟多頭走勢,台股下半年還有高點可期,現階段遇拉回即是中長線買點。
葉獻文分析,7月起個股陸續除息,若還原息值可發現加權指數已經接近今年高點,再往上即是8500點至8900點的頭部壓力區,量能若未能推動指數過前波高點,則盤整局是將延續,中小型股表現將優於大型股,不過個股表現的差異性預料將不及上半年明顯。
他強調,由於美股近期表現比預期強勢,後續應留意油價對通膨影響,以及8月初公布的就業報告,對國際情勢影響較大。
盤面族群看,葉獻文指出,外資買超至今回補量尚未到5月賣出一半,且多集中大型的傳產權值股,建議投資人可持續著墨強勢股,後續仍有再創新高的機會。電子股指數受到除息影響,目前仍在季線以下掙扎,表現在三大類股中最為弱勢,然而作為主力的智慧型手機仍有新產品效益可期。此外,今年大陸為刺激內需,可望再度推出家電補貼政策,對相關類股也有業績效應。
關鍵字:
台股
QE
觀光
電子股
中概股
蘋果
證交所
520
證交所
櫃買中心
遠東新
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
留言列表