nantai-erp-wechat-mobile/dispatcher/pages/mine/about.wxss
2024-10-31 21:29:57 +08:00

21 lines
285 B
Plaintext

/* driver/pages/mine/about.wxss */
.logo-box {
padding-top: 80rpx;
}
.logo {
width: 160rpx;
height: 160rpx;
border-radius: 40rpx;
margin-bottom: 20rpx;
}
.desc-box {
padding: 80rpx 40rpx 20rpx 40rpx;
}
.copyright {
width: 100%;
position: absolute;
bottom: 30rpx;
}