77 lines
1.2 KiB
Plaintext
77 lines
1.2 KiB
Plaintext
|
|
/* pages/task/check/index/index.wxss */
|
||
|
|
.item-bg {
|
||
|
|
padding: 20rpx 20rpx 0rpx 20rpx;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item {
|
||
|
|
background: #FFFFFF;
|
||
|
|
box-shadow: 0rpx 0rpx 12rpx 2rpx #DDECF3;
|
||
|
|
border-radius: 12rpx;
|
||
|
|
padding: 16rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .content {
|
||
|
|
padding: 15rpx 0;
|
||
|
|
border-bottom: 1rpx dashed #f5f5f5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .file::before {
|
||
|
|
display: block;
|
||
|
|
content: ' ';
|
||
|
|
width: 20rpx;
|
||
|
|
height: 20rpx;
|
||
|
|
margin-right: 20rpx;
|
||
|
|
border-radius: 50%;
|
||
|
|
background-color: var(--blue);
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .lab {
|
||
|
|
font-size: 28rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #222222;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .val {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #222222;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .cloud {
|
||
|
|
width: 40rpx;
|
||
|
|
height: 40rpx;
|
||
|
|
margin-left: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .people {
|
||
|
|
width: calc((100vw - 120rpx) / 4);
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .people .avatar {
|
||
|
|
width: 88rpx;
|
||
|
|
height: 88rpx;
|
||
|
|
border-radius: 50%;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .people .name {
|
||
|
|
font-size: 28rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #222222;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .single {
|
||
|
|
width: 8rpx;
|
||
|
|
height: 34rpx;
|
||
|
|
background: #4882EE;
|
||
|
|
border-radius: 4rpx;
|
||
|
|
margin-right: 10rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item-bg .charts {
|
||
|
|
width: 280rpx;
|
||
|
|
height: 200rpx;
|
||
|
|
margin-right: 30rpx;
|
||
|
|
margin-top: 30rpx;
|
||
|
|
}
|