mediaDetail.wxml 690 B

1234567891011121314151617181920212223
  1. <view class="wrapper">
  2. <video
  3. src=""
  4. object-fit="cover"
  5. poster=""
  6. show-mute-btn="{{true}}"
  7. play-btn-position="center"></video>
  8. <view class="main">
  9. <button
  10. class="btn"
  11. type="default">查看附件
  12. </button>
  13. <view class="title name-list-title">
  14. <text>出境人员</text>
  15. </view>
  16. <view class="name-list">张三 李四</view>
  17. <view class="title video-title">
  18. <text>影片内容</text>
  19. </view>
  20. <view class="subtitle">吧啦农务:</view>
  21. <view class="describe">吧啦啊啊啊啊啊啊啊啊啊啊啊,吧啦啊啊啊啊啊啊啊啊啊啊啊吧啦啊啊啊啊啊啊啊啊啊啊啊。</view>
  22. </view>
  23. </view>