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
b7dad918
Commit
b7dad918
authored
Jun 03, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 会员中心样式
parent
4c3a3242
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
personCenter.wxml
src/component/personCenter/personCenter.wxml
+3
-3
personCenter.wxss
src/component/personCenter/personCenter.wxss
+7
-0
picNav.wxss
src/component/picNav/picNav.wxss
+1
-0
userCenter.wxss
src/pages/userCenter/userCenter.wxss
+5
-1
No files found.
src/component/personCenter/personCenter.wxml
View file @
b7dad918
...
@@ -22,13 +22,13 @@
...
@@ -22,13 +22,13 @@
</view>
</view>
</view>
</view>
<view class='df tc'>
<view class='df tc'>
<view class='df-1 point'>
<view class='df-1 point person-right'>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
<view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.bonus}}</view>
<view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.bonus}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
</view>
</view>
<view class='df-1 point'>
<view class='df-1 point'>
<view class='point-desc' style="color:{{personCenter.fontColor}};">优惠券</view>
<view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.coupon}}</view>
<view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.coupon}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">优惠券</view>
</view>
</view>
</view>
</view>
<!-- <view class="activation-content {{true ? 'user-content' : ''}}">
<!-- <view class="activation-content {{true ? 'user-content' : ''}}">
...
...
src/component/personCenter/personCenter.wxss
View file @
b7dad918
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
height: 166rpx;
height: 166rpx;
margin-top: 18rpx;
margin-top: 18rpx;
border-radius: 7rpx;
border-radius: 7rpx;
box-shadow: 0 0 40rpx 1rpx #ccc;
}
}
.point{
.point{
padding:36rpx 0 25rpx 0;
padding:36rpx 0 25rpx 0;
...
@@ -75,4 +76,9 @@
...
@@ -75,4 +76,9 @@
.qr-code image{
.qr-code image{
width: 100rpx;
width: 100rpx;
height: 100rpx;
height: 100rpx;
}
.person-right {
border-right: 1px solid #c8c9c9;
padding: 0 0 5rpx 0;
box-sizing: border-box;
}
}
\ No newline at end of file
src/component/picNav/picNav.wxss
View file @
b7dad918
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
.pic-item {
.pic-item {
flex: 1;
flex: 1;
height: 200rpx;
height: 200rpx;
margin-right: 8rpx;
}
}
.pic-img {
.pic-img {
height: 100%;
height: 100%;
...
...
src/pages/userCenter/userCenter.wxss
View file @
b7dad918
/* pages/userCenter.wxss */
/* pages/userCenter.wxss */
@import './../../base/base.wxss';
@import './../../base/base.wxss';
page {
background: #fff!important;
}
.user-center{
.user-center{
padding: 15rpx 30rpx;
padding: 15rpx 30rpx;
margin-bottom: 120rpx;
margin-bottom: 120rpx;
background: #fff;
}
}
/* .activation-content{
/* .activation-content{
position: relative;
position: relative;
...
@@ -60,6 +63,7 @@
...
@@ -60,6 +63,7 @@
line-height: 100rpx;
line-height: 100rpx;
padding: 0 54rpx;
padding: 0 54rpx;
position: relative;
position: relative;
margin-top:20rpx;
}
}
.arrow-left {
.arrow-left {
width: 32rpx;
width: 32rpx;
...
...
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