Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-18 11:25:23 +0800
Commit
2fb6f3b1b906411b952ceddac8d4c7614d37ce48
1 parent
d01d300a
个人信息增加超链接
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
framework
static/sass/me/_home.scss
template/m.yohobuy.com/actions/index/home/index.phtml
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/sass/me/_home.scss
View file @
2fb6f3b
...
...
@@ -2,6 +2,7 @@
background
:
#f0f0f0
;
.user-info
{
display
:
block
;
position
:
relative
;
padding
:
0
pxToRem
(
30px
);
color
:
#fff
;
...
...
template/m.yohobuy.com/actions/index/home/index.phtml
View file @
2fb6f3b
{
{>
layout/header
}
}
<div
class=
"my-page yoho-page"
>
<div
class=
"my-header"
>
<
div
class=
"user-info"
><!--/home/personaldetails--
>
<
a
class=
"user-info"
href=
"/home/personaldetails"
>
<img
class=
"user-avatar"
src=
"{{head_ico}}"
>
<span
class=
"username"
>
{
{profile_name
}
}</span>
{
{#vip_info
}
}
<span
class=
"vip-icon vip-{{next_level}}"
></span>
{
{/vip_info
}
}
<div
class=
"iconfont more-icon"
>
604
;</div>
</
div
>
</
a
>
</div>
<div
class=
"my-link clearfix"
>
<a
class=
"link-item"
href=
"/home/favorite"
>
...
...
Please
register
or
login
to post a comment