|
|
- @charset "UTF-8";
- .box .up-steps-custom {
- /* 自定义步骤条样式 */
- /* 步骤条线条样式 */
- /* 当前步骤前的线条为橙色 */
- /* 步骤圆点样式 */
- /* 未激活的步骤圆点 */
- /* 步骤标题样式 */
- }
-
- .box .up-steps-custom :deep(.u-steps-item__line) {
- background-color: #DDDDDD !important;
- height: 4rpx !important;
- }
-
- .box .up-steps-custom :deep(.u-steps-item:first-child .u-steps-item__line) {
- background-color: #FFA042 !important;
- }
-
- .box .up-steps-custom :deep(.u-steps-item__wrapper__circle) {
- background-color: #FFA042 !important;
- border-color: #FFA042 !important;
- width: 36rpx !important;
- height: 36rpx !important;
- }
-
- .box .up-steps-custom :deep(.u-steps-item:nth-child(2) .u-steps-item__wrapper__circle,
- .u-steps-item:nth-child(3) .u-steps-item__wrapper__circle) {
- background-color: transparent !important;
- border-color: #999999 !important;
- }
-
- .box .up-steps-custom :deep(.u-steps-item__content) {
- margin-top: 16rpx !important;
- }
|