Commit bf89350e authored by 沈良进's avatar 沈良进

save'

parent 138bb233
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
padding: 8px 16px; padding: 8px 16px;
cursor: pointer; cursor: pointer;
} }
.menu-item:hover {
color: #333;
background-color: #eeeeee;
}
.hot { .hot {
line-height: 33px; line-height: 33px;
} }
...@@ -77,6 +81,9 @@ ...@@ -77,6 +81,9 @@
position: relative; position: relative;
cursor: pointer; cursor: pointer;
} }
.city:hover {
background-color: #eeeeee;
}
.city-img { .city-img {
width: 129px; width: 129px;
height: 69px; height: 69px;
...@@ -118,25 +125,31 @@ margin-left: 10px; ...@@ -118,25 +125,31 @@ margin-left: 10px;
font-size: 16px; font-size: 16px;
} }
.category-l2 { .category-l2 {
margin: 8px; padding: 8px;
height: 34px; height: 34px;
border-radius: 8px; /* border-radius: 8px; */
line-height: 34px; line-height: 18px;
padding:0 8px; /* padding:0 8px; */
cursor: pointer; cursor: pointer;
} }
.category-l2:hover {
background-color: #eee;
}
.category-l2-select { .category-l2-select {
background: #EE4454; background: #EE4454;
color: #fff; color: #fff;
} }
.category-l3 { .category-l3 {
margin: 8px; padding: 8px;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: #A0A0A0; color: #A0A0A0;
padding-left: 8px; /* padding-left: 8px; */
cursor: pointer; cursor: pointer;
} }
.category-l3:hover {
background-color: #eee;
}
.category-l3-select { .category-l3-select {
color: #EE4454; color: #EE4454;
} }
......
...@@ -293,7 +293,7 @@ export default { ...@@ -293,7 +293,7 @@ export default {
props: ["qMsg"], props: ["qMsg"],
data() { data() {
return { return {
ticked: [5], ticked: [],
selected: [], selected: [],
searchAdd: { searchAdd: {
name: "", name: "",
......
...@@ -1194,8 +1194,8 @@ ...@@ -1194,8 +1194,8 @@
// PageCount: 0, // PageCount: 0,
// TotalCount: 0, // TotalCount: 0,
dayNumList: [], // 天数 dayNumList: [], // 天数
webSiteCategoryIds: [], // 分类Id webSiteCategoryIds: '', // 分类Id
placeIds: [], // 目的地城市Id placeIds: '', // 目的地城市Id
orderBy: 0, // 排序 0默认 1价格升序 2价格降序 orderBy: 0, // 排序 0默认 1价格升序 2价格降序
}, },
ShowType: 0, //显示样式(0-豆腐格,1-列表) ShowType: 0, //显示样式(0-豆腐格,1-列表)
...@@ -1270,8 +1270,8 @@ ...@@ -1270,8 +1270,8 @@
// PageCount: 0, // PageCount: 0,
// TotalCount: 0, // TotalCount: 0,
dayNumList: [], // 天数 dayNumList: [], // 天数
webSiteCategoryIds: [], // 分类Id webSiteCategoryIds: '', // 分类Id
placeIds: [], // 目的地城市Id placeIds: '', // 目的地城市Id
orderBy: 0, // 排序 0默认 1价格升序 2价格降序 orderBy: 0, // 排序 0默认 1价格升序 2价格降序
} }
this.qMsg = msg; this.qMsg = msg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment