class.wxml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <view >
  2. 课件朗读
  3. <video
  4. class="videoSection"
  5. src="http://efunvideo.ai160.com/vs2m/001/00103075/00103075012/00103075012.m3u8"
  6. controls
  7. show-fullscreen-btn="{{fullScreenBtn}}"
  8. show-play-btn="{{playBtn}}"
  9. ></video>
  10. <view class="readWorksSection">
  11. <view class="workCard">
  12. <image class="avatar" src="../../../static/image/timg.jpg" />
  13. <text class="nickName">萝莉小猫咪</text>
  14. <text class="time"></text>
  15. <view class="likes">
  16. <image class="likeTag" src="" />
  17. <text class="likeNum">231</text>
  18. </view>
  19. </view>
  20. </view>
  21. <view class="footSection">
  22. <view class="collectBtn footerBtn">
  23. <image src="../../../static/image/hot_recommand.png" />
  24. <text >收藏</text>
  25. </view>
  26. <view class="readingBtn footerBtn" bindtap="goToReading">
  27. <image src="../../../static/image/hot_recommand.png" />
  28. <text >我要朗读</text>
  29. </view>
  30. <view class="shareBtn footerBtn">
  31. <image src="../../../static/image/hot_recommand.png" />
  32. <text >分享</text>
  33. </view>
  34. </view>
  35. </view>