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
81fd8ce3
Commit
81fd8ce3
authored
Jul 24, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心
parent
4eec980b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
103 additions
and
5 deletions
+103
-5
waterFlowLayout.wxss
src/component/waterFlowLayout/waterFlowLayout.wxss
+1
-1
user-center.json
src/pages/user-center/user-center.json
+2
-0
user-center.wxml
src/pages/user-center/user-center.wxml
+36
-1
user-center.wxss
src/pages/user-center/user-center.wxss
+56
-2
project.config.json
src/project.config.json
+8
-1
No files found.
src/component/waterFlowLayout/waterFlowLayout.wxss
View file @
81fd8ce3
...
...
@@ -3,7 +3,7 @@ page{
background-color: rgba(0,0,0,0.05)
}
.water-wrap{
margin:
2
0rpx 20rpx;
margin:
5
0rpx 20rpx;
text-align: justify;
}
.item{
...
...
src/pages/user-center/user-center.json
View file @
81fd8ce3
{
"navigationBarTitleText"
:
"我的"
,
"usingComponents"
:
{}
}
\ No newline at end of file
src/pages/user-center/user-center.wxml
View file @
81fd8ce3
<!--pages/user-center/user-center.wxml-->
<text>pages/user-center/user-center.wxml</text>
<view class="page-user-center">
<view class="user-header-wrap">
<view class="header-content">
<image class="avatar"></image>
<view class="user-info">
<text class="member">分享号会员</text>
<text class="name">会员名称</text>
</view>
<view class="method-btn">不会玩看这里>>></view>
</view>
<view class="opration-wrap">
<view class="opration-list">
<text>2268</text>
<text>积分</text>
</view>
<view class="opration-list">
<text>2268</text>
<text>优惠券</text>
</view>
<view class="opration-list">
<text>2268</text>
<text>分享值</text>
</view>
<view class="opration-list">
<image class="code"></image>
<text>会员码</text>
</view>
</view>
<view class="plus-member"></view>
</view>
<view class="main-content">
<view class="order"></view>
<view class="banner"></view>
<view class="order"></view>
</view>
</view>
src/pages/user-center/user-center.wxss
View file @
81fd8ce3
/* pages/user-center/user-center.wxss */
\ No newline at end of file
/* pages/user-center/user-center.wxss */
.user-header-wrap{
padding: 0 30rpx
}
.avatar{
width: 93rpx;
height: 93rpx;
border-radius: 50%;
border: 1px solid #000000;
vertical-align: top;
}
.user-info{
display: inline-block;
margin-left: 20rpx;
}
.member,.name{
display: block;
}
.member{
font-size: 25rpx;
color: #c09a74;
margin-top: 4rpx;
}
.name{
font-size: 32rpx;
color: #666666;
margin-top: 10rpx;
}
.method-btn{
float: right;
font-size: 18rpx;
width: 160rpx;
height: 36rpx;
line-height: 36rpx;
text-align: center;
color: #c09a74;
border: 1px solid #c09a74;
border-radius: 34rpx;
}
.opration-wrap{
display: flex;
justify-content: space-around;
margin-top: 50rpx;
}
.opration-list text{
display: block;
}
.opration-list text:last-child{
margin-top: 20rpx;
}
.code{
display: block;
width: 34rpx;
height: 34rpx;
}
\ No newline at end of file
src/project.config.json
View file @
81fd8ce3
...
...
@@ -39,7 +39,7 @@
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
1
5
,
"current"
:
1
6
,
"list"
:
[
{
"id"
:
-1
,
...
...
@@ -136,6 +136,13 @@
"id"
:
-1
,
"name"
:
"我的分享"
,
"pathName"
:
"pages/myShare/myShare"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"我的"
,
"pathName"
:
"pages/user-center/user-center"
,
"scene"
:
null
}
]
...
...
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