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

save'

parent 138bb233
......@@ -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: 34px;
padding:0 8px;
/* border-radius: 8px; */
line-height: 18px;
/* 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;
}
......
......@@ -293,7 +293,7 @@ export default {
props: ["qMsg"],
data() {
return {
ticked: [5],
ticked: [],
selected: [],
searchAdd: {
name: "",
......
......@@ -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;
......
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