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阅读
index.css .banner { height: 500px; background-color: #f5f5f5; } .banner .wrapper { position: relative; height: 500px; background-color: pink; } /* 侧导航
原创
2022-07-10 00:04:38
59阅读
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阅读
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阅读