猫妈狗爸伴宠师小程序前端代码
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.

25 lines
462 B

  1. :deep(.u-steps-item__wrapper){
  2. width: 50rpx!important;
  3. height: 50rpx!important;
  4. .u-steps-item__wrapper__circle{
  5. width: 50rpx!important;
  6. height: 50rpx!important;
  7. .u-steps-item__wrapper__circle__text{
  8. font-size: 28rpx;
  9. }
  10. }
  11. }
  12. :deep(.u-steps-item__line){
  13. top: 15px!important;
  14. }
  15. .steps-box{
  16. text-align: center;
  17. background: #FFFFFF;
  18. border-radius: 20rpx;
  19. padding: 20rpx 0;
  20. }
  21. .tips{
  22. color: #e72626;
  23. }
  24. .info{
  25. color: #FFBF60;
  26. }