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
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-11-06 10:55:52 +0800
Commit
15bfd514fdf9ff43d8ef7a67e898914d3956a097
2 parents
b75c4bcc
3d1b50c3
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
static/img/yohologo.png
static/sass/category/_brand.scss
static/sass/index/_index.scss
template/m.yohobuy.com/actions/index/index/index.phtml
static/img/yohologo.png
0 → 100755
View file @
15bfd51
5.23 KB
static/sass/category/_brand.scss
View file @
15bfd51
...
...
@@ -56,19 +56,17 @@
right
:
-74rem
/
$pxConvertRem
;
font-size
:
32rem
/
$pxConvertRem
;
line-height
:
60rem
/
$pxConvertRem
;
color
:
#
bdbdbd
;
color
:
#
666
;
}
.cancel-btn
{
display
:
inline
;
color
:
#bdbdbd
;
font-size
:
32rem
/
$pxConvertRem
;
vertical-align
:
middle
;
}
.clear-text
{
margin-right
:
20rem
/
$pxConvertRem
;
color
:
#666
;
}
}
}
...
...
static/sass/index/_index.scss
View file @
15bfd51
...
...
@@ -10,13 +10,23 @@
line-height
:
96rem
/
$pxConvertRem
;
.index-logo
{
display
:
table-cell
;
float
:
left
;
font-size
:
50rem
/
$pxConvertRem
;
width
:
216rem
/
$pxConvertRem
;
height
:
96rem
/
$pxConvertRem
;
color
:
#343434
;
vertical-align
:
middle
;
opacity
:
1
;
transition
:
all
400ms
;
img
{
display
:
inline
;
vertical-align
:
middle
;
width
:
207rem
/
$pxConvertRem
;
height
:
49rem
/
$pxConvertRem
;
}
&
.action
{
opacity
:
0
;
width
:
0
;
...
...
@@ -82,7 +92,7 @@
}
.search-icon
{
right
:
10rem
/
$pxConvertRem
;
color
:
#
000
;
color
:
#
666
;
&
.empty
{
color
:
#e6e6e6
;
...
...
template/m.yohobuy.com/actions/index/index/index.phtml
View file @
15bfd51
...
...
@@ -2,7 +2,9 @@
<div
class=
"index-page yoho-page"
>
<div
class=
"index-container"
>
<div
class=
"index-header clearfix"
>
<div
class=
"iconfont index-logo"
>
60
e;</div>
<div
class=
"index-logo"
>
<img
src=
"http://static.dev.yohobuy.com/img/yohologo.png"
>
</div>
<div
class=
"box"
>
<a
href=
"javascript:void(0);"
class=
"no-search"
>取消</a>
<form
action=
"{{searchUrl}}"
class=
"index-search"
>
...
...
Please
register
or
login
to post a comment