index.wxml 412 B

12345678910111213141516
  1. <template name="zan-noticebar">
  2. <view class="zan-noticebar">
  3. <view
  4. id="{{ componentId }}__content-wrap"
  5. style="height: 18px; overflow: hidden; position: relative;"
  6. >
  7. <view
  8. animation="{{ animationData }}"
  9. id="{{ componentId }}__content"
  10. style="position: absolute; white-space: nowrap;"
  11. >
  12. {{ text }}
  13. </view>
  14. </view>
  15. </view>
  16. </template>