|
|
@@ -15,7 +15,7 @@ $text-color: #808080 !default;
|
|
|
$disable-color: #cccccc !default;
|
|
|
$white: #fff !default;
|
|
|
$black: #000 !default;
|
|
|
-$required-color: #fa2c19 !default;
|
|
|
+$required-color: #f52f3e !default;
|
|
|
|
|
|
$dark-background: #131313 !default;
|
|
|
$dark-background2: #1b1b1b !default;
|
|
|
@@ -144,7 +144,8 @@ $cell-group-background-color: $white !default;
|
|
|
|
|
|
$divider-margin: 16px 0 !default;
|
|
|
$divider-text-font-size: 16px !default;
|
|
|
-$divider-text-color: rgba(0, 0, 0, 0.3) !default;
|
|
|
+$divider-text-color: rgba(0, 0, 0, 0.85) !default;
|
|
|
+$divider-border-color: rgba(0, 0, 0, 0.1) !default;
|
|
|
$divider-line-height: 1px !default;
|
|
|
$divider-before-margin-right: 10px !default;
|
|
|
$divider-after-margin-left: 10px !default;
|
|
|
@@ -183,9 +184,12 @@ $picker-columns-item-color: $title-color !default;
|
|
|
|
|
|
//input
|
|
|
$input-padding: 14px 16px;
|
|
|
+$input-label-color: rgba(0, 0, 0, 0.65) !default;
|
|
|
$input-line-height: 22px;
|
|
|
$input-border-bottom: #eaf0fb !default;
|
|
|
-$input-disabled-color: #c8c9cc !default;
|
|
|
+$input-placeholder-color: rgba(0, 0, 0, 0.25) !default;
|
|
|
+$input-readonly-color: rgba(0, 0, 0, 0.85) !default;
|
|
|
+$input-disabled-color: rgba(0, 0, 0, 0.45) !default;
|
|
|
$input-required-color: $required-color !default;
|
|
|
$input-font-size: $font-size-2 !default;
|
|
|
|
|
|
@@ -218,9 +222,11 @@ $inputnumber-display: flex !default;
|
|
|
// actionsheet
|
|
|
$actionsheet-light-color: #f6f6f6 !default;
|
|
|
$actionsheet-item-border-bottom: 1px solid rgba(0, 0, 0, 0.1) !default;
|
|
|
+$actionsheet-item-font-weight: bold !default;
|
|
|
$actionsheet-item-font-size: $font-size-4 !default;
|
|
|
$actionsheet-item-desc-font-size: 16px !default;
|
|
|
$actionsheet-item-desc-font-color: rgba(0, 0, 0, 0.45) !default;
|
|
|
+$actionsheet-item-subdesc-line-height: 18px !default;
|
|
|
$actionsheet-item-subdesc-font-size: $font-size-1 !default;
|
|
|
$actionsheet-item-subdesc-font-color: rgba(0, 0, 0, 0.45) !default;
|
|
|
$actionsheet-item-cancel-border-top: none !default;
|
|
|
@@ -251,11 +257,12 @@ $numberkeyboard-body-padding: 10px 5px 0 10px !default;
|
|
|
$numberkeyboard-wrapper-padding: 0 5px 5px 0 !default;
|
|
|
$numberkeyboard-key-background-color: #fff !default;
|
|
|
$numberkeyboard-key-active-background-color: #ebedf0 !default;
|
|
|
-$numberkeyboard-key-height: 48px !default;
|
|
|
+$numberkeyboard-key-height: 50px !default;
|
|
|
$numberkeyboard-key-line-height: 1.5 !default;
|
|
|
-$numberkeyboard-key-border-radius: 8px !default;
|
|
|
-$numberkeyboard-key-font-size: 28px !default;
|
|
|
-$numberkeyboard-key-font-size-color: #333 !default;
|
|
|
+$numberkeyboard-key-border-radius: 4px !default;
|
|
|
+$numberkeyboard-key-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15) !default;
|
|
|
+$numberkeyboard-key-font-size: 24px !default;
|
|
|
+$numberkeyboard-key-font-size-color: #262626 !default;
|
|
|
$numberkeyboard-key-finish-font-size: 16px !default;
|
|
|
$numberkeyboard-key-finish-font-size-color: #fff !default;
|
|
|
$numberkeyboard-key-finish-background-color: #1989fa !default;
|
|
|
@@ -291,7 +298,7 @@ $avatar-normal-width: 40px !default;
|
|
|
$avatar-normal-height: 40px !default;
|
|
|
|
|
|
//switch
|
|
|
-$switch-close-bg-color: #ebebeb !default;
|
|
|
+$switch-close-bg-color: rgba(0, 0, 0, 0.25) !default;
|
|
|
$switch-close--cline-bg-color: #f0f0f0 !default;
|
|
|
$switch-width: 50px !default;
|
|
|
$switch-height: 27px !default;
|
|
|
@@ -412,19 +419,27 @@ $address-region-item-font-size: $font-size-1 !default;
|
|
|
$address-item-margin-right: 9px !default;
|
|
|
|
|
|
//steps
|
|
|
-$steps-base-icon-width: 18px !default;
|
|
|
-$steps-base-icon-height: 18px !default;
|
|
|
-$steps-base-icon-line-height: 18px !default;
|
|
|
+$steps-base-icon-width: 20px !default;
|
|
|
+$steps-base-icon-height: 20px !default;
|
|
|
+$steps-base-icon-line-height: 20px !default;
|
|
|
$steps-base-icon-font-size: 12px !default;
|
|
|
+$steps-base-title-line-height: 18px !default;
|
|
|
$steps-base-title-font-size: 12px !default;
|
|
|
$steps-base-line-color: #d9d9d9 !default;
|
|
|
$steps-base-title-color: rgba(0, 0, 0, 0.85) !default;
|
|
|
$steps-base-title-margin-bottom: 6px !default;
|
|
|
+$steps-base-content-line-height: 16px !default;
|
|
|
$steps-base-content-font-size: 10px !default;
|
|
|
$steps-base-content-color: rgba(0, 0, 0, 0.65) !default;
|
|
|
$steps-horizontal-padding: 8px 0 !default;
|
|
|
$steps-vertical-padding: 0 16px !default;
|
|
|
$steps-vertical-main-padding: 0 0 0 19px !default;
|
|
|
+$steps-vertical-title-line-height: 24px !default;
|
|
|
+$steps-vertical-title-font-size: 16px !default;
|
|
|
+$steps-vertical-icon-width: 22px !default;
|
|
|
+$steps-vertical-icon-height: 22px !default;
|
|
|
+$steps-vertical-icon-line-height: 22px !default;
|
|
|
+$steps-vertical-icon-font-size: 12px !default;
|
|
|
|
|
|
$steps-wait-icon-bg-color: #d9d9d9 !default;
|
|
|
$steps-wait-icon-color: $white !default;
|
|
|
@@ -493,11 +508,11 @@ $fixednav-item-active-color: $primary-color !default;
|
|
|
$noticebar-background: #f2f8ff !default;
|
|
|
$noticebar-color: #2c68ff !default;
|
|
|
$noticebar-font-size: 14px !default;
|
|
|
-$noticebar-height: 40px !default;
|
|
|
-$noticebar-line-height: 24px !default;
|
|
|
+$noticebar-height: 36px !default;
|
|
|
+$noticebar-line-height: 20px !default;
|
|
|
$noticebar-left-icon-width: 16px !default;
|
|
|
$noticebar-right-icon-width: 16px !default;
|
|
|
-$noticebar-box-padding: 0 16px !default;
|
|
|
+$noticebar-box-padding: 0 8px !default;
|
|
|
$noticebar-wrapable-padding: 16px !default;
|
|
|
$noticebar-lefticon-margin: 0px 8px 0 0 !default;
|
|
|
$noticebar-righticon-margin: 0px 0 0 8px !default;
|
|
|
@@ -621,8 +636,8 @@ $tabs-titles-border-radius: 0 !default;
|
|
|
$tabs-titles-item-large-font-size: $font-size-4 !default;
|
|
|
$tabs-titles-item-font-size: $font-size-3 !default;
|
|
|
$tabs-titles-item-small-font-size: $font-size-2 !default;
|
|
|
-$tabs-titles-item-color: rgba(0, 0, 0, 0.45) !default;
|
|
|
-$tabs-titles-item-active-color: $title-color !default;
|
|
|
+$tabs-titles-item-color: rgba(0, 0, 0, 0.25) !default;
|
|
|
+$tabs-titles-item-active-color: rgba(0, 0, 0, 0.85) !default;
|
|
|
$tabs-titles-background-color: #fff !default;
|
|
|
$tabs-horizontal-tab-line-color: $primary-color !default;
|
|
|
$tabs-horizontal-titles-height: 50px !default;
|