运维小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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