zhongping-miniprogram/miniprogram/pages/corrigendum/corrigendum.scss

71 lines
1.2 KiB
SCSS

/* pages/corrigendum/corrigendum.wxss */
.corrigendum-page {
padding: 27rpx 55rpx 178rpx 55rpx;
.dataName{
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.dataRecord {
border-bottom: 2rpx solid #F3F5F8;
padding-bottom: 40rpx;
margin-bottom: 40rpx;
.tip {
background: #FFF7F1;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 400;
color: #FE633A;
line-height: 36rpx;
padding: 28rpx 29rpx 34rpx 30rpx;
margin-bottom: 34rpx;
}
.row1 {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #494949;
margin-bottom: 37rpx;
}
}
.row2 {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
line-height: 44rpx;
word-break: break-all;
}
.mb29 {
margin-bottom: 29rpx;
}
.mb23 {
margin-bottom: 23rpx;
}
.mb30 {
margin-bottom: 30rpx;
}
.submitLayout {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: #fff;
height: 160rpx;
display: flex;
justify-content: space-evenly;
align-items: center;
box-shadow: 0px 0px 18rpx 0rpx #CCCCCC;
}
}