合伙人运营小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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