曹逸雯
2013年7月23日 09:30
");
$(".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至6月核准陸資來台投資金額2.1億美元,創下開放陸資來台投資以來的同期新高,較去年同期大幅增加77.32%。
投審會表示,1至6月核准陸資來台投資件數為71件,較去年同期增加12.70%;投資金額2億1,663萬1,000美元,也較去年同期增加77.32%,增加的主要原因是香港商香港金屬包裝制品公司以5,940萬美元取得鼎新金屬公司股權,以及中國建設銀行以4,685萬美元來台設立分行等較大金額投資案所致。
累計自98年6月30日開放陸資來台投資以來,核准投資件數413件,核准投資金額7億2,026萬5,000美元。
投審會也公布核准僑外投資、對外投資、對大陸投資統計情形,其中,1至6月核准僑外投資件數為1,493件,較去年同期增加27.39%;但投資金額22億6,631萬1,000美元,則較去年同期減少4.05%。
在對外投資以及對大陸投資方面也都呈現減少的現象,1至6月核准對外投資件數183件,較去年同期增加19.61%,投資金額24億1,368萬6,000美元,年減4.42;核准對大陸投資件數207件,年減5.91%,核准投資金額47億2,683萬4,000美元,年減少9.7%。
關鍵字:
陸資
投資
經濟部
投審會
銀行
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
留言列表