Jean Yen
2013年10月28日 12:02
");
$(".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();
});
}
//-------------------
});
-
央行總裁彭淮南公布兩岸貨幣清算機制的相關細節及內容。(圖/中央社)
記者顏真真/台北報導
新台幣大幅升值,企業頻向中央銀行總裁彭淮南喊話,希望讓新台幣貶至31元,對此,彭淮南28日表示,在供給大於需求之下,讓匯率一下貶這麼多,在國際金融社會也不會被接受,要怎麼對社會交代。
由於新台幣大幅升值,收盤價已升破29.5元,28日早盤更一度觸及29.37元、升值8.5分,也讓企業大喊吃不消,不少企業老闆紛紛向彭淮南喊話,希望新台幣能貶值。
友達光電董事長李焜耀日前在一場演說中就提到,全球金融海嘯發生後,新台幣兌美元匯率相較於韓元升值了15%至20%,損及了台灣出口企業的競爭力。新纖董事長吳東昇也表示,如果新台幣兌美元匯率可以貶值1至2元,貶到31元,對台灣出口產業一定是改頭換面。
此外,全國商業總會理事長張平更不斷向央行喊話,全球經濟都不怎麼好,台灣要突破「大悶鍋」狀況,政府要有更大擔更積極的作為,應拿出像日本這樣大膽的作風,例如讓新台幣匯價適度貶值,建議30-31元對台灣產業較有幫助。
對於企業希望新台幣貶值,28日在立法院財委會也引發立委關注,彭淮南則表示,匯率是一刀兩仞,今年1至9月出超20多億美元,這月外資匯入30多億美元,在供給大於需求下,讓匯率一下貶這麼多,在國際金融社會也不會被接受,要怎麼對社會交代。
彭淮南也再次強調,台灣還有1300萬機車族,他們是沈默大眾,如果讓新台幣大幅貶值,機車族加油要增加多少油錢,新台幣匯率還是要由供需來決定。
關鍵字:
新台幣
彭淮南
央行
總裁
貶值
機車族
出口
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:
留言列表