修改首页高度

This commit is contained in:
何童崇 2022-04-28 19:09:09 +08:00
parent 922ee1b535
commit 2b176df99a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.introduce_bg{
background: #f1f7fc;
padding-top: 30px;
padding-top: 10px;
}
.introduce {
width: 100%;
@ -14,7 +14,7 @@
height: 100%;
margin: 0 auto;
// padding: 2.75% 2% 5% 2.5%;
padding: 2%;
padding: 1%;
box-sizing: border-box;
background: #fff;
}