曹逸雯
2013年9月23日 10:57
");
$(".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)
遠東航空公司13日在台北招考空服員,吸引不少求職者前往,追逐空姐、空少夢。中央社記者王飛華攝 102年9月13日
記者曹逸雯/台北報導
行政院主計總處今(23)日發布8月失業率為4.33%,是去(101)年11月以來的最高,也是連續第3個月上升,不僅是亞洲四小龍中最高的,且高於鄰近的日本;其中以20~24歲年輕族群的失業率達14.77%最高,平均不到7個人中,就有1個失業。
主計總處發布8月人力資源調查統計結果指出,受到應屆畢業生與暑期工讀生投入勞動市場影響,就業人數1,100萬人,較7月增加1萬6千人;失業人數為49萬7千人,也較7月份增加1萬人,其中,初次尋職失業者就增加7千人,失業率為4.33%,較7月上升0.08個百分點,較去年同月則是下降0.07個百分點。
如果與世界主要國家(地區)最新失業率相比,雖然低於英國的7.7%、美國的7.3%、加拿大7.1%、德國5.3%,但卻高於日本的3.8%,以及香港的3.3%、南韓3.2%、新加坡2.1%(居民失業率2.9%)。
從年齡層來看,仍以年輕族群最高,20~24歲者失業率為14.77%,不僅較7月上升0.72個百分點,也較去年同月上升0.36個百分點;25~29歲者失業率為7.28%,則較7月下降0.02個百分點,也較去年同月下降0.10個百分點。
從教育程度來看,8月大學及以上程度者失業率為5.68%,較7月份上升0.17個百分點,但較去年同月下降0.16個百分點。
關鍵字:
失業率
行政院
主計總處
人力資源
畢業生
工讀生
就業
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:
留言列表