|
@@ -1,5 +1,4 @@
|
|
|
<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="readAuthorSection">
|
|
|
<image class="avatar" src="../../../static/image/timg.jpg" />
|
|
@@ -13,51 +12,54 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="userSection">
|
|
|
- <view class="title">共有12345人完成了录音</view>
|
|
|
- <view class="avatarRow">
|
|
|
- <view class="userItem" wx:for="{{user}}" wx:key="{{index}}">
|
|
|
- <image src="{{item.image}}" />
|
|
|
- <text class="nickName">{{item.nickName}}</text>
|
|
|
- </view>
|
|
|
+ <view class="peopleNum">
|
|
|
+ <image class="peoplesIcon" src="../../../static/image/peoples.png" />
|
|
|
+ <view class="title">共有12345人完成了录音</view>
|
|
|
</view>
|
|
|
+ <scroll-view scroll-x class="scrollWrapper" scroll-with-animation="true">
|
|
|
+ <view class="avatarRow">
|
|
|
+ <view class="userItem" wx:for="{{user}}" wx:key="{{index}}">
|
|
|
+ <image src="{{item.image}}" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
<view class="commentSection">
|
|
|
- <view class="title">
|
|
|
- 评论(38)
|
|
|
- </view>
|
|
|
- <input class="commentInput" placeholder="听了这么多,说点什么吧"/>
|
|
|
- <view class="commentArea">
|
|
|
- <view class="commentItem">
|
|
|
- <iamge class="avatar" />
|
|
|
- <text class="nickName"></text>
|
|
|
- <text class="time"></text>
|
|
|
- <text class="gut"></text>
|
|
|
- <view class="commentBtn">
|
|
|
- <image class="" />
|
|
|
- <text >评论</text>
|
|
|
- </view>
|
|
|
- <view class="likes">
|
|
|
- <image class="" />
|
|
|
- <text >165</text>
|
|
|
- </view>
|
|
|
- <view class="commentAll">
|
|
|
- 共有123条评论
|
|
|
- </view>
|
|
|
+ <view class="title">评论(38)</view>
|
|
|
+ <view class="commentInput">听了这么多,说点什么吧</view>
|
|
|
+ </view>
|
|
|
+ <view class="commentArea">
|
|
|
+ <view class="commentItem">
|
|
|
+ <image class="avatar" src="../../../static/image/timg.jpg" />
|
|
|
+ <view class="commentCore">
|
|
|
+ <text class="nickName">阿尔萨斯</text>
|
|
|
+ <text class="time">10-18 09:56</text>
|
|
|
+ <text class="gut">{{text}}</text>
|
|
|
+ <view class="commentAll">共有123条评论</view>
|
|
|
+ </view>
|
|
|
+ <view class="btnWrapper">
|
|
|
+ <image class="commentBtn" src="../../../static/image/comment.png" />
|
|
|
+ <text class="commentText">评论</text>
|
|
|
+ <image class="likeBtn" src="../../../static/image/like.png" />
|
|
|
+ <text class="likeText">165</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="footSection">
|
|
|
+ <image class="blackbord" src="../../../static/image/blackbord.png" />
|
|
|
<view class="collectBtn footerBtn">
|
|
|
- <image src="../../../static/image/hot_recommand.png" />
|
|
|
- <text>收藏</text>
|
|
|
+ <image src="../../../static/image/bonus.png" />
|
|
|
+ <text>奖励</text>
|
|
|
</view>
|
|
|
<view class="readingBtn footerBtn" bindtap="goToReading">
|
|
|
- <image src="../../../static/image/hot_recommand.png" />
|
|
|
+ <image class="microphone" src="../../../static/image/microphone.png" />
|
|
|
<text>我要朗读</text>
|
|
|
</view>
|
|
|
<view class="shareBtn footerBtn">
|
|
|
- <image src="../../../static/image/hot_recommand.png" />
|
|
|
- <text>分享</text>
|
|
|
+ <button open-type="share" plain="true" hover-class="none" >
|
|
|
+ <image src="../../../static/image/share.png" />
|
|
|
+ <text>分享</text>
|
|
|
+ </button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|