123456789101112131415161718192021222324252627282930313233343536 |
- <view >
- 课件朗读
- <video
- class="videoSection"
- src="http://efunvideo.ai160.com/vs2m/001/00103075/00103075012/00103075012.m3u8"
- controls
- show-fullscreen-btn="{{fullScreenBtn}}"
- show-play-btn="{{playBtn}}"
- ></video>
- <view class="readWorksSection">
- <view class="workCard">
- <image class="avatar" src="../../../static/image/timg.jpg" />
- <text class="nickName">萝莉小猫咪</text>
- <text class="time"></text>
- <view class="likes">
- <image class="likeTag" src="" />
- <text class="likeNum">231</text>
- </view>
- </view>
- </view>
- <view class="footSection">
- <view class="collectBtn footerBtn">
- <image src="../../../static/image/hot_recommand.png" />
- <text >收藏</text>
- </view>
- <view class="readingBtn footerBtn" bindtap="goToReading">
- <image src="../../../static/image/hot_recommand.png" />
- <text >我要朗读</text>
- </view>
- <view class="shareBtn footerBtn">
- <image src="../../../static/image/hot_recommand.png" />
- <text >分享</text>
- </view>
- </view>
- </view>
|