hls_crm/unpackage/dist/dev/mp-weixin/components/approvalStatus.wxss

126 lines
2.8 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.boxwarp.data-v-3b46ff90 {
background: #fff;
width: 100%;
padding-bottom: 50rpx;
}
.apptitle.data-v-3b46ff90 {
padding: 24rpx;
font-size: 32rpx;
color: #999;
}
.approbox.data-v-3b46ff90 {
padding: 0 24rpx;
}
.approbox .appli.data-v-3b46ff90 {
padding-left: 24rpx;
position: relative;
}
.approbox .appli.data-v-3b46ff90::after {
content: "";
width: 14rpx;
height: 14rpx;
border-radius: 50%;
background: #5cbdb2;
position: absolute;
left: 0;
top: 10rpx;
}
.approbox .appli:last-child .xian.data-v-3b46ff90 {
display: none;
}
.approbox .appli .xian.data-v-3b46ff90 {
width: 2rpx;
height: calc(100% - 8rpx);
background: #5cbdb2;
position: absolute;
top: 20rpx;
left: 5rpx;
}
.approbox .appli .title.data-v-3b46ff90 {
font-size: 28rpx;
color: #666;
}
.approbox .appli .stafflist.data-v-3b46ff90 {
margin-top: 24rpx;
display: flex;
justify-content: flex-start;
align-items: center;
padding-bottom: 24rpx;
border-bottom: 1rpx solid #f5f5f5;
}
.approbox .appli .stafflist .staffli.data-v-3b46ff90 {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 24rpx;
margin-bottom: 24rpx;
flex-shrink: 0;
}
.approbox .appli .stafflist .staffli .staffimg.data-v-3b46ff90 {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
margin-bottom: 10rpx;
}
.approbox .appli .stafflist .staffli .staffname.data-v-3b46ff90 {
font-size: 26rpx;
color: #999;
}
.approbox .appli .stafflist .staffcon.data-v-3b46ff90 {
margin-left: 24rpx;
}
.approbox .appli .stafflist .staffcon .approval_status.data-v-3b46ff90 {
font-size: 24rpx;
color: #333;
margin-bottom: 15rpx;
}
.operation_record.data-v-3b46ff90 {
background: #fff;
padding: 20rpx 30rpx;
}
.operation_record .record_item.data-v-3b46ff90 {
display: flex;
justify-content: space-between;
margin-bottom: 20rpx;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #EAEAEA;
margin-bottom: 20rpx;
}
.operation_record .record_item.data-v-3b46ff90:last-child {
border-bottom: none;
}
.operation_record .record_item image.data-v-3b46ff90 {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
flex-shrink: 0;
}
.operation_record .record_item .record_info.data-v-3b46ff90 {
flex: 1;
margin-left: 25rpx;
line-height: 40rpx;
font-size: 28rpx;
}
.operation_record .record_item .record_info .info_top.data-v-3b46ff90 {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10rpx;
}
.operation_record .record_item .record_info .shenhetext.data-v-3b46ff90 {
font-size: 26rpx;
color: #666;
line-height: 34rpx;
}
.operation_record .record_item .record_line.data-v-3b46ff90 {
position: absolute;
top: -102rpx;
left: -26rpx;
height: 105rpx;
border-left: 4rpx dotted #dedede;
}