.common-progress-box { padding: 50rpx; } .progress { display: flex; margin-top: 10rpx; font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #999999; align-items: center; .van-progress { width: 440rpx; .van-progress__portion { background: linear-gradient(90deg, #ffe9c7, #eecda1); border-radius: 6rpx; height: 12rpx; .van-progress__pivot { display: none; } } } .percent { margin-left: 52rpx; } } .progress-tips { font-family: PingFang SC; font-weight: 500; font-size: 26rpx; color: #666666; line-height: 60rpx; }