Jean Yen
2013年8月19日 14:09
");
$(".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();
});
}
//-------------------
});
-
國泰金控。(圖/記者顏真真攝)
記者顏真真/台北報導
國泰金控19日公布8月國民經濟信心調查結果,在主要國家景氣轉強,國內7月景氣對策燈號已擺脫連9月黃藍燈低迷,景氣現況及展望樂觀指數小幅回升,但在美國QE縮減規模隱憂未除,各大電子業龍頭第3季展望普遍不佳下,民眾對未來半年股市樂觀指數續降,同時,有36.5%民眾認為兩岸服貿協議將帶來負面影響,其中最擔心的問題來自市場競爭。
國泰金指出,美國經濟展現穩健的擴張態勢、歐元區出現復甦曙光,均為下半年景氣帶來成長動能。在主要國家景氣轉強的背景下,國內經濟也恢復生機,7月的景氣對策燈號已擺脫連9月黃藍燈的低迷狀態,重回綠燈的穩定狀態,調查顯示,8月景氣現況及展望樂觀指數小幅回升至-8.6及-5.4,顯示民眾對景氣樂觀程度較前月略回升。
同時,由於國際原物料價格近期持穩,7月台灣消費者物價指數僅0.08%,民眾通膨壓力減輕,8月物價上漲感受指數下降至今年新低,持續減輕歐通膨壓力,加上景氣似出現好轉跡象,民眾消費意願也有回溫跡象,耐久財與大額消費指數皆小幅上揚。
不過,國泰金表示,美國QE縮減規模隱憂揮之不去,為新興市場股市帶來壓力,且各大電子業龍頭第3季展望普遍不佳,致使台股震盪偏下,民眾對未來半年股市樂觀指數續降至-8.1,惟風險偏好指數不降反升至-10.9,似乎顯示民眾增持風險性資產的意願可提供台股部分支撐。
至於兩岸服務貿易協定,國泰金說,雖然調查顯示,有36.5%比例民眾認為將帶來負面影響,但也有32.4%比例的民眾認為影響不大,關於服貿協議帶來的衝擊,民眾最擔心的是市場競爭(佔32.1%),其次為就業機會(20.5%)。
國泰金這項調查是在今年8月1日至7日進行,針對國泰人壽官方網站會員及國泰世華銀行客戶發出電子郵件問卷,並成功回收共2萬0846份有效填答問卷。
關鍵字:
國泰金
景氣
經濟
股市
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
留言列表