国产探花免费观看_亚洲丰满少妇自慰呻吟_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>

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 德昌县| 南木林县| 桃江县| 延津县| 德阳市| 宜阳县| 河津市| 内黄县| 邢台县| 晴隆县| 芮城县| 张家口市| 石首市| 南华县| 浦城县| 临安市| 靖西县| 南召县| 桂平市| 镇康县| 渭南市| 马龙县| 印江| 太和县| 深水埗区| 东辽县| 遵义县| 尚义县| 宿州市| 左权县| 鄂托克旗| 蒙阴县| 泗洪县| 南溪县| 定襄县| 马龙县| 麻江县| 永仁县| 平凉市| 镶黄旗| 同江市|