NOWnews.com 今日新聞網
2013年10月8日 10:40
");
$(".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();
});
}
//-------------------
});
-
從美國到武漢參加朋友婚禮的林女士,坐上一輛車號為「鄂A·XS578」的藍色計程車,從工業二路鑫龍潭大酒店出發,走三環路,40分鐘後到達天河機場,發票顯示里程189公裡,車費397元人民幣,令她大吃一驚。武漢市有關部門已介入調查。
大陸新聞中心/綜合報導
從美國到武漢參加朋友婚禮的林女士,坐上一輛車號為『鄂A·XS578』的藍色計程車,從工業二路鑫龍潭大酒店出發,走三環路,40分鐘後到達天河機場,發票顯示裡程189公里,車費397元(以人民幣計價,以下同),令她大吃一驚。武漢市有關部門已介入調查。
根據京華時報報導,6日下午4時許,正在候機的林女士告訴記者,這是她第二次來武漢,知道武漢很大,但出租發票顯示的397元,還是讓她大吃一驚。面對質疑,司機稱武漢太大,路程實在太遠。
候機時,林女士越想越不對頭:『40分鐘跑189公裡,時速200多?』林女士根據記下的『建昊』計程車公司和服務號碼、車牌號等資訊打電話詢問,公司稱沒有這輛車。
細看她提供的發票發現,這是地稅發票,而今年初『營改增』改革後,武漢計程車發票早已標上『國稅』二字。
建昊公司一位艾姓負責人告訴記者,林女士有可能是碰到了翻新後非法上路運營的『克隆車』。
記者通過網路地圖查詢,從工業二路出發,不論是走二七長江大橋,還是走三環線,路程都在40公裡左右,車費大約100元。
武漢市客管處6日下午已介入調查此事。相關負責人稱,根據《武漢市客運出租汽車管理條例》,如果是違規運營,經查實後將勒令其退還多收費用,並處500元罰款﹔如果為『克隆車』所為,將查扣車輛並處10000元罰款。
關鍵字:
武漢
子彈
速度
計程車
克隆車
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:
留言列表