Files
geekai/web/src/assets/css/mobile/apps.css
2023-12-29 10:09:37 +08:00

18 lines
288 B
CSS

.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;
}