|
@@ -390,16 +390,16 @@
|
|
|
}
|
|
|
:global {
|
|
|
.van-dropdown-menu__bar {
|
|
|
- background-color: transparent;
|
|
|
- box-shadow: none;
|
|
|
- padding-right: 15px;
|
|
|
- padding-bottom: 10px;
|
|
|
- height: 36px;
|
|
|
+ background-color: transparent !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ padding-right: 15px !important;
|
|
|
+ padding-bottom: 10px !important;
|
|
|
+ height: 36px !important;
|
|
|
}
|
|
|
|
|
|
.van-dropdown-menu__title {
|
|
|
- padding-left: 0;
|
|
|
- color: #131415;
|
|
|
+ padding-left: 0 !important;
|
|
|
+ color: #131415 !important;
|
|
|
|
|
|
&:after {
|
|
|
border-color: transparent transparent rgba(0, 0, 0, 0.4)
|
|
@@ -407,7 +407,7 @@
|
|
|
}
|
|
|
|
|
|
&.van-dropdown-menu__title--active {
|
|
|
- color: #fe2451;
|
|
|
+ color: #fe2451 !important;
|
|
|
|
|
|
&:after {
|
|
|
border-color: transparent transparent #fe2451 #fe2451;
|
|
@@ -420,7 +420,7 @@
|
|
|
}
|
|
|
|
|
|
.van-dropdown-item__option {
|
|
|
- padding: 0 13px;
|
|
|
+ padding: 0 13px !important;
|
|
|
// line-height: 50px;
|
|
|
line-height: auto;
|
|
|
.van-cell__title {
|
|
@@ -428,7 +428,7 @@
|
|
|
padding: 0;
|
|
|
color: #333333;
|
|
|
font-size: 16px;
|
|
|
- line-height: 50px;
|
|
|
+ line-height: 50px !important;
|
|
|
// height: 50px;
|
|
|
// display: flex;
|
|
|
// align-items: center;
|