first
This commit is contained in:
40
src/styles/common.scss
Normal file
40
src/styles/common.scss
Normal file
@ -0,0 +1,40 @@
|
||||
.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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user