摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>ECharts index</title> <script src="js/echarts.js"></script> </head> <body> <div 阅读全文
posted @ 2019-11-26 16:01 Fourteen 阅读(244) 评论(0) 推荐(0) 编辑
摘要: <style> body,div,span{ margin:0; padding:0; } #div1{ width:200px; height:200px; background-color:red; position: relative; left: -200px; top:0; } #shar 阅读全文
posted @ 2019-11-21 09:56 Fourteen 阅读(405) 评论(0) 推荐(0) 编辑
摘要: <div id="time"></div> 1.当前时间,时钟效果: <script> window.onload = function(){ showTime(); }; function showTime(){ var myDate = new Date(); var year = myDate 阅读全文
posted @ 2019-11-20 09:58 Fourteen 阅读(295) 评论(0) 推荐(0) 编辑
摘要: n久之前代码存档。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>商城导航条(css版)</title> <style> .topmenu{ display: block; width: 220px; bo 阅读全文
posted @ 2019-11-20 09:48 Fourteen 阅读(330) 评论(0) 推荐(0) 编辑
摘要: n久以前代码存档。 <!doctype html> <html> <head> <title>抽奖</title> <meta charset="utf-8"> <style> *{ margin:0; padding:0; } .title{ width:400px; height:70px; m 阅读全文
posted @ 2019-11-19 10:20 Fourteen 阅读(685) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-18 15:11 Fourteen 阅读(9) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-12 10:31 Fourteen 阅读(4) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-12 10:19 Fourteen 阅读(2) 评论(0) 推荐(0) 编辑
摘要: HTML代码: <body> <ul> <li><a>page1</a></li> <li><a>page2</a></li> <li><a>page3</a></li> <li><a>page4</a></li> <li><a>page5</a></li> </ul> </body> CSS代码: 阅读全文
posted @ 2019-11-12 09:51 Fourteen 阅读(575) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-05 15:54 Fourteen 阅读(5) 评论(0) 推荐(0) 编辑