国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

原生js實現可愛糖果數字時間特效

2019-11-19 18:11:32
字體:
來源:轉載
供稿:網友

效果展示:http://demo.VeVB.COm/js/2016/js_hovertreecolortime/

源碼下載:http://xiazai.VeVB.COm/201612/yuanma/hovertreecolortime_jb51.rar

數字采用漂亮的糖果皮膚設計

效果圖:

代碼如下:

<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>js多彩的數字時鐘_何問起</title><base target="_blank" /> <style>a{color:blue;}</style></head><body> <div><h1>JS實現多彩的數字時鐘</h1></div> <div id="time"></div> <div><br /><br /><a >何問起</a> <a >說明</a> <a >特效</a></div> <script> function getTime(){ var date = new Date(); var hours =formatTime(date.getHours()); var minutes = formatTime(date.getMinutes()); var seconds = formatTime(date.getSeconds()); var $time = document.getElementById('time'); $time.innerHTML=hours +"<img src='images/hm.png' style='margin:0 10px;' width='12' height='40'/>"+ minutes+"<img style='margin:0 10px;' src='images/ms.png' width='12' height='40'/>"+ seconds; setTimeout("getTime()",500); } function formatTime(i){ if(i<10&&i==1){  i= "<img src='images/0.png' width='40' height='60'/>"+"<img src='images/1.png' width='20' height='60'/>"; }else if(i<10&&i!=1){  i= "<img src='images/0.png' width='40' height='60'/>" + "<img src='images/"+i+".png' width='40' height='60'/>"; }else{  var j= i.toString().charAt(0);  var z =i.toString().charAt(1);  if(j<10 && z<10&&j!=1&&z!=1){  i = "<img src='images/"+j+".png' width='40' height='60'/>" + "<img src='images/"+z+".png' width='40' height='60'/>";  }else if(j<10 && z<10&&j==1&&z!=1){  i = "<img src='images/1.png' width='20' height='60'/>" + "<img src='images/"+z+".png' width='40' height='60'/>";  }else if(j<10 && z<10&&z==1&&j!=1){   i = "<img src='images/"+j+".png' width='40' height='60'/>"+"<img src='images/1.png' width='20' height='60'/>";  }else if(j<10 && z<10&&(j==1&&z==1)){  i="<img src='images/1.png' width='20' height='60'/>"+"<img src='images/1.png' width='20' height='60'/>";  } } return i; } getTime(); </script></body></html>

以上就是本文的全部內容,希望本文的內容對大家的學習或者工作能帶來一定的幫助,同時也希望多多支持武林網!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 纳雍县| 恭城| 和政县| 廊坊市| 左云县| 德格县| 八宿县| 德兴市| 武功县| 沈阳市| 彭泽县| 罗山县| 鸡东县| 横峰县| 左云县| 贞丰县| 中江县| 晋城| 丹寨县| 杨浦区| 岳池县| 锡林浩特市| 长寿区| 左权县| 临海市| 崇阳县| 岗巴县| 临猗县| 西乌| 南涧| 嘉义市| 营山县| 石棉县| 响水县| 安陆市| 三门县| 郑州市| 遂宁市| 百色市| 从化市| 武山县|