filesbox/miniprogram/FilesBox/pages/user-info/user-info.wxss
2023-09-21 10:23:31 +08:00

6 lines
339 B
Plaintext

/* pages/user-info/user-info.wxss */
page{background: #fff;}
.nav-bar{background-position: top center;background-size: 100% auto;background-repeat: no-repeat;color: #fff;text-align: center;line-height: 260rpx;}
.avatar{width: 150rpx;height: 150rpx;border-radius: 100%;}
.grid{padding: 30rpx 0 !important;border-bottom: 1px solid #ececec;}