[水感应客户端最新]

This commit is contained in:
2023-06-21 17:14:39 +08:00
commit b3b4d4dae7
187 changed files with 12997 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<!-- 第一屏幕 -->
<view class="indexBack">
<image class="indexBack-img" src="https://cdn.shuiganying.com/images/2023/03/29/403202dd3e9435d89386ffe0f443f443.png"></image>
<view class="indexText">
<view bindtap="assessGo" class="indexText-name">开始评测</view>
<image class="indexText-arrow" src="https://cdn.shuiganying.com/images/2023/03/29/78c8085cc12a790b5f78fb0a64f275ca.png"></image>
</view>
</view>
<!-- 步骤提示 -->
<view class="indexTips">
<image class="indexTips-img" mode="widthFix" src="https://cdn.shuiganying.com/images/2023/03/29/c72da03ef4fa09a050f61921189f1e0e.png"></image>
</view>
<!-- 活动轮播 -->
<view class="indexShaky">
<view class="indexShaky-back">
<view class="indexShaky-title"><text>最新活动</text></view>
</view>
<view class="indexShaky-swiper">
<view class="indexShaky-cont">
<swiper class="indexShaky-see" indicator-dots indicator-color="#3b7cff" indicator-active-color="#fff" autoplay="true">
<swiper-item>
<image src="https://cdn.shuiganying.com/images/2023/03/29/a97550fe3f74452bd721c12cb773baa6.png" class="swiperCont-img"></image>
</swiper-item>
<swiper-item>
<image src="https://cdn.shuiganying.com/images/2023/03/29/3f38403be628ee2c413b74a76b7f6d4e.png" class="swiperCont-img"></image>
</swiper-item>
</swiper>
</view>
</view>
</view>
<!-- 单图 -->
<view class="indexSingle">
<image class="indexSingle-img" mode="widthFix" src="https://cdn.shuiganying.com/images/2023/04/27/7d0d0ca9ae0ae773a94f3844330e1548.jpg"></image>
</view>