123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <view class="hmly-top-title-bar">
-
- <view class="hmly-bg" style="background:url({{imgurl}}); background-size: 100% 100%; background-repeat: no-repeat;">
- </view>
-
- <view class="hmly-bar-item" wx:for="{{performanceInfo}}" wx:key="index">
- <view class="hmly-bar-item-top">
- <view class="hmly-theme-bg-img" style="background:url({{item.imgurl}}); background-size:100% 100%"></view>
- <view class="hmly-theme-info">
- <view class="hmly-theme-title">{{item.title}}</view>
- <view class="hmly-theme-author">
-
- {{item.author}} <text class="icon-right"></text>
- </view>
- <view class="hmly-view-info">
- <view class="hmly-view-info-left">{{item.num1}}人收藏</view>
- <text class="hmly-viewhmly-info-mid">|</text>
- <view class="hmly-view-info-right">已更新{{item.num2}}期</view>
- </view>
- </view>
- </view>
- <view class="hmly-bar-item-bottom">
- <button class="hmly-share-but"><text class="icon-share"></text> 分享</button>
- <button class="hmly-collection"><text class="icon-add"></text> 收藏</button>
- </view>
- </view>
- </view>
- <view class="hmly-performance">
- <view class="hmly-selectbar">
- <view class="hmly-detail">详情</view>
- <view class="hmly-list hmly-active">节目<text>152</text>
- </view>
- </view>
-
- <view class="hmly-play">
- <view class="hmly-play-all">
- <text class="icon-video"></text> 播放全部
- </view>
- <view class="hmly-play-select">
- <view style="margin-right:20rpx"><text class="icon-order"></text> 正序</view>
- <view><text class="icon-list"></text> 选集</view>
- </view>
- </view>
-
- <view class="hmly-performance-content" wx:for="{{performance}}" wx:key="index">
-
- <view class="hmly-performance-index">{{index+1}}</view>
-
- <view class="hmly-performance-info">
- <view class="hmly-performance-info-top">
- <view style="font-size:33rpx">{{item.name}}</view>
- <view style="color:#aaaaaa">{{item.year}}</view>
- </view>
-
- <view class="hmly-performance-info-bottom">
- <view><text class="icon-video"></text>{{item.count}}</view>
- <view style="margin-left:20rpx"><text class="icon-time"></text>{{item.time}}</view>
- </view>
- </view>
- </view>
- </view>
|