Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
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
高淑倩
7-Eleven
Commits
2cc01e84
Commit
2cc01e84
authored
Jun 12, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: person_num_style
parent
ce5e5cce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
personCenter.wxml
src/component/personCenter/personCenter.wxml
+1
-1
personCenter.wxss
src/component/personCenter/personCenter.wxss
+6
-4
No files found.
src/component/personCenter/personCenter.wxml
View file @
2cc01e84
...
...
@@ -28,7 +28,7 @@
</view>
</view>
</view>
<view class='df tc' wx:if='{{_token}}'>
<view class='df tc
person-num
' wx:if='{{_token}}'>
<view class='df-1 point person-right' bindtap="toBonusDetails" wx:if="{{personCenter.bonus == 0}}">
<view class='point-number' style="color:{{personCenter.fontColor}};">{{integralNum}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
...
...
src/component/personCenter/personCenter.wxss
View file @
2cc01e84
...
...
@@ -14,8 +14,8 @@
border-radius: 7rpx;
box-shadow: 0 0 40rpx 1rpx #ccc;
}
.p
oint
{
padding: 0 0 25rpx 0
;
.p
erson-num
{
margin-bottom: 20rpx
;
}
.person-detail {
margin-top: 10rpx;
...
...
@@ -82,8 +82,10 @@
}
.person-right {
border-right: 1px solid #c8c9c9;
padding: 0 0 5rpx 0;
box-sizing: border-box;
}
.point, .person-right{
padding:0 0 5rpx 0;
box-sizing:border-box;
}
.userinfo-nickname,.user-id {
...
...
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