@@ -117,6 +117,7 @@ The component provides the following CSS variables, which can be used to customi
117117
118118| Name | Description | Default |
119119| --- | --- | --- |
120+ | \- -nutui-steps-background-color | Steps background color | ` $white ` |
120121| \- -nutui-steps-base-head-height | Head height | ` 14px ` |
121122| \- -nutui-steps-base-head-background-color | Head background color | ` $color-background ` |
122123| \- -nutui-steps-base-head-border | Head border | ` none ` |
@@ -144,14 +145,14 @@ The component provides the following CSS variables, which can be used to customi
144145| \- -nutui-steps-wait-title-color | Waiting state title color | ` $color-title ` |
145146| \- -nutui-steps-wait-description-color | Waiting state description color | ` $color-text ` |
146147| \- -nutui-steps-finish-icon-color | Finish state icon color | ` $color-text-help ` |
147- | \- -nutui-steps-business-title-color | Business state title color | ` #994d00 ` |
148- | \- -nutui-steps-business-description-color | Business state description color | ` #994d00 ` |
149- | \- -nutui-steps-business-head-text-color | Business state head text color | ` #994d00 ` |
150- | \- -nutui-steps-business-head-dot-background-color | Business state head dot background color | ` #994d00 ` |
151- | \- -nutui-steps-business-head-icon-color | Business state head icon color | ` #994d00 ` |
152- | \- -nutui-steps-business-head-background-color | Business state head background color | ` #fff4e8 ` |
148+ | \- -nutui-steps-business-title-color | Business state title color | ` var(--nutui-color-service-pressed) ` |
149+ | \- -nutui-steps-business-description-color | Business state description color | ` var(--nutui-color-service-pressed) ` |
150+ | \- -nutui-steps-business-head-text-color | Business state head text color | ` var(--nutui-color-service-pressed) ` |
151+ | \- -nutui-steps-business-head-dot-background-color | Business state head dot background color | ` var(--nutui-color-service-pressed) ` |
152+ | \- -nutui-steps-business-head-icon-color | Business state head icon color | ` var(--nutui-color-service-pressed) ` |
153+ | \- -nutui-steps-business-head-background-color | Business state head background color | ` var(--nutui-color-service) ` |
153154| \- -nutui-steps-enhanced-finish-head-background-color | Enhanced finish state head background color | ` $color-primary-light-pressed ` |
154- | \- -nutui-steps-enhanced-finish-head-dot-background-color | Enhanced finish state head dot background color | ` #ffadbe ` |
155+ | \- -nutui-steps-enhanced-finish-head-dot-background-color | Enhanced finish state head dot background color | ` $color-primary-disabled-special ` |
155156| \- -nutui-steps-enhanced-finish-head-icon-color | Enhanced finish state head icon color | ` $color-primary-stop-1 ` |
156157| \- -nutui-steps-enhanced-finish-head-text-color | Enhanced finish state head text color | ` $color-primary-stop-1 ` |
157158| \- -nutui-steps-horizontal-item-padding-right | Horizontal item right padding | ` 28px ` |
@@ -164,8 +165,5 @@ The component provides the following CSS variables, which can be used to customi
164165| \- -nutui-steps-vertical-line-height | Vertical line height | ` 18px ` |
165166| \- -nutui-steps-vertical-description-font-size | Vertical description font size | ` $font-size-base ` |
166167| \- -nutui-steps-vertical-description-margin | Vertical description margin | ` 0 0 1px ` |
167- | \- -nutui-steps-vertical-description-time-font-size | Vertical description time font size | ` $font-size-s ` |
168- | \- -nutui-steps-vertical-description-time-margin-top | Vertical description time top margin | ` 2px ` |
169- | \- -nutui-steps-vertical-description-time-color | Vertical description time color | ` #808080 ` |
170168
171169<Contribution name =" Steps " />
0 commit comments