merge pull request #72

This commit is contained in:
RockYang
2023-12-29 10:09:37 +08:00
parent 09414fe36a
commit d86aca0f5d
39 changed files with 1332 additions and 1210 deletions

View File

@@ -0,0 +1,17 @@
.title {
color: #fff;
text-align: center;
font-size: 16px;
font-weight: bold;
}
.app-background {
background-color: #282828;
height: 100vh;
}
.mobile-setting .content {
padding-top: 60px;
}
.mobile-setting .content .van-field__label {
width: 100px;
text-align: right;
}