/* pages/errataDetail/errataDetail.wxss */ .errata-detail-page{ box-sizing: border-box; padding: 55rpx; } .field-box{ padding-bottom: 20rpx; border-bottom: 1rpx solid #F3F5F8; margin-bottom: 46rpx; .field-item{ font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #494949; display: flex; margin-bottom: 28rpx; .label{ flex-shrink: 0; color: #838383; } } } .remark-box{ .remark-item{ font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #C3C3C3; line-height: 36rpx; margin-bottom: 58rpx; .label{ color: #494949; display: flex; align-items: center; margin-bottom: 26rpx; } .status{ width: 92rpx; height: 34rpx; background: #E9E9E9; border-radius: 10rpx; display: flex; align-items: center; justify-content: center; font-size: 24rpx; font-family: PingFang SC; font-weight: 400; color: #AFAFAF; &.warning{ background: #FFD2CC; color: #FF4931; } } } }