index.axml 725 B

12345678910111213141516171819
  1. <view class='dotLine-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <view class='tip'>
  3. <block a:for='{{tabList}}' ref-numbers='{{tabList}}'>
  4. <view a:if='{{index !== 0}}' class='dot-line-area' style='width: {{width}}rpx'>
  5. <view class='dot-line' style='width: {{item.width}}rpx'>
  6. </view>
  7. <view class='dot-line-behind' style='width: {{width}}rpx'>
  8. </view>
  9. </view>
  10. <view class='dot-area'>
  11. <view class="dot {{item.isPass?'dot-start':'dot-end'}}">
  12. </view>
  13. <text class="{{item.isPass?'text-white':'text-light'}}">
  14. {{language=='en'?item.name1:item.name}}{{information}}
  15. </text>
  16. </view>
  17. </block>
  18. </view>
  19. </view>