index.css /* index.css是用来美化首页的 */ * { margin: 0; padding: 0; /* 內减模式 */ box-sizing: border-box; } li { list-style: none; } a { text-decoration: none;
原创 2022-06-26 00:03:16
108阅读
index.css .banner { height: 500px; background-color: #f5f5f5; } .banner .wrapper { position: relative; height: 500px; background-color: pink; } /* 侧导航
原创 2022-07-10 00:04:36
86阅读
commom.css <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content
原创 2022-07-10 00:04:53
100阅读
index.css /* 放index页面的样式表 */ /* banner */ .banner { height: 500px; background-color: #f5f5f5; } .banner .wrapper { position: relative; height: 500px;
原创 2022-07-10 00:05:15
148阅读
html
原创 2023-02-11 14:04:15
80阅读
index.css .banner { height: 500px; background-color: #f5f5f5; } .banner .wrapper { position: relative; height: 500px; background-color: pink; } /* 侧导航
原创 2022-07-10 00:04:38
59阅读
html
原创 2023-02-10 09:47:48
14阅读
html
原创 2023-02-10 09:41:43
43阅读
html
原创 2023-02-10 09:42:16
63阅读
html
原创 2023-02-10 09:42:31
60阅读
index.css /* index.css是用来美化首页的 */* { margin: 0; padding: 0; /* 內减模式 */ box-sizing: border-box;}li { list-style: n...
原创 2022-06-18 01:34:13
165阅读
commom.css /* 各个页面相同的样式表 : 头, 尾部 */ /* 版心 */ .wrapper { width: 1240px; margin: 0 auto; } /* 快捷
原创 2022-07-10 00:04:47
74阅读
html
原创 2023-02-10 09:40:58
26阅读
html
原创 2023-02-10 09:45:26
64阅读
commom.css /* 各个页面相同的样式表 : 头, 尾部 */ /* 版心 */ .wrapper { width: 1240px; margin: 0 auto; } /* 快捷导航 */ .shortcut
原创 2022-07-10 00:04:33
77阅读
index.css .banner { height: 500px; background-color: #f5f5f5; } .banner .wrapper { position: relative; height: 500px; background-color: pink; } /* 侧导航
原创 2022-07-10 00:04:44
74阅读
index.css .banner { height: 500px; background-color: #f5f5f5; } .banner .wrapper { position: relative; height: 500px; background-color: pink; } /* 侧导航
原创 2022-07-10 00:05:05
89阅读
html
原创 2023-02-10 09:41:02
56阅读
java
原创 2023-02-10 09:41:47
84阅读
html
原创 2023-02-10 09:42:04
67阅读
  • 1
  • 2
  • 3
  • 4
  • 5