112 lines
2.2 KiB
Plaintext
112 lines
2.2 KiB
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
|
||
|
}
|
||
|
.van-collapse.van-hairline--top-bottom:after{
|
||
|
border-width: 0px 0;
|
||
|
}
|
||
|
.van-cell.van-cell--borderless{
|
||
|
background-color: #2b345b;
|
||
|
color: #fff;
|
||
|
margin-top: 30rpx;
|
||
|
border-radius: 5rpx;
|
||
|
}
|
||
|
.van-cell.van-cell--borderless:active{
|
||
|
background-color: #2b345b;
|
||
|
}
|
||
|
.van-collapse-item__title.van-collapse-item__title--expanded:active{
|
||
|
background-color: #2b345b;
|
||
|
}
|
||
|
.van-collapse-item .van-cell:after{
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
.van-collapse-item.van-hairline--top:after{
|
||
|
border-top-width:0
|
||
|
}
|
||
|
.van-cell.van-cell--clickable{
|
||
|
background-color: #2b345b;
|
||
|
margin-top: 30rpx;
|
||
|
color: #fff;
|
||
|
border-radius: 15rpx;
|
||
|
|
||
|
}
|
||
|
.van-cell.van-cell--clickable:active{
|
||
|
background-color: #2b345b;
|
||
|
}
|
||
|
.van-collapse-item__wrapper .van-collapse-item__content{
|
||
|
background-color: #1e2336;
|
||
|
color:#8ca4ec ;
|
||
|
border-width: 0px 0;
|
||
|
}
|
||
|
.gk_open_con view{
|
||
|
padding: 10rpx 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.gk_open_con image{
|
||
|
width: 30rpx;
|
||
|
height: 30rpx;
|
||
|
margin-right: 5rpx;
|
||
|
position: relative;
|
||
|
top: 5rpx;
|
||
|
}
|
||
|
.pass{
|
||
|
background-color: #388a38;
|
||
|
}
|
||
|
.transact{
|
||
|
background-color: #8e6424;
|
||
|
}
|
||
|
.text_active{
|
||
|
padding-left: 5rpx;
|
||
|
color: #8369f5;
|
||
|
}
|
||
|
.van-steps{
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
.van-step--horizontal .van-step__circle-container{
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
.van-steps--horizontal{
|
||
|
padding: 10px 20px !important;
|
||
|
}
|
||
|
.markers{
|
||
|
background: url("https://xiangguan.sxyanzhu.com/profile/icon/req.png") no-repeat left/40rpx;
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
padding-left: 42rpx;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
overflow: hidden;
|
||
|
word-break: break-all;
|
||
|
}
|