电速宝
您最多选择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;}