Commit 3ed682cd authored by sujie@126.com's avatar sujie@126.com

dd

parent c1a731e9
<!--components/guidecollection/index.wxml-->
<cover-view class="guidecollection-box " wx:if="{{isShow}}">
<cover-view class="guidecollection-box {{custom? 'custom': ''}}" wx:if="{{isShow}}">
<cover-image class="finger" src="{{imageRoot}}2c/collectioncomponents/finger.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<cover-image class="line" 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>
......
/* components/guidecollection/index.wxss */
.guidecollection-box{
width:100%;
height:100%;
......@@ -86,4 +87,13 @@
line-height:69rpx;
margin: 0 auto;
text-align: center;
}
.custom{
padding-top: 110rpx;
}
.custom .finger{
top: 110rpx;
}
.custom .line{
top: 178rpx;
}
\ No newline at end of file
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