Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
ccbikai
9 years ago
Commit
3ad0680d306b9929c6a2f2c4ee618f20dd275bfc
2 parents
1aba3547
28014c58
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
static/sass/index/_search.scss
static/sass/index/_search.scss
View file @
3ad0680
...
...
@@ -16,9 +16,9 @@
input
{
height
:
56rem
/
$pxConvertRem
;
width
:
430
rem
/
$pxConvertRem
;
width
:
378
rem
/
$pxConvertRem
;
border-radius
:
28rem
/
$pxConvertRem
;
padding
-left
:
52rem
/
$pxConvertRem
;
padding
:
0
52rem
/
$pxConvertRem
;
font-size
:
24rem
/
$pxConvertRem
;
background
:
#fff
;
border
:
none
;
...
...
@@ -26,7 +26,7 @@
.clear-input
{
position
:
absolute
;
top
:
2
4
rem
/
$pxConvertRem
;
top
:
2
0
rem
/
$pxConvertRem
;
right
:
145rem
/
$pxConvertRem
;
font-size
:
32rem
/
$pxConvertRem
;
color
:
#666
;
...
...
@@ -56,6 +56,8 @@
float
:
left
;
margin-right
:
20rem
/
$pxConvertRem
;
margin-bottom
:
20rem
/
$pxConvertRem
;
max-width
:
100%
;
overflow
:
hidden
;
}
a
{
...
...
@@ -66,6 +68,9 @@
font-size
:
28rem
/
$pxConvertRem
;
background
:
#f8f8f8
;
color
:
#000
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.clear-history
{
...
...
Please
register
or
login
to post a comment