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
郝肖肖
2017-03-07 13:53:00 +0800
Commit
6f08b6f2797fe192517f2bb8ab928e79ec1b0bfc
2 parents
a03074cd
b08e6d90
Merge branch 'feature/searchOptimi' into release/5.5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
apps/product/views/partial/search/search-word-content.hbs
public/scss/product/search/_list.css
apps/product/views/partial/search/search-word-content.hbs
View file @
6f08b6f
{{#if
@root
.
suggestion
.
isNeed
Suggestion
}}
{{#if
@root
.
suggestion
.
terms
Suggestion
}}
<div
class=
"word-content"
>
{{!--相关商品少于指定数据,显示关键词--}}
<div
class=
"list-too-little"
>
...
...
public/scss/product/search/_list.css
View file @
6f08b6f
...
...
@@ -367,17 +367,19 @@
/* 搜索页-新版搜索无结果样式 */
.no-result-new
{
height
:
19
0px
;
height
:
28
0px
;
text-align
:
center
;
padding-top
:
30px
;
padding-bottom
:
90px
;
padding-top
:
90px
;
padding-bottom
:
110px
;
p
{
color
:
#ccc
;
margin-bottom
:
25px
;
font-size
:
26px
;
&:first-child
{
color
:
#4b4b4b
;
color
:
#444
;
font-size
:
32px
;
}
}
}
...
...
Please
register
or
login
to post a comment