Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2d8f6e03
authored
2019-12-16 18:38:13 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
42cb6c6d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
src/image/index/index-c1.png
src/pages/index/index.scss
src/pages/index/index.wxml
src/image/index/index-c1.png
View file @
2d8f6e0
49.7 KB
|
W:
|
H:
7.36 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/index/index.scss
View file @
2d8f6e0
...
...
@@ -197,6 +197,15 @@ $contentWidth:670px;
margin
:
0
auto
;
margin-top
:
62px
;
.blue-block
{
position
:
absolute
;
top
:
2px
;
left
:
-40px
;
width
:
10px
;
height
:
44px
;
background-color
:
#3b7be0
;
}
// 产品标题
&
-title
{
font-size
:
36px
;
...
...
src/pages/index/index.wxml
View file @
2d8f6e0
...
...
@@ -67,6 +67,7 @@
</swiper>
</view>
<view class="product">
<view class="blue-block"></view>
<view bindtap="toVipLoginHandler" wx:if="{{!isVerify}}" class="verify-btn">去认证</view>
<view class="product-title">产品推荐{{codeStr}}</view>
<view class="product-list">
...
...
Please
register
or
sign in
to post a comment