NOWnews.com 今日新聞網
2013年9月29日 12:05
");
$(".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();
});
}
//-------------------
});
-
美國一名女孩因在網上公布了一組自己在大腿上作畫的照片而迅速走紅。
大陸新聞中心/綜合報導
據美國獵奇網站『odditycentral.com』9月16日報導,美國一名女孩因在網上公布了一組自己在大腿上作畫的照片而迅速走紅。上課開小差,大概是所有老師最深惡痛絕的行為。但對於美國波士頓艾默生大學學生茱迪·斯蒂爾來說,開小差不僅沒有惹惱她的導師,反而為她贏得了人生的第一份工作。
據江蘇網報導,這位『天才畫家』名叫喬迪·斯蒂爾(Jodi Steel ),目前在波士頓學習電影專業。像許多無聊的學生一樣,喬迪喜歡用塗鴉來打發無聊的上課時間。只不過,喬迪是在自己的大腿上作畫。儘管沒有受過專業訓練,喬迪的『真皮作品』卻完全像是出自大師之手。
喬迪不顧他人的非議,一直苦練畫畫。終於,波士頓艾默生大學的一位老師在看到她的作品後決定請她為《蒸出一個維多利亞時期的未來:蒸汽朋克選集》一書繪製插畫。在喬迪把自己的作品上傳於網路後,一些網友真的以為那些圖案是紋身。喬迪也收到了來自世界各地的工作邀請。不過,她並不想做一個全職插畫師,而是希望有一天能致力於概念藝術電影。
關鍵字:
寰宇
蒐奇
無聊
塗鴉
大師
風範
大腿
作畫
爆紅
留言列表