Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
dc9926167318c9514abf6416440440498290c15d
2 parents
ad57753f
64292075
code review by liangzhifeng
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
static/sass/me/_home.scss
template/m.yohobuy.com/actions/index/home/index.phtml
static/sass/me/_home.scss
View file @
dc99261
...
...
@@ -89,8 +89,10 @@
float
:
left
;
color
:
#fff
;
font-size
:
pxToRem
(
32px
);
width
:
pxToRem
(
213px
);
p
{
width
:
pxToRem
(
320px
);
// width: pxToRem(213px); 三栏宽度
p
{
font-size
:
pxToRem
(
22px
);
}
...
...
template/m.yohobuy.com/actions/index/home/index.phtml
View file @
dc99261
...
...
@@ -28,10 +28,14 @@
{
{#isLogin
}
}
{
{brand_favorite_total
}
}
{
{/isLogin
}
}
<p>收藏的品牌</p>
</a>
{
{!
<a
class=
"link-item"
href=
"/home/record"
>
{
{#isLogin
}
}
{
{product_browse
}
}
{
{/isLogin
}
}
<!--
product_browse
-->
<p>浏览记录</p>
</a>
}}
</div>
<div
class=
"my-order"
>
<div
class=
"order-title"
>
...
...
@@ -102,6 +106,7 @@
<span
class=
"iconfont num"
>
604
;</span>
</a>
</div>
{
{!
<div
class=
"group-list"
>
<a
class=
"list-item"
href=
"/help.html"
>
<span
class=
"iconfont icon"
></span>
...
...
@@ -109,6 +114,7 @@
<span
class=
"iconfont num"
></span>
</a>
</div>
}}
{
{>
product/recommend-for-you
}
}
{
{>
product/suspend-cart
}
}
...
...
Please
register
or
login
to post a comment