You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
704 B
41 lines
704 B
3 years ago
|
/* pages/user/subpage/system/system.wxss */
|
||
|
.main {
|
||
|
width: 686rpx;
|
||
|
min-height: 100vh;
|
||
|
background: #F9F9F9;
|
||
|
padding: 32rpx;
|
||
|
padding-top: 24rpx;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
width: 622rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 16px;
|
||
|
padding: 32rpx;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 28rpx;
|
||
|
font-family: PingFangSC-Semibold, PingFang SC;
|
||
|
font-weight: 600;
|
||
|
color: #333333;
|
||
|
line-height: 28rpx;
|
||
|
margin-bottom: 16rpx;
|
||
|
}
|
||
|
|
||
|
.text {
|
||
|
font-size: 28rpx;
|
||
|
font-family: PingFangSC-Regular, PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
line-height: 40rpx;
|
||
|
margin-bottom: 32rpx;
|
||
|
}
|
||
|
|
||
|
.time {
|
||
|
font-size: 20rpx;
|
||
|
font-family: MiSans-Regular, MiSans;
|
||
|
font-weight: 400;
|
||
|
color: #999999;
|
||
|
line-height: 20rpx;
|
||
|
}
|