多语言展示
当前在线:204今日阅读:113今日分享:31

LED数字时钟js

LED数字时钟js
工具/原料

adobe dreamweaver

方法/步骤
1

新建html文档。

2

书写hmtl代码。

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

3

书写css代码。body, html { font-size: 100%; padding: 0; margin: 0; }*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }.clearfix:before, .clearfix:after { content: ' '; display: table; }.clearfix:after { clear: both; }body { background: #000; color: #fff; font-weight: 500; font-size: 1.05em; font-family: 'Microsoft YaHei', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif; }

4

书写并添加js代码。

6

查看效果。

推荐信息