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
毕凯
9 years ago
Commit
8ed21cce33e10266d2e9a6aaaac1525fe137571d
1 parent
ecce4e64
已经反馈提交按钮被注释掉了 code review by @liangzhifeng
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
static/sass/layout/_header.scss
static/sass/me/_suggest.scss
template/m.yohobuy.com/partials/layout/page_header.phtml
static/sass/layout/_header.scss
View file @
8ed21cc
...
...
@@ -51,6 +51,12 @@
right
:
10rem
/
$pxConvertRem
;
}
.nav-btn
{
@extend
%nav
;
right
:
10rem
/
$pxConvertRem
;
font-size
:
14px
;
}
.nav-title
{
position
:
absolute
;
margin-left
:
100rem
/
$pxConvertRem
;
...
...
@@ -68,16 +74,6 @@
text-align
:
center
;
}
.nav-btn
{
display
:
block
;
height
:
100%
;
position
:
absolute
;
top
:
0
;
right
:
0
;
font-size
:
pxToRem
(
26px
);
color
:
#b0b0b0
;
padding-right
:
pxToRem
(
32px
);
}
}
.systemUpdate
{
width
:
100%
;
...
...
@@ -117,7 +113,7 @@
top
:
0
;
left
:
0
;
p
{
font-size
:
52em
/
$pxConvertRem
;
font-size
:
52em
/
$pxConvertRem
;
line-height
:
60rem
/
$pxConvertRem
;
&
:first-of-type
{
padding-top
:
90rem
/
$pxConvertRem
;
...
...
@@ -166,4 +162,4 @@
}
.none
{
display
:
none
;
}
\ No newline at end of file
}
...
...
static/sass/me/_suggest.scss
View file @
8ed21cc
...
...
@@ -187,6 +187,7 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
background
:
#fff
;
border
:
none
;
outline
:
none
;
resize
:
none
;
}
.img-form
{
...
...
@@ -320,4 +321,4 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
}
}
}
}
\ No newline at end of file
}
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
8ed21cc
...
...
@@ -13,9 +13,10 @@
<p
class=
"nav-title"
>
{
{.
}
}</p>
{
{/navTitle
}
}
{
{#
navBtn
}
}
<!--
<span
class=
"nav-btn"
>
{
{.
}
}</span>
-->
<!--
<i
class=
"iconfont nav-home"
>
638
;</i>
-->
<!--
<div
class=
"homebuttom none"
>
<span
class=
"nav-btn"
>
{
{.
}
}</span>
{
{!--
<i
class=
"iconfont nav-home"
></i>
<div
class=
"homebuttom none"
>
<ul>
<li>
<i
class=
"iconfont"
></i>
...
...
@@ -34,7 +35,8 @@
<span>我的</span>
</li>
</ul>
</div>
-->
</div>
--}}
{
{/
navBtn
}
}
</header>
...
...
Please
register
or
login
to post a comment