557 lines
10 KiB
SCSS
557 lines
10 KiB
SCSS
/* pages/generateReport/generateReport.wxss */
|
|
.stepList {
|
|
background: #3A61B1;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 63rpx 27rpx 84rpx 29rpx;
|
|
|
|
.stepItem {
|
|
font-size: 22rpx;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
|
|
|
|
|
|
text {
|
|
margin-top: 31rpx;
|
|
}
|
|
|
|
.stepIcon {
|
|
width: 56rpx;
|
|
height: 55rpx;
|
|
}
|
|
|
|
.stepArrow {
|
|
width: 23rpx;
|
|
height: 16rpx;
|
|
position: absolute;
|
|
top: 22rpx;
|
|
left: -34rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.white-box {
|
|
background: #fff;
|
|
border-radius: 32rpx;
|
|
margin-top: -32rpx;
|
|
box-sizing: border-box;
|
|
padding: 47rpx;
|
|
|
|
.stepContent {
|
|
padding-bottom: 160rpx;
|
|
|
|
.noData {
|
|
margin: 204rpx auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #838383;
|
|
|
|
image {
|
|
width: 369rpx;
|
|
height: 338rpx;
|
|
}
|
|
}
|
|
|
|
.valueItemList {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
checkbox {
|
|
flex: 0;
|
|
margin-right: 34rpx;
|
|
}
|
|
|
|
.valueLabel {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #282828;
|
|
line-height: 50rpx;
|
|
margin-bottom: 34rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.value {
|
|
// display: flex;
|
|
flex: 100%;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
padding-left: 26rpx;
|
|
margin-bottom: 41rpx;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.valueItem {
|
|
display: flex;
|
|
// justify-content: space-between;
|
|
// align-items: center;
|
|
margin-bottom: 60rpx;
|
|
|
|
checkbox {
|
|
flex: 1;
|
|
margin-right: 34rpx;
|
|
}
|
|
|
|
.valueBox {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.valueLabel {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #282828;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.value {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
}
|
|
}
|
|
|
|
.eduList {
|
|
.eduItem {
|
|
border-bottom: 2rpx solid #F3F5F8;
|
|
padding-bottom: 49rpx;
|
|
margin-bottom: 47rpx;
|
|
|
|
&:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
// padding-bottom: 49rpx;
|
|
// border-bottom: 2rpx solid #F3F5F8;
|
|
// margin-bottom: 47rpx;
|
|
|
|
// &:not(:last-child) {
|
|
// border-bottom: 0;
|
|
// margin-bottom: 0;
|
|
// }
|
|
|
|
.itemPanel {
|
|
display: flex;
|
|
|
|
.panel {
|
|
// padding-left: 34rpx;
|
|
flex: 1;
|
|
|
|
// &:not(:first-child){
|
|
|
|
// }
|
|
|
|
|
|
.panel_top {
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.panel_bottom {
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #282828;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.contents {
|
|
margin-top: 57rpx;
|
|
padding-left: 34rpx;
|
|
|
|
.content {
|
|
margin-bottom: 54rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.column {
|
|
flex-direction: column;
|
|
align-items: inherit !important
|
|
}
|
|
|
|
.valueBox {
|
|
flex: 1;
|
|
display: flex;
|
|
// padding-left: 34rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.valueLabel {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #838383;
|
|
}
|
|
|
|
.value {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
line-height: 30rpx;
|
|
}
|
|
|
|
.valueTextarea {
|
|
margin-top: 26rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
line-height: 42rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// .panel {
|
|
// padding: 47rpx 0 49rpx 0;
|
|
|
|
// &:not(:first-child) {
|
|
// border-top: 2px solid #F3F5F8;
|
|
// // padding: 47rpx 0 49rpx 0;
|
|
// }
|
|
|
|
// .panel_top {
|
|
// font-size: 26rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #494949;
|
|
// display: flex;
|
|
// justify-content: space-between;
|
|
// align-items: center;
|
|
// margin-bottom: 20rpx;
|
|
|
|
// .fold {
|
|
// width: 25rpx;
|
|
// height: 14rpx;
|
|
// flex-shrink: 0;
|
|
// transform: rotate(180deg);
|
|
// }
|
|
|
|
// .unfold {
|
|
// width: 25rpx;
|
|
// height: 14rpx;
|
|
// flex-shrink: 0;
|
|
// }
|
|
// }
|
|
|
|
// .panel_bottom {
|
|
// font-size: 30rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: bold;
|
|
// color: #282828;
|
|
// }
|
|
|
|
// .panel_content {
|
|
// .infoList {
|
|
// .infoItem {
|
|
// margin-bottom: 54rpx;
|
|
// display: flex;
|
|
// justify-content: space-between;
|
|
|
|
// .valueLabel {
|
|
// font-size: 28rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #838383;
|
|
// }
|
|
|
|
// .value {
|
|
// font-size: 28rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #494949;
|
|
// line-height: 30rpx;
|
|
// }
|
|
|
|
// .eventTitle {
|
|
// font-size: 32rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: bold;
|
|
// color: #282828;
|
|
// line-height: 50px;
|
|
// }
|
|
|
|
// .eventList {
|
|
// .eventItem {
|
|
// margin-top: 45rpx;
|
|
|
|
// .eventDate {
|
|
// font-size: 26rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #838383;
|
|
// margin-bottom: 19rpx;
|
|
// }
|
|
|
|
// .eventContent {
|
|
// font-size: 26rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #494949;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
// .column {
|
|
// flex-direction: column;
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
|
|
|
|
.fileList {
|
|
width: 100%;
|
|
|
|
.fileItem {
|
|
// width: 598rpx;
|
|
height: 103rpx;
|
|
background: #F3F5F8;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
// justify-content: center;
|
|
word-break: break-all;
|
|
padding-left: 24rpx;
|
|
margin-top: 20rpx;
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #3A61B1;
|
|
|
|
.icon_img {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-right: 18rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.eventList {
|
|
.eventTitle {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #282828;
|
|
line-height: 50rpx;
|
|
display: flex;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
|
|
.eventItem {
|
|
display: flex;
|
|
margin-bottom: 45rpx;
|
|
|
|
&:not(:first-child) {
|
|
// border-top: 2rpx solid #F3F5F8;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.eventBox {
|
|
width: 100%;
|
|
flex: 1;
|
|
|
|
.eventDate {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #838383;
|
|
margin-bottom: 19rpx;
|
|
}
|
|
|
|
.eventContent {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// .eventList {
|
|
// .eventItem {
|
|
// margin-top: 45rpx;
|
|
// .eventDate {
|
|
// font-size: 26rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #838383;
|
|
// margin-bottom: 19rpx;
|
|
// }
|
|
// .eventContent {
|
|
// font-size: 26rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #494949;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
.btn_next {
|
|
display: flex;
|
|
position: fixed;
|
|
bottom: 0;
|
|
height: 160rpx;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
padding: 24rpx 54rpx 54rpx 47rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
box-shadow: 2px -4px 18rpx rgba(204, 204, 204, .62);
|
|
|
|
.curAllCheck {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #6E6E6E;
|
|
line-height: 30rpx
|
|
}
|
|
|
|
.complate {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.preview {
|
|
margin-right: 26rpx;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #707070;
|
|
line-height: 50rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.checkbox {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
background: #FFFFFF;
|
|
border: 3rpx solid #D4D4D4;
|
|
border-radius: 6rpx;
|
|
margin-right: 34rpx;
|
|
position: relative;
|
|
top: 4rpx;
|
|
min-width: 32rpx;
|
|
}
|
|
|
|
.half {
|
|
background: #fff;
|
|
position: relative;
|
|
border: 3rpx solid #3FB778;
|
|
margin-right: 34rpx;
|
|
|
|
&::before {
|
|
content: '';
|
|
width: 6rpx;
|
|
height: 14rpx;
|
|
border-bottom: 4rpx solid #3FB778;
|
|
border-right: 4rpx solid #3FB778;
|
|
position: absolute;
|
|
left: 12rpx;
|
|
top: 6rpx;
|
|
transform: rotate(45deg);
|
|
}
|
|
}
|
|
|
|
.checked {
|
|
background: #3FB778;
|
|
position: relative;
|
|
border: 3rpx solid #3FB778;
|
|
margin-right: 34rpx;
|
|
|
|
&::before {
|
|
content: '';
|
|
width: 6rpx;
|
|
height: 14rpx;
|
|
border-bottom: 4rpx solid #fff;
|
|
border-right: 4rpx solid #fff;
|
|
position: absolute;
|
|
left: 12rpx;
|
|
top: 6rpx;
|
|
transform: rotate(45deg);
|
|
}
|
|
}
|
|
|
|
.fold {
|
|
width: 25rpx;
|
|
height: 14rpx;
|
|
flex-shrink: 0;
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.unfold {
|
|
width: 25rpx;
|
|
height: 14rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.line {
|
|
height: 2rpx;
|
|
background: #F3F5F8;
|
|
width: 100%;
|
|
margin-top: 49rpx;
|
|
margin-bottom: 47rpx;
|
|
}
|
|
|
|
.arrow {
|
|
flex: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
height: 42rpx;
|
|
}
|
|
|
|
.selectAllBox {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
text {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #6E6E6E;
|
|
line-height: 36rpx;
|
|
margin-left: -8px;
|
|
}
|
|
} |