50 lines
909 B
SCSS
50 lines
909 B
SCSS
/* pages/errataRecords/errataRecords.wxss */
|
|
page{
|
|
background: #F6F6F6;
|
|
}
|
|
.errata-records-page{
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.white-box{
|
|
background: #FFFFFF;
|
|
border-radius: 16rpx;
|
|
box-sizing: border-box;
|
|
padding: 48rpx 40rpx;
|
|
margin-bottom: 20rpx;
|
|
|
|
.time {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #494949;
|
|
.status{
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #AFAFAF;
|
|
&.warning{
|
|
color: #FF4931;
|
|
}
|
|
}
|
|
}
|
|
.source{
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #838383;
|
|
margin-top: 40rpx;
|
|
}
|
|
.phone{
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #838383;
|
|
margin-top: 30rpx;
|
|
}
|
|
} |