Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-12-22 14:11:47 +0800
Commit
cefafe8bf356ba1841905ee6a62ae7f7468eabee
1 parent
ed40f03f
搜索跳转
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
29 deletions
apps/product/views/action/search/index.hbs
public/scss/product/search/_search.css
apps/product/views/action/search/index.hbs
View file @
cefafe8
...
...
@@ -14,7 +14,7 @@
<div
class=
"search-items"
>
{{#if
hotTerms
}}
<div
class=
"hot-search-new clearfix"
>
<div
class=
"hot-search-new
search-group
clearfix"
>
<div
class=
"search-content new-hot"
>
<ul
class=
"clearfix swiper-wrapper"
>
...
...
public/scss/product/search/_search.css
View file @
cefafe8
...
...
@@ -78,6 +78,34 @@
border-top
:
1px
solid
#e0e0e0
;
}
.clear-icon
{
float
:
right
;
background
:
#fff
;
}
span
{
margin-right
:
5px
;
}
.search-group
{
background
:
#fff
;
.ico-hot
{
width
:
22px
;
height
:
30px
;
display
:
inline-block
;
background
:
url("/search/hot-ico.png")
no-repeat
;
margin-right
:
20px
;
position
:
relative
;
top
:
2px
;
}
h3
{
color
:
#b0b0b0
;
font-size
:
28px
;
}
}
.hot-search-new
{
background
:
#f0f0f0
;
padding-bottom
:
30px
;
...
...
@@ -107,34 +135,6 @@
}
}
.clear-icon
{
float
:
right
;
background
:
#fff
;
}
span
{
margin-right
:
5px
;
}
.search-group
{
background
:
#fff
;
.ico-hot
{
width
:
22px
;
height
:
30px
;
display
:
inline-block
;
background
:
url("/search/hot-ico.png")
no-repeat
;
margin-right
:
20px
;
position
:
relative
;
top
:
2px
;
}
h3
{
color
:
#b0b0b0
;
font-size
:
28px
;
}
}
.search-content-title
{
height
:
40px
;
...
...
Please
register
or
login
to post a comment