|
@@ -9,6 +9,10 @@
|
|
|
}
|
|
|
|
|
|
:global {
|
|
|
+ input,
|
|
|
+ textarea {
|
|
|
+ caret-color: #FE2451 !important;
|
|
|
+ }
|
|
|
// 选择框
|
|
|
// 上拉选择 - ✅
|
|
|
// 选择器 - ✅
|
|
@@ -403,7 +407,7 @@
|
|
|
|
|
|
&:after {
|
|
|
border-color: transparent transparent rgba(0, 0, 0, 0.4)
|
|
|
- rgba(0, 0, 0, 0.4);
|
|
|
+ rgba(0, 0, 0, 0.4) !important;
|
|
|
}
|
|
|
|
|
|
&.van-dropdown-menu__title--active {
|
|
@@ -655,27 +659,27 @@
|
|
|
}
|
|
|
|
|
|
.btnGroup {
|
|
|
- border-top: 1px solid #f2f2f2;
|
|
|
- background-color: #fff;
|
|
|
- padding-top: 12px;
|
|
|
- padding-left: 25px;
|
|
|
- padding-right: 25px;
|
|
|
- // padding-bottom: calc(12px + env(safe-area-inset-bottom));
|
|
|
- padding-bottom: 25px;
|
|
|
+ // border-top: 1px solid #f2f2f2;
|
|
|
+ // background-color: #fff;
|
|
|
+ // padding-top: 12px;
|
|
|
+ // padding-left: 25px;
|
|
|
+ // padding-right: 25px;
|
|
|
+ // // padding-bottom: calc(12px + env(safe-area-inset-bottom));
|
|
|
+ // padding-bottom: 25px;
|
|
|
|
|
|
:global {
|
|
|
.van-button {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: 500;
|
|
|
|
|
|
- &.van-button--disabled {
|
|
|
- opacity: initial;
|
|
|
- background: linear-gradient(
|
|
|
- 270deg,
|
|
|
- #ff7a93 0%,
|
|
|
- #ff9daa 100%
|
|
|
- ) !important;
|
|
|
- }
|
|
|
+ // &.van-button--disabled {
|
|
|
+ // opacity: initial;
|
|
|
+ // background: linear-gradient(
|
|
|
+ // 270deg,
|
|
|
+ // #ff7a93 0%,
|
|
|
+ // #ff9daa 100%
|
|
|
+ // ) !important;
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
}
|