Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
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
郑秀明
shop_mobile_uni
Commits
0e17e6e9
Commit
0e17e6e9
authored
May 26, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
6e69240a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
4 deletions
+52
-4
setaccount.vue
pages/setaccount/setaccount.vue
+52
-4
No files found.
pages/setaccount/setaccount.vue
View file @
0e17e6e9
<
template
>
<view
style=
"padding-top: 80rpx;
"
>
<view
class=
"main
"
>
<view
class=
"main_content"
>
<TopBar
title=
"账号设置"
/>
<view
class=
"account_base_info flex"
>
...
...
@@ -12,10 +12,27 @@
</view>
<text
class=
"eosfont right_icon"
>

</text>
</view>
<view>
<view
class=
"flex set_item"
>
<text
class=
"set_title"
>
收货地址管理
</text>
<text
class=
"eosfont right_icon"
>

</text>
</view>
<view
class=
"flex set_item"
>
<text
class=
"set_title"
>
更换绑定手机号
</text>
<view
class=
"flex"
style=
"align-items: center;"
>
<text
class=
"phone_num"
>
1212121
</text>
<text
class=
"eosfont right_icon"
>

</text>
</view>
</view>
<view
class=
"flex set_item"
>
<text
class=
"set_title"
>
修改支付密码
</text>
<text
class=
"eosfont right_icon"
>

</text>
</view>
<view
class=
"flex set_item"
>
<text
class=
"set_title"
>
修改登录密码
</text>
<text
class=
"eosfont right_icon"
>

</text>
</view>
</view>
<view
class=
"log_out"
>
退出登录
</view>
</view>
</
template
>
...
...
@@ -34,6 +51,12 @@
</
script
>
<
style
lang=
"less"
scoped
>
.main {
padding-top: 80rpx;
height: 1334rpx;
box-sizing: border-box;
background: #f5f5f5;
}
.flex {
display: flex;
}
...
...
@@ -45,6 +68,7 @@
color: #7C7C7C;
}
.main_content {
background-color: #fff;
.account_base_info {
height: 160rpx;
align-items: center;
...
...
@@ -71,6 +95,30 @@
line-height: 32rpx;
}
}
.set_item {
height: 92rpx;
justify-content: space-between;
align-items: center;
padding: 0 24rpx;
.set_title {
font-size: 28rpx;
color: #212121;
line-height: 40rpx;
}
.phone_num {
color: #7C7C7C;
font-size: 26rpx;
line-height: 36rpx;
margin-right: 16rpx;
}
}
}
.log_out {
height: 92rpx;
line-height: 92rpx;
background-color: #fff;
text-align: center;
color: #212121;
font-size: 28rpx;
}
</
style
>
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