app-step.wxss 1007 B

1
  1. .app-step.data-v-095bdb1c{display:-webkit-box;display:flex;display:-webkit-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.app-step .step-list.data-v-095bdb1c{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1}.app-step .step-list.active .step-num.data-v-095bdb1c{color:#fff;background-color:#ff2842}.app-step .step-list.active .step-text.data-v-095bdb1c{color:#ff2842}.app-step .step-list .step-num.data-v-095bdb1c{width:32rpx;height:32rpx;line-height:30rpx;text-align:center;border-radius:50%;color:#999;background-color:#eeeeec;margin:0 auto 14rpx}.app-step .step-list .step-text.data-v-095bdb1c{color:#999;text-align:center}.app-step .step-list.data-v-095bdb1c:before{position:absolute;left:calc(50% + 16rpx);top:16rpx;display:inline-block;content:"";width:100%;height:2rpx;background-color:#eeeeec}.app-step .step-list.data-v-095bdb1c:last-child:before{width:0}