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
Plain Diff
Browse Files
Authored by
biao
2016-02-03 17:21:08 +0800
Commit
6646f8886e4baf24760d79fe29d212ebb7236b68
2 parents
14673846
506c75fb
Merge remote-tracking branch 'origin/develop/wap' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
static/sass/layout/_header.scss
static/sass/me/_home.scss
template/m.yohobuy.com/actions/index/home/index.phtml
static/sass/layout/_header.scss
View file @
6646f88
...
...
@@ -126,7 +126,7 @@
width
:
100%
;
height
:
90rem
/
$pxConvertRem
;
overflow
:
hidden
;
border-top
:
1px
solid
#fff
;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.5
)
;
color
:
#fff
;
&
.boys
{
...
...
static/sass/me/_home.scss
View file @
6646f88
...
...
@@ -97,7 +97,7 @@
float
:
left
;
color
:
#fff
;
font-size
:
pxToRem
(
28px
);
width
:
pxToRem
(
320
px
);
width
:
pxToRem
(
212
px
);
// width: pxToRem(213px); 三栏宽度
&
.highlight
{
...
...
template/m.yohobuy.com/actions/index/home/index.phtml
View file @
6646f88
...
...
@@ -28,14 +28,10 @@
{
{#isLogin
}
}
{
{brand_favorite_total
}
}
{
{/isLogin
}
}
<p>收藏的品牌</p>
</a>
{
{!
<a
class=
"link-item tap-hightlight"
href=
"/home/record"
>
<!--
product_browse
-->
{
{#isLogin
}
}
{
{product_browse
}
}
{
{/isLogin
}
}
<p>浏览记录</p>
</a>
}}
</div>
<div
class=
"my-order"
>
<a
class=
"order-title"
href=
"/home/orders"
>
...
...
Please
register
or
login
to post a comment