52 lines
918 B
SCSS
52 lines
918 B
SCSS
input{
|
|
border: none;
|
|
}
|
|
button{
|
|
border: none;
|
|
}
|
|
select{
|
|
background-color: transparent; /* 设置透明背景色 */
|
|
border: none; /* 取消边框 */
|
|
outline: none;
|
|
}
|
|
.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: #2C395F ;
|
|
}
|
|
::v-deep .van-nav-bar__title{
|
|
color: #fff;
|
|
opacity: .7;
|
|
font-weight: bolder;
|
|
font-size: 18px;
|
|
}
|
|
::v-deep .van-nav-bar .van-icon{
|
|
color: #fff;
|
|
opacity: .7;
|
|
font-size: 18px;
|
|
width: 6px;
|
|
height: 13px;
|
|
}
|
|
::v-deep .van-radio__label{
|
|
margin-left: 0;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
//@include fontWeightSize(400,14px);
|
|
color: #000000;
|
|
}
|
|
|