NOWnews.com 今日新聞網
2013年8月26日 07:56
");
$(".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();
});
}
//-------------------
});
-
行政院長江宜樺(右)日前宣布,將於10月調漲電價,但其中家戶用電在500度以下的將不調漲,經濟部長張家祝(左)也表示,10月份的電價漲幅小,也將嘉惠一般家庭小商家。
財經中心/綜合報導
行政院長江宜樺日前宣布,將於10月調漲電價,消息一出引發全台民眾抱怨,儘管外界一再要求政府暫緩漲電價,但似乎確定漲定了。至於電價怎麼調漲,據悉政府為了平息民怨,原訂電價平均漲幅為9.64%,有機會降低1個百分點;預估這波調漲,不受影響的住戶約從原本的791萬戶,大增187萬戶至978萬戶。
根據台電的資料,國內目前的住宅用戶為1150萬戶,其中家戶用電在500度以下的將不調漲,經濟部長張家祝也表示,10月份的電價漲幅小,也將嘉惠一般家庭和小商家。目前電價計價是採用5級制,未來將會擴增為6個級距。
原先規劃的方案是,10月份這波電價調漲,用電在330度以下的部分將不調漲,未來將擬修正為500度以下不漲;但是501度以上的漲幅擴大,並且將新增901度以上的住宅用電大戶,預料這個級距的漲幅將最可觀。
目前不受電價調漲影響的用戶數,約占總戶數的69%,但經濟部這波10月調漲電價的規劃級距,500度以下不漲,戶數將達978萬,占總戶數的85%。商業用電部分,原規劃漲幅10%,也將會縮減;另外工業用電原規劃平均漲幅11.49%,經濟部傾向不修正,維持原漲幅。
關鍵字:
行政院長
江宜樺
經濟部長
張家祝
電價
調漲
工業用電
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
留言列表