Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
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
viitto
million
Commits
bf89350e
Commit
bf89350e
authored
Feb 17, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save'
parent
138bb233
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
11 deletions
+24
-11
hor-big-one.vue
src/components/navs/hor-big-one.vue
+19
-6
kkday.vue
src/components/searchdata/kkday.vue
+1
-1
Search.vue
src/pages/Search.vue
+4
-4
No files found.
src/components/navs/hor-big-one.vue
View file @
bf89350e
...
...
@@ -47,6 +47,10 @@
padding
:
8px
16px
;
cursor
:
pointer
;
}
.menu-item
:hover
{
color
:
#333
;
background-color
:
#eeeeee
;
}
.hot
{
line-height
:
33px
;
}
...
...
@@ -77,6 +81,9 @@
position
:
relative
;
cursor
:
pointer
;
}
.city
:hover
{
background-color
:
#eeeeee
;
}
.city-img
{
width
:
129px
;
height
:
69px
;
...
...
@@ -118,25 +125,31 @@ margin-left: 10px;
font-size
:
16px
;
}
.category-l2
{
margin
:
8px
;
padding
:
8px
;
height
:
34px
;
border-radius
:
8px
;
line-height
:
34
px
;
padding
:
0
8px
;
/* border-radius: 8px; */
line-height
:
18
px
;
/* padding:0 8px; */
cursor
:
pointer
;
}
.category-l2
:hover
{
background-color
:
#eee
;
}
.category-l2-select
{
background
:
#EE4454
;
color
:
#fff
;
}
.category-l3
{
margin
:
8px
;
padding
:
8px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#A0A0A0
;
padding-left
:
8px
;
/* padding-left: 8px; */
cursor
:
pointer
;
}
.category-l3
:hover
{
background-color
:
#eee
;
}
.category-l3-select
{
color
:
#EE4454
;
}
...
...
src/components/searchdata/kkday.vue
View file @
bf89350e
...
...
@@ -293,7 +293,7 @@ export default {
props
:
[
"qMsg"
],
data
()
{
return
{
ticked
:
[
5
],
ticked
:
[],
selected
:
[],
searchAdd
:
{
name
:
""
,
...
...
src/pages/Search.vue
View file @
bf89350e
...
...
@@ -1194,8 +1194,8 @@
// PageCount: 0,
// TotalCount: 0,
dayNumList
:
[],
// 天数
webSiteCategoryIds
:
[]
,
// 分类Id
placeIds
:
[]
,
// 目的地城市Id
webSiteCategoryIds
:
''
,
// 分类Id
placeIds
:
''
,
// 目的地城市Id
orderBy
:
0
,
// 排序 0默认 1价格升序 2价格降序
},
ShowType
:
0
,
//显示样式(0-豆腐格,1-列表)
...
...
@@ -1270,8 +1270,8 @@
// PageCount: 0,
// TotalCount: 0,
dayNumList
:
[],
// 天数
webSiteCategoryIds
:
[]
,
// 分类Id
placeIds
:
[]
,
// 目的地城市Id
webSiteCategoryIds
:
''
,
// 分类Id
placeIds
:
''
,
// 目的地城市Id
orderBy
:
0
,
// 排序 0默认 1价格升序 2价格降序
}
this
.
qMsg
=
msg
;
...
...
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