zhongping-miniprogram/miniprogram/pages/reportDetail/reportDetail.scss

153 lines
3.1 KiB
SCSS

/* pages/reportDetail/reportDetail.wxss */
.report-detail-page {
.blueBg {
background: #6471D9;
font-size: 40rpx;
font-family: PingFang SC;
font-weight: bold;
color: #fff;
.topBar {
padding: 43rpx 60rpx 0 60rpx;
.reportName {
font-size: 40rpx;
font-family: PingFang SC;
font-weight: bold;
color: #FFFFFF;
margin-bottom: 23rpx;
}
.reportCreateDate {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
opacity: 0.61;
margin-bottom: 17rpx;
}
.reportRemark {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
opacity: 0.61;
}
.btn_reportDetail {
width: 140rpx;
height: 57rpx;
background: rgba($color: #BFBFBF, $alpha: 0.28);
// opacity: 0.28;
border-radius: 29rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
margin-top: 28rpx;
margin-bottom: 41rpx;
}
}
}
.tip {
background: #FFEBEB;
height: 88rpx;
display: flex;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FF614C;
display: flex;
align-items: center;
padding: 0 0 0 30rpx;
}
.reportList {
border-radius: 32rpx 32rpx 0 0;
background: #FFFFFF;
padding: 0rpx 50rpx;
// margin-top: 59rpx;
.reportItem {
// padding-bottom: 25rpx;
border-bottom: 2rpx solid #F3F5F8;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #838383;
// margin-top: 30rpx;
padding: 30rpx 25rpx 30rpx 0;
.reportName {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #282828;
margin-bottom: 15rpx;
display: flex;
justify-content: space-between;
.checked {
width: 101rpx;
height: 40rpx;
background: #FFF1ED;
border-radius: 20rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FF8562;
display: flex;
justify-content: center;
align-items: center;
}
}
.createDate {
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 400;
color: #C3C3C3;
margin-bottom: 35rpx;
}
.reportDetail {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #838383;
margin-bottom: 25rpx;
display: flex;
word-break: break-all;
}
.btn_certification {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: #6471D9;
}
}
}
}
.flex {
display: flex;
align-items: center;
}
.space-between {
justify-content: space-between;
}
.red {
color: #FF5129;
}