Commit cfd96bc1 authored by sujie@126.com's avatar sujie@126.com

dd

parent b73302b1
<!--components/guidecollection/index.wxml-->
<cover-view class="guidecollection-box {{custom? 'custom': ''}}" style="{{custom ? 'padding-top:'+top+'px' :''}}" wx:if="{{isShow}}">
<cover-image class="finger" style="{{custom ? 'top:'+top+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/finger.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<cover-image class="line" style="{{custom ? 'top:'+(top+36)+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/line.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<cover-view class="first">1. 点击右上角 <cover-image class="dot" src="{{imageRoot}}2c/collectioncomponents/dot.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" /></cover-view>
<cover-view class="second">
<cover-view class="text">2. 选择“添加到我的小程序”</cover-view>
<cover-image class="img1" src="{{imageRoot}}2c/collectioncomponents/img1.png" bindload="" binderror=""></cover-image>
</cover-view>
<cover-view class="third">
<cover-view class="text">3. 在微信首页下拉,快速进入轻校通”</cover-view>
<cover-image class="img2" src="{{imageRoot}}2c/collectioncomponents/img2.png" bindload="" binderror=""></cover-image>
</cover-view>
<cover-view class="btn" bindtap="knowClick">知道啦</cover-view>
</cover-view>
<view class="guidecollection-box {{custom? 'custom': ''}}" style="{{custom ? 'padding-top:'+top+'px' :''}}" wx:if="{{isShow}}">
<image class="finger" style="{{custom ? 'top:'+top+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/finger.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<image class="line" style="{{custom ? 'top:'+(top+36)+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/line.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<view class="first">1. 点击右上角 <image class="dot" src="{{imageRoot}}2c/collectioncomponents/dot.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" /></view>
<view class="second">
<view class="text">2. 选择“添加到我的小程序”</view>
<image class="img1" src="{{imageRoot}}2c/collectioncomponents/img1.png" bindload="" binderror=""></image>
</view>
<view class="third">
<view class="text">3. 在微信首页下拉,快速进入轻校通”</view>
<image class="img2" src="{{imageRoot}}2c/collectioncomponents/img2.png" bindload="" binderror=""></image>
</view>
<view class="btn" bindtap="knowClick">知道啦</view>
</view>
......@@ -8,6 +8,7 @@
left: 0;
top: 0;
z-index: 1000;
overflow: auto;
}
.finger{
width: 53rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment