Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
3ed682cd
Commit
3ed682cd
authored
Oct 17, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
c1a731e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
index.wxml
components/guidecollection/index.wxml
+1
-1
index.wxss
components/guidecollection/index.wxss
+10
-0
No files found.
components/guidecollection/index.wxml
View file @
3ed682cd
<!--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
View file @
3ed682cd
/* 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment