王鼎鈞
2013年8月1日 18:36
");
$(".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();
});
}
//-------------------
});
-
色情動漫公仔,網路申訴暴增。(圖/中央社/102年8月1日)
記者王鼎鈞/台北報導
Win網路贏家單e窗口今(1)日指出,今年首度出現色情動漫公仔的申訴案;建議家長,電腦要放在家裡的公開場所、留意孩子的零用錢去處、健康正確的性知識,更重要的是親子互動及家長的關懷。
單e窗口表示,6月到7月15日一個半月內有172件色情動漫公仔的申訴案,這是另一種形式的網路色情,這些動漫公仔穿著曝露,姿勢挑逗,家長擔心孩子身心受到不良影響。經處理後,煽情的動漫公仔已由業者轉列限制級成人區,並標示限制級。
另外,為了讓民眾申訴更為便捷,單e窗口今年推出行動版網頁,只要以手機對準QR Code的圖檔拍照,就可以開啟網頁,不受時空限制,隨時隨地檢舉不良網站。
Win網路單e窗口執行長黃葳威表示,行動網路時代已經來臨,她提出「行動上網 PHONE 心Go」的行動:
1. P (Pick):慎選分辨網路內容,成為有品味e世代;
2. H (Hotline):善用白絲帶家庭網安熱線、WIN網路單e窗口通報服務;
3. O (Open):開啟偏好設定,迴避可疑人事物;
4. N (Netiquette):以真實生活待人接物界限與禮儀,經營網路社群路;
5. E (Estimate):做好上網時間管理,重視個人生涯規劃。
關鍵字:
動漫
公仔
色情
網路
暑假
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
留言列表