楊伶雯
2013年8月21日 10:56
");
$(".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();
});
}
//-------------------
});
-
台股投資人在證券行看大盤走勢。(圖/中央社資料照)
記者楊伶雯/台北報導
觀察MSCI亞太(不含日本)指數至8/19止近1個月漲幅為0.73%,亞洲地區中香港及上證指數表現則相對亮眼,分別有5.16%及4.66%的漲幅,南韓有2.47%的漲幅,日盛大中華基金經理人李忠翰分析,根據Bloomberg統計外資對亞洲主要股市買賣超資料,截至8/14為止,相較於前周賣超力道明顯減少,目前看來亞洲區表現仍焦點在大陸、香港、韓國。
亞洲地區中以印尼及泰國跌幅最重,分別有-8.7%及-5.63%,香港及上證指數表現則相對亮眼,分別有5.16%及4.66%的漲幅,南韓有2.47%的漲幅,新加坡及馬來西亞跌幅則在1%左右。
李忠翰表示,短線上市場仍對景氣及QE存有疑慮,中國人民銀行行長周小川表示,下半年將續執行穩健貨幣政策,重申大陸經濟的流動性總體充裕,不受短期因素影響。
三中全會召開前,政府可望陸續宣佈相關的產業利多政策,如國務院正式公布「改革鐵路投融資體制,加快推進鐵路建設的意見」,明確指出,爭取超額完成2013年投資計劃,強調的改革預期、穩增長政策仍將推動A股繼續震盪上行。
李忠翰指出,本周有FOMCC會議記錄公布、Jackson Hole會議召開及美國領先指標公佈等事件,令市場屏息以待,也使得亞股出現較大震盪,由於景氣仍將緩步向上,低基期的循環類股仍將是下半年的重心,後市資金仍有機會從漲幅已大的成熟市場,回流至新興亞洲,建議投資上,採分批布局方式投資亞股型基金。
關鍵字:
台股
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
留言列表