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
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
6903c9e2d32bb8b67efee4cc7a4e9b8fc211dc2e
1 parent
5d08e1c4
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
framework
static/sass/category/_brand.scss
template/m.yohobuy.com/actions/category/brand/index.phtml
framework
@
75bbc3b0
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
...
...
static/sass/category/_brand.scss
View file @
6903c9e
...
...
@@ -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 @
6903c9e
...
...
@@ -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