Jean Yen
2013年10月1日 21:50
");
$(".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();
});
}
//-------------------
});
-
金管會。(圖/記者顏真真攝)
記者顏真真/台北報導
美國參眾兩院沒有達成協商,美國白宮轄下預算局已對政府機關發布命令,開始執行「有序」關閉行動,宣告政府業務將部分停擺,金管會1日表示,將關注後續對台股的影響,但相信美國政府很快就會將問題解決。
美國總統歐巴馬力推健保改革,遭共和黨主導的眾院阻撓,在美國兩大主要政黨無法取得妥協下,政府部門因預算無法到位而被迫關門,美股提前反應重挫,亞股1日多呈現震盪走勢。
台股盤中在傳出白宮下令聯邦政府在午夜關閉,引起市場恐慌,大盤指數滑落,所幸逢低承接買盤進場,終場台股小漲13點,以8187點作收,但成交量則縮至新台幣600多億元。
對於美國政府部分關門,金管會表示,過去也有案例過,會關注後續對台股的影響,但美國政府不可能讓一個政府空盪在那邊,相信很快就會將問題解決。
此外,為擴大外資參與台灣的證券市場,金管會也宣布,修正華僑及外國人投資證券管理辦法,將開放證券商得擔任境外外資的保管機構,提供不同規模外資的多元選擇,屆時也可促進證券市場的活絡及增加證券商實質收益,近日將陳報行政院發布施行。
關鍵字:
金管會
美國
台股
政府
成交量
留言列表