楊伶雯
2013年7月23日 16:33
");
$(".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();
});
}
//-------------------
});
-
法人看好台股後市。(圖/中央社資料照)
記者楊伶雯/台北報導
電子金融齊漲,台股23日上漲1.35%收在8214點,創近8個交易日來單日最大漲幅,累積今年來上漲6.69%,統計216檔台股及台股平衡基金中,有超過9成獲利,127檔今年來每一季都賺錢,其中17檔獲利逾20%。
群益中小型股基金經理人沈萬鈞表示,由於近期為國內及美國公佈半年獲利的密集期,股市多半受財報結果影響,台股近期就在電子權值股、高價股的上沖下洗下震盪加劇,但就技術面觀察,加權指數在8250~9000點處遇中長線下降壓力,上檔壓力待時間進行化解,反彈至8200點附近,KD值又來到高檔,量縮追漲的意願下降,等待持續化解前波套牢賣壓。
沈萬鈞說,台股帶量突破8200點,後續能否站穩可密切觀察。就基本面來看,台股進入財報密集期,電子早先的下修也已出現反應,近期若再有利空仍可視為短期效應。
沈萬鈞認為,整體來看,台股7~8月將進入半年報公布時期,在對下半年行情持續看多,加上季線趨勢向上,若有較大的拉回都是不錯的布局買點,不過需注意先前融資大增之套牢賣壓尚需化解,預期台股仍將跟隨美股呈現震盪走堅格局。
沈萬鈞指出,7月預期為橫盤整理格局,8月有機會走堅,8月中將為半年報公布時期,逢低加碼預期半年報表現較佳的類股與個股。
沈萬鈞進一步表示,產業部分,傳產隨著歐美景氣溫和復甦,大陸下半年可望復甦,績優的傳產龍頭公司仍是最受長期投資人青睞標的,生技醫療產業長線看多,受惠長期需求及利基題材,表現可期。電子股方面,筆電等下游廠商疑慮增加,上游半導體第3季有基本面支撐,但漲幅恐較有限。
關鍵字:
台股
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
留言列表