|
|
- :deep(.u-steps-item__wrapper){
- width: 50rpx!important;
- height: 50rpx!important;
- .u-steps-item__wrapper__circle{
- width: 50rpx!important;
- height: 50rpx!important;
- .u-steps-item__wrapper__circle__text{
- font-size: 28rpx;
- }
- }
- }
- :deep(.u-steps-item__line){
- top: 15px!important;
- }
- .steps-box{
- text-align: center;
- background: #FFFFFF;
- border-radius: 20rpx;
- padding: 20rpx 0;
- }
- .tips{
- color: #e72626;
- }
- .info{
- color: #FFBF60;
- }
|