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
Plain Diff
Browse Files
Authored by
郭成尧
2016-12-22 14:17:22 +0800
Commit
22f5ed42bcb7d1c0eba9528a6b0424c1952051b8
2 parents
ffcaa2bf
cefafe8b
Merge branch 'feature/wantSearch' into 'release/5.3.1'
搜索热搜跳转 See merge request
!65
Hide 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 @
22f5ed4
...
...
@@ -13,7 +13,7 @@
<ul
class=
"search-associate"
></ul>
<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 @
22f5ed4
...
...
@@ -78,6 +78,34 @@
background
:
#fff
;
}
.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