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
a49eae4f
authored
2019-11-18 14:54:51 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
38453c3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/user-center/user-center.scss
src/pages/user-center/user-center.wxml
src/pages/user-center/user-center.scss
View file @
a49eae4
...
...
@@ -79,11 +79,11 @@ $contentWidth: 690px;
text-align
:
center
;
.t1
{
font-size
:
3
6
px
;
font-size
:
3
0
px
;
}
.t2
{
font-size
:
2
4
px
;
font-size
:
2
2
px
;
opacity
:
.7
;
}
}
...
...
src/pages/user-center/user-center.wxml
View file @
a49eae4
...
...
@@ -27,7 +27,7 @@
</view>
<view class="line"></view>
<view bindtap="onIntegralDetailHandler" class="wrap">
<view class="t1">{{userInfo.promotionNum}}</view>
<view class="t1">{{userInfo.promotionNum}}
人
</view>
<view class="t2">推广数据</view>
</view>
</view>
...
...
Please
register
or
sign in
to post a comment