1234567891011121314151617181920212223 |
- <view class="wrapper">
- <video
- src=""
- object-fit="cover"
- poster=""
- show-mute-btn="{{true}}"
- play-btn-position="center"></video>
- <view class="main">
- <button
- class="btn"
- type="default">查看附件
- </button>
- <view class="title name-list-title">
- <text>出境人员</text>
- </view>
- <view class="name-list">张三 李四</view>
- <view class="title video-title">
- <text>影片内容</text>
- </view>
- <view class="subtitle">吧啦农务:</view>
- <view class="describe">吧啦啊啊啊啊啊啊啊啊啊啊啊,吧啦啊啊啊啊啊啊啊啊啊啊啊吧啦啊啊啊啊啊啊啊啊啊啊啊。</view>
- </view>
- </view>
|