47 lines
913 B
Plaintext
47 lines
913 B
Plaintext
/* pageage/safetyManagement/addSafetyInspect/index.wxss */
|
|
.van-popup{
|
|
background: none !important;
|
|
}
|
|
.van-image__img{
|
|
border-radius: 10rpx !important;
|
|
}
|
|
.radio_custom_class{
|
|
padding: 10rpx 100rpx 10rpx 0;
|
|
}
|
|
.radio_label_class{
|
|
color: #ffffff !important;
|
|
}
|
|
.max_tab_name{
|
|
padding: 0 40rpx;
|
|
font-size:30rpx;
|
|
height: 460rpx;
|
|
overflow: auto;
|
|
margin-top: 20rpx;
|
|
text-align: center;
|
|
}
|
|
.van-popup.van-popup--bottom{
|
|
background: #232a44;
|
|
}
|
|
.van-popup {
|
|
background-color: var(--popup-background-color,#232a44) !important;
|
|
}
|
|
.font_color{
|
|
padding: 15rpx 0;
|
|
color: #157dd2;
|
|
}
|
|
.active{
|
|
font-size:30rpx;
|
|
font-weight: 600;
|
|
color: #14feff
|
|
}
|
|
.option_list_title{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 20rpx 0;
|
|
}
|
|
.option_list_title_btn{
|
|
color: #1989fa;
|
|
font-size: 30rpx;
|
|
}
|