38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
<!-- 第一屏幕 -->
|
|
<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>
|