猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
993 B

  1. @charset "UTF-8";
  2. .box .up-steps-custom {
  3. /* 自定义步骤条样式 */
  4. /* 步骤条线条样式 */
  5. /* 当前步骤前的线条为橙色 */
  6. /* 步骤圆点样式 */
  7. /* 未激活的步骤圆点 */
  8. /* 步骤标题样式 */
  9. }
  10. .box .up-steps-custom :deep(.u-steps-item__line) {
  11. background-color: #DDDDDD !important;
  12. height: 4rpx !important;
  13. }
  14. .box .up-steps-custom :deep(.u-steps-item:first-child .u-steps-item__line) {
  15. background-color: #FFA042 !important;
  16. }
  17. .box .up-steps-custom :deep(.u-steps-item__wrapper__circle) {
  18. background-color: #FFA042 !important;
  19. border-color: #FFA042 !important;
  20. width: 36rpx !important;
  21. height: 36rpx !important;
  22. }
  23. .box .up-steps-custom :deep(.u-steps-item:nth-child(2) .u-steps-item__wrapper__circle,
  24. .u-steps-item:nth-child(3) .u-steps-item__wrapper__circle) {
  25. background-color: transparent !important;
  26. border-color: #999999 !important;
  27. }
  28. .box .up-steps-custom :deep(.u-steps-item__content) {
  29. margin-top: 16rpx !important;
  30. }