|
@@ -10,19 +10,33 @@
|
|
|
<view>
|
|
|
<view class="data-display-title">正在直播</view>
|
|
|
<view class="data-display-num">1326</view>
|
|
|
- </view><view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
<view class="data-display-title">观众人数</view>
|
|
|
<view class="data-display-num">1326854</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<My_DisplayBox title="云展会直播大厅" isMore="{{false}}">
|
|
|
+ <!-- 分类和搜索 -->
|
|
|
+ <view class="classify-and-search">
|
|
|
+ <view class="classify">
|
|
|
+ 全部
|
|
|
+ <van-icon style="margin-left: 8rpx;" name="arrow-down" />
|
|
|
+ </view>
|
|
|
+ <view class="liveSearch">
|
|
|
+ <input class="liveSearch-input" type="text" confirm-type='search' placeholder="搜索直播间" bindblur="searchBlur" />
|
|
|
+ <view class="liveSearch-icon">
|
|
|
+ <image src="/static/icon-09.png" style="width: 20rpx; height: 20rpx; margin-bottom:6rpx;" mode="aspectFit"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<!-- 标题前图片 -->
|
|
|
<image slot="display-box-img" class="display-title_image" src="/static/icon-06.png" mode="aspectFit"></image>
|
|
|
- <swiper class="exhibition-swiper" autoplay indicator-dots circular="true" indicator-active-color="#fff">
|
|
|
+ <swiper class="exhibition-swiper" indicator-dots circular="true" indicator-active-color="#4DC2D4" indicator-color="#D8D8D8">
|
|
|
<swiper-item wx:for="{{3}}" class="exhibition-swiper-item">
|
|
|
<view wx:for="{{4}}" class="exhibition">
|
|
|
- <image class="exhibition-img" src="/static/changeImg.png" mode="aspectFill" ></image>
|
|
|
+ <image class="exhibition-img" src="/static/changeImg.png" mode="aspectFill"></image>
|
|
|
<view class="exhibition-bottom">
|
|
|
<view class="exhibition-bottom-title">65421</view>
|
|
|
<view class="exhibition-bottom-data">185</view>
|
|
@@ -33,12 +47,19 @@
|
|
|
</My_DisplayBox>
|
|
|
|
|
|
<My_DisplayBox title="热门展商" isMore="{{false}}">
|
|
|
+ <!-- 分类和搜索 -->
|
|
|
+ <view class="classify-and-search">
|
|
|
+ <view class="classify">
|
|
|
+ 全部
|
|
|
+ <van-icon style="margin-left: 8rpx;" name="arrow-down" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<!-- 标题前图片 -->
|
|
|
<image slot="display-box-img" class="display-title_image" src="/static/icon-04.png" mode="aspectFit"></image>
|
|
|
- <swiper class="exhibition-swiper" autoplay indicator-dots circular="true" indicator-active-color="#fff">
|
|
|
+ <swiper class="exhibition-swiper" indicator-dots circular="true" indicator-active-color="#4DC2D4" indicator-color="#D8D8D8">
|
|
|
<swiper-item wx:for="{{3}}" class="exhibition-swiper-item">
|
|
|
<view wx:for="{{4}}" class="exhibition">
|
|
|
- <image class="exhibition-img" src="/static/changeImg.png" mode="aspectFill" ></image>
|
|
|
+ <image class="exhibition-img" src="/static/changeImg.png" mode="aspectFill"></image>
|
|
|
<view class="exhibition-bottom">
|
|
|
<view class="exhibition-bottom-title">65421</view>
|
|
|
<view class="exhibition-bottom-data">185</view>
|