|
|
@@ -3,6 +3,7 @@
|
|
|
// 主色调
|
|
|
$primary-color: #fa2c19 !default;
|
|
|
$primary-color-end: #fa6419 !default;
|
|
|
+
|
|
|
// 辅助色
|
|
|
$help-color: #f5f5f5 !default;
|
|
|
// 标题常规文字
|
|
|
@@ -193,6 +194,23 @@ $avatar-normal-height: 40px !default;
|
|
|
//switch
|
|
|
$switch-close-bg-color: #ebebeb !default;
|
|
|
$switch-close--cline-bg-color: #f0f0f0 !default;
|
|
|
+$switch-width: 36px !default;
|
|
|
+$switch-height: 21px !default;
|
|
|
+$switch-line-height: 21px !default;
|
|
|
+$switch-border-radius: 21px !default;
|
|
|
+$switch-inside-width: 13px !default;
|
|
|
+$switch-inside-height: 13px !default;
|
|
|
+$switch-inside-open-transform: translateX(146%) !default;
|
|
|
+$switch-inside-close-transform: translateX(30%) !default;
|
|
|
+
|
|
|
+// toast
|
|
|
+$toast-title-font-size: 16px !default;
|
|
|
+$toast-text-font-size: 14px !default;
|
|
|
+$toast-font-color: $white !default;
|
|
|
+$toast-inner-padding: 24px 30px !default;
|
|
|
+$toast-inner-bg-color: rgba(0, 0, 0, 0.8) !default;
|
|
|
+$toast-inner-border-radius: 12px !default;
|
|
|
+$toast-cover-bg-color: rgba(0, 0, 0, 0) !default;
|
|
|
|
|
|
//backtop
|
|
|
$backtop-border-color: #e0e0e0 !default;
|
|
|
@@ -219,13 +237,8 @@ $notify-text-color: $white !default;
|
|
|
$notify-padding: 12px 0 !default;
|
|
|
$notify-font-size: 14px !default;
|
|
|
$notify-height: 44px !default;
|
|
|
-$notify-base-background-color: linear-gradient(
|
|
|
- 135deg,
|
|
|
- rgba(250, 44, 25, 1) 0%,
|
|
|
- rgba(250, 63, 25, 1) 45%,
|
|
|
- rgba(250, 89, 25, 1) 83%,
|
|
|
- rgba(250, 100, 25, 1) 100%
|
|
|
-) !default;
|
|
|
+$notify-line-height: auto !default;
|
|
|
+$notify-base-background-color: linear-gradient(135deg, $primary-color 0%, $primary-color-end 100%) !default;
|
|
|
$notify-primary-background-color: linear-gradient(
|
|
|
315deg,
|
|
|
rgba(73, 143, 242, 1) 0%,
|
|
|
@@ -256,6 +269,16 @@ $infiniteloading-bottom-color: #c8c8c8 !default;
|
|
|
$range-tip-font-color: #333333 !default;
|
|
|
$range-bg-color: rgba($primary-color, 0.5) !default;
|
|
|
$range-bar-bg-color: linear-gradient(135deg, $primary-color 0%, $primary-color-end 100%) !default;
|
|
|
+$range-bar-btn-bg-color: $white !default;
|
|
|
+$range-bar-btn-width: 24px !default;
|
|
|
+$range-bar-btn-height: 24px !default;
|
|
|
+$range-bar-btn-border: 1px solid $primary-color !default;
|
|
|
+
|
|
|
+//swiper
|
|
|
+$swiper-pagination-item-width: 8px !default;
|
|
|
+$swiper-pagination-item-height: 3px !default;
|
|
|
+$swiper-pagination-item-margin-right: 7px !default;
|
|
|
+$swiper-pagination-item-border-radius: 2px !default;
|
|
|
|
|
|
//address
|
|
|
$address-region-tab-line: linear-gradient(90deg, $primary-color 0%, rgba($primary-color, 0.15) 100%) !default;
|