|
|
@@ -37,6 +37,7 @@ $font-size-small: $font-size-1 !default;
|
|
|
$font-size-base: $font-size-2 !default;
|
|
|
$font-size-large: $font-size-3 !default;
|
|
|
$line-height-base: 1.5 !default;
|
|
|
+
|
|
|
// button
|
|
|
$button-border-radius: 25px !default;
|
|
|
$button-border-width: 1px !default;
|
|
|
@@ -142,17 +143,13 @@ $inputnumber-input-width: 40px !default;
|
|
|
$inputnumber-icon-size: 20px !default;
|
|
|
|
|
|
// actionsheet
|
|
|
-$zindex-actionsheet: 10001 !default;
|
|
|
-$body-background: #f6f6f6 !default;
|
|
|
-$light-color: #f6f6f6 !default;
|
|
|
-$font-size-base: $font-size-2 !default;
|
|
|
-$font-size-small: $font-size-1 !default;
|
|
|
+$actionsheet-light-color: #f6f6f6 !default;
|
|
|
|
|
|
//shortpassword
|
|
|
-$shortpsd-background-color: rgba(245, 245, 245, 1) !default;
|
|
|
-$shortpsd-border-color: #ddd !default;
|
|
|
-$shortpsd-error: rgba(242, 39, 12, 1) !default;
|
|
|
-$shortpsd-forget: rgba(128, 128, 128, 1) !default;
|
|
|
+$shortpassword-background-color: rgba(245, 245, 245, 1) !default;
|
|
|
+$shortpassword-border-color: #ddd !default;
|
|
|
+$shortpassword-error: rgba(242, 39, 12, 1) !default;
|
|
|
+$shortpassword-forget: rgba(128, 128, 128, 1) !default;
|
|
|
|
|
|
//large price
|
|
|
$price-symbol-big-size: 18px !default;
|
|
|
@@ -207,7 +204,6 @@ $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%,
|
|
|
@@ -231,12 +227,10 @@ $notify-danger-background-color: rgba(250, 50, 25, 1) !default;
|
|
|
$notify-warning-background-color: linear-gradient(135deg, rgba(255, 93, 13, 1) 0%, rgba(255, 154, 13, 1) 100%) !default;
|
|
|
|
|
|
// rate
|
|
|
-
|
|
|
$rate-icon-color: $primary-color !default;
|
|
|
$rate-icon-void-color: $disable-color !default;
|
|
|
|
|
|
// tabbar
|
|
|
-
|
|
|
$tabbar-active-color: $primary-color !default;
|
|
|
$tabbar-border-color: #eee !default;
|
|
|
|
|
|
@@ -267,9 +261,9 @@ $radio-label-font-color: #1d1e1e !default;
|
|
|
$radio-label-font-active-color: #f0250f !default;
|
|
|
$radio-label-disable-color: #999 !default;
|
|
|
$radio-icon-disable-color: #d6d6d6 !default;
|
|
|
-
|
|
|
$radio-label-button-border-color: #f0250f !default;
|
|
|
$radio-label-button-background: rgba(240, 37, 15, 0.05) !default;
|
|
|
+
|
|
|
//fixednav
|
|
|
$fixednav-bg-color: $white !default;
|
|
|
$fixednav-font-color: $black !default;
|
|
|
@@ -277,11 +271,11 @@ $fixednav-index: 201 !default;
|
|
|
$fixednav-btn-bg: linear-gradient(135deg, rgba(250, 25, 44, 1) 0%, rgba(250, 63, 25, 1) 100%) !default;
|
|
|
|
|
|
// NoticeBar
|
|
|
-$noticeBar-font-size: 14px !default;
|
|
|
-$noticeBar-height: 40px !default;
|
|
|
-$noticeBar-line-height: 24px !default;
|
|
|
-$noticeBar-left-icon-width: 16px !default;
|
|
|
-$noticeBar-right-icon-width: 16px !default;
|
|
|
+$noticebar-font-size: 14px !default;
|
|
|
+$noticebar-height: 40px !default;
|
|
|
+$noticebar-line-height: 24px !default;
|
|
|
+$noticebar-left-icon-width: 16px !default;
|
|
|
+$noticebar-right-icon-width: 16px !default;
|
|
|
|
|
|
// TimeSelect
|
|
|
$timeselect-title-font-size: $font-size-2 !default;
|
|
|
@@ -293,6 +287,7 @@ $timepannel-text-color: $title-color2 !default;
|
|
|
$timepannel-font-size: $font-size-2 !default;
|
|
|
$timepannel-cur-bg-color: $white !default;
|
|
|
$timepannel-cur-text-color: #333333 !default;
|
|
|
+
|
|
|
// TimeDetail
|
|
|
$timedetail-item-bg-color: #f6f7f9 !default;
|
|
|
$timedetail-item-border-radius: 5px !default;
|
|
|
@@ -303,6 +298,7 @@ $timedetail-item-cur-border: #f0250f !default;
|
|
|
$timedetail-item-cur-text-color: #f0250f !default;
|
|
|
$timedetail-time-text-color: #999 !default;
|
|
|
$timedetail-time-font-size: $font-size-1 !default;
|
|
|
+
|
|
|
//tag
|
|
|
$tag-font-size: 12px !default;
|
|
|
$tag-default-border-radius: 4px !default;
|
|
|
@@ -319,7 +315,6 @@ $tag-danger-background-color: linear-gradient(
|
|
|
$tag-warning-background-color: #f3812e !default;
|
|
|
$tag-default-color: #ffffff !default;
|
|
|
$tag-border-width: 1px !default;
|
|
|
-
|
|
|
$tag-plain-background-color: #fff !default;
|
|
|
|
|
|
//badge
|
|
|
@@ -334,7 +329,7 @@ $popover-border-bottom-color: rgba(229, 229, 229, 1) !default;
|
|
|
$popover-primary-text-color: rgba(51, 51, 51, 1) !default;
|
|
|
$popover-disable-color: rgba(154, 155, 157, 1) !default;
|
|
|
|
|
|
-//分页
|
|
|
+//pagination
|
|
|
$pagination-color: $primary-color !default;
|
|
|
$pagination-font-size: $font-size-2 !default;
|
|
|
$pagination-item-border-color: #e4e7eb !default;
|
|
|
@@ -350,13 +345,13 @@ $pagination-disable-background-color: #f7f8fa !default;
|
|
|
$pagination-item-border-width: 1px !default;
|
|
|
$pagination-item-border-radius: 2px !default;
|
|
|
$pagination-prev-next-padding: 0 11px !default;
|
|
|
+
|
|
|
// tabs
|
|
|
$tabs-tab-smile-color: $primary-color !default;
|
|
|
$tabs-titles-border-radius: 0 !default;
|
|
|
$tabs-titles-item-large-font-size: $font-size-3 !default;
|
|
|
$tabs-titles-item-font-size: $font-size-2 !default;
|
|
|
$tabs-titles-item-small-font-size: $font-size-1 !default;
|
|
|
-
|
|
|
$tabs-titles-item-color: $title-color !default;
|
|
|
$tabs-titles-background-color: $help-color !default;
|
|
|
$tabs-horizontal-tab-line-color: linear-gradient(90deg, #f5503a 0%, #fad1cb 100%) !default;
|
|
|
@@ -377,17 +372,17 @@ $indicator-dot-size: $indicator-size / 3 !default;
|
|
|
$indicator-border-size: $indicator-size + 2 !default;
|
|
|
|
|
|
// menu
|
|
|
-$nut-menu-bar-line-height: 46px !default;
|
|
|
-$nut-menu-bar-border-bottom-color: #eaf0fb !default;
|
|
|
-$nut-menu-bar-opened-z-index: 2001 !default;
|
|
|
-$nut-menu-item-disabled-color: #969799 !default;
|
|
|
-$nut-menu-title-text-padding-left: 8px !default;
|
|
|
-$nut-menu-title-text-padding-right: 8px !default;
|
|
|
-$nut-menu-item-content-padding: 12px 24px !default;
|
|
|
-$nut-menu-item-content-max-height: 214px !default;
|
|
|
-$nut-menu-item-option-padding-top: 12px !default;
|
|
|
-$nut-menu-item-option-padding-bottom: 12px !default;
|
|
|
-$nut-menu-item-option-i-margin-right: 6px !default;
|
|
|
+$menu-bar-line-height: 46px !default;
|
|
|
+$menu-bar-border-bottom-color: #eaf0fb !default;
|
|
|
+$menu-bar-opened-z-index: 2001 !default;
|
|
|
+$menu-item-disabled-color: #969799 !default;
|
|
|
+$menu-title-text-padding-left: 8px !default;
|
|
|
+$menu-title-text-padding-right: 8px !default;
|
|
|
+$menu-item-content-padding: 12px 24px !default;
|
|
|
+$menu-item-content-max-height: 214px !default;
|
|
|
+$menu-item-option-padding-top: 12px !default;
|
|
|
+$menu-item-option-padding-bottom: 12px !default;
|
|
|
+$menu-item-option-i-margin-right: 6px !default;
|
|
|
|
|
|
// searchbar
|
|
|
$searchbar-background: $white !default;
|
|
|
@@ -404,17 +399,17 @@ $empty-description-line-height: 20px;
|
|
|
$empty-description-padding: 0 40px;
|
|
|
|
|
|
// cascader
|
|
|
-$nut-cascader-font-size: $font-size-2;
|
|
|
-$nut-cascader-line-height: 22px;
|
|
|
-$nut-cascader-tabs-item-padding: 0 10px;
|
|
|
-$nut-cascader-bar-padding: 24px 20px 17px;
|
|
|
-$nut-cascader-bar-font-size: $font-size-4;
|
|
|
-$nut-cascader-bar-line-height: 20px;
|
|
|
-$nut-cascader-bar-color: $title-color;
|
|
|
-$nut-cascader-item-padding: 10px 20px;
|
|
|
-$nut-cascader-item-color: $title-color;
|
|
|
-$nut-cascader-item-font-size: $font-size-2;
|
|
|
-$nut-cascader-item-active-color: $primary-color;
|
|
|
+$cascader-font-size: $font-size-2;
|
|
|
+$cascader-line-height: 22px;
|
|
|
+$cascader-tabs-item-padding: 0 10px;
|
|
|
+$cascader-bar-padding: 24px 20px 17px;
|
|
|
+$cascader-bar-font-size: $font-size-4;
|
|
|
+$cascader-bar-line-height: 20px;
|
|
|
+$cascader-bar-color: $title-color;
|
|
|
+$cascader-item-padding: 10px 20px;
|
|
|
+$cascader-item-color: $title-color;
|
|
|
+$cascader-item-font-size: $font-size-2;
|
|
|
+$cascader-item-active-color: $primary-color;
|
|
|
|
|
|
// form
|
|
|
$form-item-error-line-color: $primary-color !default;
|