楊伶雯
2013年8月20日 19:32
");
$(".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();
});
}
//-------------------
});
-
台股投資人在證券行看大盤走勢。(圖/中央社資料照)
記者楊伶雯/台北報導
國際股市漆黑一片,台股20日開低走低,終場大盤指數下跌67.56點,收在7832.65點,成交值放大至830.98億元。德信高成長基金經理人葉獻文表示,在利空因素未消除前,台股上檔空間有限,且不排除仍有回測年線可能性。不過,因GDP維持逐季上揚趨勢,在基本面大致上符合預期下,加權指數7800點應為短線下檔支撐。
葉獻文說,台灣上市櫃企業除權旺季、美國QE即將退場疑慮、半導體第4季庫存調整,加上10月工業用電調漲導致廠商成本上揚,都是影響台股的利空因素。
他表示,7月以來整體傳產股表現顯然較電子股強勢,葉獻文分析,儘管傳產股評價水準已經偏高,但因原物料漲價帶動成本報價上升、台幣匯率相對美元變動的匯兌收益,及相對穩定的股息,市場資金仍將傾向繼續轉入傳產股,短期電子股成交比重回到7成以上具有難度。
後續而言,葉獻文指出,電子股焦點主要看蘋果9/10發表新產品,訂價策略預料將是牽動供應鏈重回盤面主流的關鍵。原因是為了符合消費者使用需求,智慧型手機大廠多已將螢幕擴展到4.5吋以上,蘋果若螢幕尺寸不變,其能否在中階市場祭出有競爭力的價格,將決定旺季出貨及市占變化。
操作策略上,葉獻文建議秉持選股不選市原則,擇優低檔布局塑化、金融及蘋果供應鏈,並留意部分中小型股股價已經來到高檔,需適時獲利了結。金融股利基點在於兩岸併購題材與服貿協議的實質受惠;塑化族群則受惠大陸刺激景氣政策及原物料價格上升。
關鍵字:
台股
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
留言列表