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
hf
9 years ago
Commit
65cc6e3e1c279cb1ad74e5d90eaf93f7822a5867
2 parents
3a0d042b
6903c9e2
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
static/sass/category/_brand.scss
template/m.yohobuy.com/actions/category/brand/index.phtml
static/sass/category/_brand.scss
View file @
65cc6e3
...
...
@@ -16,17 +16,25 @@
border-radius
:
30rem
/
$pxConvertRem
;
padding
:
0
32rem
/
$pxConvertRem
0
52rem
/
$pxConvertRem
;
.search-input
{
a
{
width
:
100%
;
height
:
60rem
/
$pxConvertRem
;
border
:
0
;
border
:
0
;
display
:
block
;
span
{
line-height
:
60rem
/
$pxConvertRem
;
color
:
#bdbdbd
;
font-size
:
1
.2em
;
padding-left
:
18rem
/
$pxConvertRem
;
}
}
.search-icon
{
position
:
absolute
;
font-size
:
24rem
/
$pxConvertRem
;
top
:
20rem
/
$pxConvertRem
;
top
:
0
;
left
:
24rem
/
$pxConvertRem
;
line-height
:
60rem
/
$pxConvertRem
;
color
:
#bdbdbd
;
}
...
...
template/m.yohobuy.com/actions/category/brand/index.phtml
View file @
65cc6e3
...
...
@@ -3,7 +3,8 @@
<div
class=
"newbrand-search"
>
<div
class=
"search-box clearfix"
>
<a
href=
"{{searchUrl}}"
>
<input
type=
"text"
class=
"search-input"
placeholder=
"查找品牌"
>
<!--
<input
type=
"text"
class=
"search-input"
placeholder=
"查找品牌"
>
-->
<span>查找品牌</span>
<i
class=
"search-icon iconfont"
>
60
f;</i>
</a>
</div>
...
...
Please
register
or
login
to post a comment