Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
40315e34
Commit
40315e34
authored
Aug 13, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索结果
parent
a5c96251
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
89 additions
and
77 deletions
+89
-77
public/api.js
+1
-1
src/components/search/search-result.js
+0
-0
src/components/search/search-result.scss
+88
-76
No files found.
public/api.js
View file @
40315e34
var
API
=
{
'www'
:
'http://www-test.julyedu.com'
,
'home'
:
'http://fast-test.julyedu.com'
,
'search-api'
:
'http
s://search
.julyedu.com'
,
'search-api'
:
'http
://search-test
.julyedu.com'
,
'passport-api'
:
'http://passport-test.julyedu.com'
,
'base-api'
:
'http://api-test.julyedu.com'
,
'record'
:
'record.julyedu.com:8001'
,
...
...
src/components/search/search-result.js
View file @
40315e34
This diff is collapsed.
Click to expand it.
src/components/search/search-result.scss
View file @
40315e34
@import
"src/assets/css/variable"
;
@import
'src/assets/css/variable'
;
.search-result
{
padding-top
:
44px
;
padding-top
:
44px
;
.search-head
{
// position: absolute;
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
z-index
:
10
;
transition
:
top
0
.5
ease
;
.search-head
{
// position: absolute;
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
z-index
:
10
;
transition
:
top
0
.5
ease
;
&
.hide
{
top
:
-44px
;
}
&
.hide
{
top
:
-44px
;
}
}
ul
{
list-style
:
none
;
border-top
:
1px
solid
#ddd
;
}
.result-count
{
width
:
375px
;
height
:
30px
;
background
:
#f7f7fb
;
border-top
:
1px
solid
#ddd
;
color
:
#333
;
font-size
:
12px
;
text-align
:
center
;
line-height
:
30px
;
}
.v-list-item
{
.content
{
width
:
100%
;
}
}
ul
{
list-style
:
none
;
}
.info
{
width
:
50%
;
position
:
relative
;
display
:
block
;
.title
{
font-size
:
$font_16
;
color
:
#525C65
;
}
.v-list-item
{
.content
{
width
:
100%
;
}
}
.des
{
font-size
:
$font_14
;
color
:
#777
;
margin-top
:
10px
;
}
.info
{
width
:
50%
;
position
:
relative
;
display
:
block
;
.title
{
font-size
:
$font_16
;
color
:
#525c65
;
em
{
color
:
#09f
;
}
}
.price
{
color
:
$red
;
font-size
:
$font_16
;
margin-right
:
14
px
;
}
.des
{
font-size
:
$font_14
;
color
:
#777
;
margin-top
:
10
px
;
}
.stale-
price
{
text-decoration
:
line-through
;
color
:
$color_999
;
font-size
:
$font_12
;
}
.
price
{
color
:
$red
;
font-size
:
$font_16
;
margin-right
:
14px
;
}
.bottom
{
position
:
absolute
;
bottom
:
0
;
}
.stale-price
{
text-decoration
:
line-through
;
color
:
$color_999
;
font-size
:
$font_12
;
}
.empty
{
font-size
:
12px
;
color
:
#777
;
padding
:
50px
0
30px
0
;
text-align
:
center
;
background-color
:
#fff
;
border-top
:
1px
solid
#ddd
;
img
{
width
:
100px
;
height
:
81px
;
display
:
block
;
margin
:
0
auto
15px
auto
;
}
.bottom
{
position
:
absolute
;
bottom
:
0
;
}
}
.status
{
width
:
100%
;
position
:
absolute
;
bottom
:
-2px
;
left
:
0
;
height
:
24px
;
text-align
:
center
;
line-height
:
24px
;
font-size
:
13
px
;
color
:
$white
;
background-color
:
rgba
(
224
,
46
,
36
,
0
.6
)
;
border-radius
:
0
0
4px
4px
;
.empty
{
font-size
:
12px
;
color
:
#777
;
padding
:
50px
0
30px
0
;
text-align
:
center
;
background-color
:
#fff
;
border-top
:
1px
solid
#ddd
;
img
{
width
:
100
px
;
height
:
81px
;
display
:
block
;
margin
:
0
auto
15px
auto
;
}
}
\ No newline at end of file
}
.status
{
width
:
100%
;
position
:
absolute
;
bottom
:
-2px
;
left
:
0
;
height
:
24px
;
text-align
:
center
;
line-height
:
24px
;
font-size
:
13px
;
color
:
$white
;
background-color
:
rgba
(
224
,
46
,
36
,
0
.6
);
border-radius
:
0
0
4px
4px
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment