1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

修正拼写错误 form -> from;一些细节自定义优化

This commit is contained in:
2024-05-27 00:11:51 +08:00
parent d7837448f6
commit 8b4b2e58b9
3 changed files with 53 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ li{list-style: none;}
.brand .cls-1{fill: #0fb276;}
.brand .cls-2{fill:#fff;}
#header h1,#header h2{font-size:2.2rem;color:#3b3c40;font-weight: 400;}
.main{float:left;width: 730px;}
@media (max-width:760px){
/* .main{float:left;width: 730px;} */#header{padding-left: 50px;}.main{padding: 0 min(50px 10vw);}
/* @media (max-width:760px){ */@media (max-width:1160px){
.wrap{width:100%;padding:0 1.8rem}
.main{width:100%;float:none;}
}