Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7581e76f
authored
a year ago
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
9441124e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
84 additions
and
0 deletions
assets/css/mine/user.scss
pages/mine/user.vue
static/success.png
assets/css/mine/user.scss
0 → 100644
View file @
7581e76f
.page-user
{
height
:
100vh
;
background
:
#f5f5f7
;
padding
:
0
24rpx
;
background
:
linear-gradient
(
200deg
,
#d6e8ff
0%
,
#ffffff
277px
);
.list-tool
{
margin-top
:
16rpx
;
margin-bottom
:
25rpx
;
padding
:
24rpx
0
0
24rpx
;
background
:
#ffffff
;
border-radius
:
10px
;
.title
{
font-size
:
26rpx
;
color
:
#484b59
;
font-weight
:
bold
;
margin-bottom
:
32rpx
;
}
.list-tool-wrap
{
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1fr
);
.box
{
padding-bottom
:
40rpx
;
grid-column-end
:
span
1
;
.iconfont
{
font-size
:
52rpx
;
color
:
#484b59
;
margin-bottom
:
10rpx
;
}
.tt
{
font-size
:
24rpx
;
color
:
#919399
;
}
}
}
}
}
This diff is collapsed.
Click to expand it.
pages/mine/user.vue
0 → 100644
View file @
7581e76f
<
template
>
<view
class=
"page-user"
>
<view
class=
"list-tool"
>
<view
class=
"title"
>
服务与工具
</view>
<view
class=
"list-tool-wrap"
>
<view
class=
"box column rowCenter verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
地址管理
</text>
</view>
<view
class=
"box column rowCenter verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
发票管理
</text>
</view>
<view
class=
"box column rowCenter verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
京东卡
</text>
</view>
<view
class=
"box column rowCenter verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
我的物料库
</text>
</view>
<view
class=
"box column rowCenter verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
询价记录
</text>
</view>
<view
class=
"box column rowCenter verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
投诉反馈
</text>
</view>
</view>
</view>
</view>
</
template
>
<
script
>
import
{
Api_Url
}
from
'@/util/api.js'
;
export
default
{
data
()
{
return
{};
},
onLoad
()
{},
methods
:
{}
};
</
script
>
<
style
lang=
"scss"
>
@import
'@/assets/css/mine/user.scss'
;
</
style
>
This diff is collapsed.
Click to expand it.
static/success.png
0 → 100644
View file @
7581e76f
36.4 KB
This diff is collapsed.
Click to expand it.
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