Jean Yen
2013年7月30日 11:23
");
$(".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();
});
}
//-------------------
});
-
曾銘宗小檔案
財政部次長曾銘宗接任行政院金融監督管理委員會主委。(中央社製表)中央社 102年7月29日
記者顏真真/台北報導
金管會主委陳裕璋意外中箭落馬,將由財政部政務次長曾銘宗接任,在新人新氣象之下,市場預期包括第三方支付等金融法規可望進一步鬆綁,金融股今(30)日早盤上漲逾1%,表現優於大盤,其中萬泰銀盤中漲逾3%,富邦金及國泰金漲幅也逾2%,而台新金及彰銀也有1%以上的漲幅。
行政院長江宜樺昨日下午宣布內閣人事異動,其中最令意外的就是素有「國王人馬」之稱的金管會主委陳裕璋去職,將由財政部次長曾銘宗接任,而市場普遍認為,陳裕璋的去職與其保守、欠缺溝通有關,加上近來在推動第三方支付及自由經濟示範區等政策上,引發不少爭議。
對於新任金管會主委曾銘宗,市場則普遍給予肯定,多數認為,曾銘宗善於溝通,處事明快,屬於行動派,尤其在江宜樺宣示改革企圖心下,市場預期,近期財經部會在推動第三方支付、自由經濟示範區、金融法規鬆綁上,都將加快腳步。
在對金融可望進一步開放的期待下,金融股今日表現優於大盤,金融指數最高一度來到979.44點,漲幅1.44%,其中除了中小型股包括萬泰銀及京城銀表現搶眼,萬泰銀盤中最高漲逾3%,京城銀也接近2%,而近來遭到媒體質疑金管會過度偏坦,而使得公司籠罩在低氣壓的富邦金,今日股價也表現搶眼,盤中每股來到41.95元、上漲2.81%。
此外,由於曾銘宗在財政部次長任內,多次對台新與彰銀合併案表達反對立場,外界也揣測恐讓合併案的推動更加困難,不過,台新金及彰銀今日股價表現也不錯,都有1%以上漲幅,其中彰銀每股來到17.35元,台新金每股來到13.8元。
同時,今日國泰金股價也有不錯表現,盤中也有2%以上的漲幅,而其他包括中壽、台壽保、兆豐金、安泰銀、台產、統一證等個股,盤中也有1%以上的漲幅。
關鍵字:
金管會
陳裕璋
曾銘宗
金融股
台新
彰銀
富邦
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
留言列表