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

36 lines
912 B

.box {
.up-steps-custom {
/* 自定义步骤条样式 */
/* 步骤条线条样式 */
:deep(.u-steps-item__line) {
background-color: #DDDDDD !important;
height: 4rpx !important;
}
/* 当前步骤前的线条为橙色 */
:deep(.u-steps-item:first-child .u-steps-item__line) {
background-color: #FFA042 !important;
}
/* 步骤圆点样式 */
:deep(.u-steps-item__wrapper__circle) {
background-color: #FFA042 !important;
border-color: #FFA042 !important;
width: 36rpx !important;
height: 36rpx !important;
}
/* 未激活的步骤圆点 */
: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;
}
/* 步骤标题样式 */
:deep(.u-steps-item__content) {
margin-top: 16rpx !important;
}
}
}