Initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user