41 lines
725 B
SCSS
41 lines
725 B
SCSS
.van-toast--html, .van-toast--text {
|
|
z-index: 100000000002 !important;
|
|
}
|
|
.van-popup--bottom {
|
|
z-index: 10000000000 !important;
|
|
}
|
|
.van-dialog {
|
|
z-index: 100000000001 !important;
|
|
}
|
|
.van-overlay {
|
|
z-index: 9999999999 !important;
|
|
}
|
|
.van-dialog__content {
|
|
max-height: 70vh;
|
|
overflow-y: auto;
|
|
}
|
|
::v-deep .van-nav-bar__content{
|
|
background-color: #354683 ;
|
|
}
|
|
::v-deep .van-nav-bar__title{
|
|
color: #fff;
|
|
opacity: .7;
|
|
font-weight: 500;
|
|
font-size: 15px;
|
|
}
|
|
::v-deep .van-nav-bar .van-icon{
|
|
color: #fff;
|
|
opacity: .7;
|
|
font-size: 15px;
|
|
width: 6px;
|
|
height: 13px;
|
|
}
|
|
::v-deep .van-radio__label{
|
|
margin-left: 0;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
//@include fontWeightSize(400,14px);
|
|
color: #000000;
|
|
}
|
|
|