<link rel="stylesheet" type="text/css" href="../css/reset.css"> <link rel="stylesheet" type="text/css" href="../css/common.css"> 带../的相对在safari浏览器不生效 ...
分类:
Web程序 时间:
2020-06-13 17:32:16
阅读次数:
65
先放效果图 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } img { border: no ...
分类:
其他好文 时间:
2020-06-13 11:04:34
阅读次数:
458
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta charset="utf-8" /> 6 <title></title> 7 </head> 8 <style type="text/css"> 9 ul li { 10 list-style: none; ...
分类:
其他好文 时间:
2020-06-13 10:33:33
阅读次数:
293
<!DOCTYPE > <html> <head> <meta charset=UTF-8"> <title>DOM增删表格中的元素</title> <link rel="stylesheet" type="text/css" href="ex_2_style/css.css" /> <script ...
分类:
编程语言 时间:
2020-06-13 00:38:03
阅读次数:
73
开始 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>换肤</title> <style type="text/css"> body{ background-image: url(http://img04.sogoucdn.co ...
分类:
其他好文 时间:
2020-06-12 12:29:23
阅读次数:
52
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> .way1{ width: 100px; height: 100px; background-color: # ...
分类:
其他好文 时间:
2020-06-11 22:04:45
阅读次数:
56
代码如下: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>test</title> <style type="text/css"> input{ color: #999; outline: none;} </style> </ ...
分类:
其他好文 时间:
2020-06-11 16:52:38
阅读次数:
46
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> /*去除默认样式*/ *{ margin: 0; padding: 0; } /*设置外面的大盒子*/ .box ...
分类:
其他好文 时间:
2020-06-10 13:10:03
阅读次数:
75
1.示意图 2.结构 3.wave.html代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CSS实战 - 波浪</title> <style type="text/css"> .wave-box{ b ...
分类:
Web程序 时间:
2020-06-09 18:16:38
阅读次数:
83
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="../css/bootstrap-3.3.7-dist/bootstrap ...
分类:
其他好文 时间:
2020-06-09 14:25:12
阅读次数:
56