|
|
@@ -39,6 +39,9 @@
|
|
|
--van-field-label-color: #aaabad;
|
|
|
--van-search-action-padding: 0 16px;
|
|
|
--van-popover-dark-background-color: #15152d;
|
|
|
+ --van-dialog-background-color: #1e222c;
|
|
|
+ --van-button-default-background-color: transparent;
|
|
|
+ --van-dialog-message-font-size: 17px;
|
|
|
}
|
|
|
|
|
|
[contenteditable='true'],
|
|
|
@@ -93,7 +96,8 @@ input:-webkit-autofill {
|
|
|
}
|
|
|
|
|
|
.van-dialog {
|
|
|
- color: #000;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 17px;
|
|
|
}
|
|
|
|
|
|
.flex1 {
|
|
|
@@ -107,10 +111,10 @@ input:-webkit-autofill {
|
|
|
padding-top: 20px;
|
|
|
}
|
|
|
.van-hairline--left::after {
|
|
|
- border-color: #f2f4f5;
|
|
|
+ border-color: #97979720;
|
|
|
}
|
|
|
.van-hairline--top::after {
|
|
|
- border-color: #f2f4f5;
|
|
|
+ border-color: #97979720;
|
|
|
}
|
|
|
|
|
|
.van-dialog__message--has-title {
|
|
|
@@ -119,11 +123,13 @@ input:-webkit-autofill {
|
|
|
}
|
|
|
.van-dialog__footer {
|
|
|
.van-button--default {
|
|
|
- color: #626366;
|
|
|
+ font-size: 17px;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
.van-dialog__confirm {
|
|
|
.van-button__text {
|
|
|
- color: #ff4f50;
|
|
|
+ font-size: 17px;
|
|
|
+ color: #fe2c5570;
|
|
|
}
|
|
|
}
|
|
|
}
|