Files
AGuestSaas/components/mallIndex_video/mallIndex_video.wxml
2020-12-28 09:16:11 +08:00

43 lines
1.8 KiB
Plaintext

<!-- 视频专区 -->
<view class="video" style="display: none">
<view class="videoTitle">
<view class="videoTitle-name">
<view class="videoTitle-name-color">商品直播间专区</view>
<view class="videoTitle-name-img">
<image src="/static/mall_icon/liveIng_bf.png"></image>LIVE
</view>
</view>
<navigator hover-class="none" url="/pages/mall_video/mall_video" class="videoTitle-more">
查看更多
</navigator>
</view>
<view class="videoList">
<view class="videoList-label">
<view class="videoList-img">
<image class="videoList-cover" src="/static/img/goods_text.png" mode="aspectFill"></image>
<view class="videoList-tips">
<image src="/static/mall_icon/liveIng_icon.png"></image>正在直播
</view>
</view>
<view class="videoList-cont">
<view class="videoList-title">风光雪月跨年季</view>
<view class="videoList-user">
<image class="videoList-head" src="/static/mall_icon/mallDetails_user.png"></image>
<text>张慢慢呀</text>
</view>
</view>
</view>
<view class="videoList-label">
<view class="videoList-img">
<image class="videoList-cover" src="/static/img/goods_text.png" mode="aspectFill"></image>
</view>
<view class="videoList-cont">
<view class="videoList-title">风光雪月跨年季</view>
<view class="videoList-user">
<image class="videoList-head" src="/static/mall_icon/mallDetails_user.png"></image>
<text>张慢慢呀</text>
</view>
</view>
</view>
</view>
</view>