Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
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
9 years ago
Commit
ad4e686c3043ffc60e34b6e482aea82cb36abaa2
1 parent
dcacacc7
会员登记样式
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
static/sass/me/_address.scss
template/m.yohobuy.com/actions/index/home/index.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
static/sass/me/_address.scss
View file @
ad4e686
.my-address-page
{
position
:
absolute
;
bottom
:
0
;
top
:
pxToRem
(
90px
);
width
:
100%
;
background
:
#f0f0f0
;
padding-bottom
:
pxToRem
(
20px
);
.address-item
{
padding
:
pxToRem
(
20px
)
pxToRem
(
30px
);
...
...
@@ -41,6 +39,7 @@
.add-address
{
display
:
block
;
margin-top
:
pxToRem
(
30px
);
margin-bottom
:
pxToRem
(
30px
);
font-size
:
pxToRem
(
32px
);
line-height
:
pxToRem
(
88px
);
color
:
#444
;
...
...
template/m.yohobuy.com/actions/index/home/index.phtml
View file @
ad4e686
...
...
@@ -6,7 +6,7 @@
<span
class=
"user-avatar"
data-avatar=
"{{head_ico}}"
></span>
<span
class=
"username"
>
{
{profile_name
}
}</span>
{
{#vip_info
}
}
<span
class=
"vip-icon vip-{{
next
_level}}"
></span>
<span
class=
"vip-icon vip-{{
cur
_level}}"
></span>
{
{/vip_info
}
}
<div
class=
"iconfont more-icon"
>
604
;</div>
</a>
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
ad4e686
...
...
@@ -61,7 +61,7 @@ class HomeController extends AbstractAction
$data
+=
UserModel
::
getUserProfileData
(
$uid
);
$data
+=
UserModel
::
getInfoNumData
(
$uid
);
}
$this
->
_view
->
display
(
'index'
,
$data
);
}
...
...
Please
register
or
login
to post a comment