21 lines
285 B
Plaintext
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;
|
|
} |