41 lines
806 B
Plaintext
41 lines
806 B
Plaintext
/* pageage/project_checking_list/project_checking_list.wxss */
|
|
.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;
|
|
}
|
|
.van-sidebar-item{
|
|
background: #4b5a8291 !important;
|
|
color: #89a4eb !important;
|
|
}
|
|
.van-sidebar-item--selected{
|
|
border-color: var(--sidebar-selected-border-color,#866cff) !important;
|
|
color: #866cff !important;
|
|
}
|