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

26 lines
462 B

: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;
}