Initial commit

This commit is contained in:
Your Name
2021-09-07 23:12:03 +08:00
commit 0f5e5327d8
354 changed files with 35438 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
body{
background:#f3f3f3;
text-align:center; /* 文字居中 */
}
*{margin:0;padding:0}
.guanyu{
background-color: white;
width: 100%;
height: 500px;
}
.guanyu h3{
color: #666666;
margin: 20px;
padding: 30px;
text-align: left;
font-size: 25px;
}