36 lines
637 B
Plaintext
36 lines
637 B
Plaintext
/* pageage/project_checking_list/project_checking_list.wxss */
|
|
.inspect_list_info_imgs{
|
|
width: 100%;
|
|
height: 250rpx;
|
|
}
|
|
.gd_max{
|
|
padding:10rpx 50rpx 0;
|
|
}
|
|
.gd_min{
|
|
padding: 30rpx 0;
|
|
text-align: center;
|
|
}
|
|
.gd_min image{
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
}
|
|
.gd_min view{
|
|
padding: 10rpx;
|
|
color: #89a4eb;
|
|
}
|
|
.van-divider--left{
|
|
padding: 0 35rpx !important;
|
|
color: #866cff !important;
|
|
border-color: #89a4eb !important;
|
|
}
|
|
.gd_img{
|
|
width: 100rpx !important;
|
|
height: 100rpx !important;
|
|
}
|
|
.gd_min_active image{
|
|
background: #513abdb0;
|
|
border-radius: 80rpx;
|
|
}
|
|
.gd_min_active view{
|
|
color: #866cff;
|
|
} |