合伙人运营小程序
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.

steps.wxss 290B

123456
  1. @import '../common/style/index.wxss';:host{display:flex;}
  2. .t-step--vertical{padding-right:32rpx;}
  3. .t-steps{display:flex;width:100%;}
  4. .t-steps--vertical{flex-direction:column;}
  5. .t-steps--reverse{flex-direction:row-reverse;}
  6. .t-steps--vertical.t-steps--reverse{flex-direction:column-reverse;}