diff --git a/pages/fuwu/fuwu.vue b/pages/fuwu/fuwu.vue index 9e382cb..9642df3 100644 --- a/pages/fuwu/fuwu.vue +++ b/pages/fuwu/fuwu.vue @@ -54,7 +54,12 @@ class="at_size_2" mode="aspectFill"> 酒店 - + + + 民宿 + @@ -92,7 +97,7 @@ 附近 - + AI管家 @@ -184,6 +189,10 @@ uni.navigateTo({ url: "/subPageA/feiyi/feiyilist/feiyilist", }); + }else if (type == "homestay") { + uni.navigateTo({ + url: "/subPageB/Homestay/homestaylist/homestaylist", + }); } }, diff --git a/static/ancss/an.css b/static/ancss/an.css index a2e54cd..61450c0 100644 --- a/static/ancss/an.css +++ b/static/ancss/an.css @@ -253,7 +253,7 @@ page { /* 轮播图 */ .home_pic_static { width: 100%; - + } .home_pic { position: absolute; @@ -326,16 +326,16 @@ s首页菜单 height: 402rpx; display: none; } -.home_nav { +.home_nav { box-sizing: border-box; z-index: 6; width: 100%; - height: 300rpx; + height: 300rpx; padding: 20rpx; } .h_nav_box{ text-align: center; margin-top:60rpx} .kua_nav { - text-align: center; + text-align: center; padding: 0 0 15rpx 0; } .h_nav_box .w_25:nth-child(n+5) .kua_nav { @@ -763,7 +763,7 @@ padding: 20rpx; } .search-tip-bar { display: flex; - height: 60rpx; + height: 40rpx; /* border-bottom:2rpx solid #e5e5e5; */ justify-content: space-between; } @@ -793,7 +793,7 @@ margin: 0 24rpx; } .scroll-view { position: absolute; - top: 200rpx; + top: 180rpx; right: 0; bottom: 0; left: 0; diff --git a/static/css/common.scss b/static/css/common.scss index ac7db38..79ed674 100644 --- a/static/css/common.scss +++ b/static/css/common.scss @@ -45,7 +45,7 @@ page { background: #f5f6fa; } &.tab { - padding-top: 110rpx; + padding-top: 130rpx; } &.sort { padding-top: 180rpx; @@ -201,22 +201,22 @@ page { color: #1b1b1b; } .level.hotel { - margin-left: 10rpx; - font-family: 'YouSheBiaoTiHei'; + margin-left: 10rpx; /* 设置文本的背景为线性渐变 */ background: linear-gradient(to right, #ca8950 0%, #fbd8c5 50%, #73330b 80%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; + font-size: 28rpx; } .level.scenic { margin-left: 10rpx; display: inline-block; padding: 0 10rpx; - border-radius: 8rpx; - font-family: 'YouSheBiaoTiHei'; + border-radius: 8rpx; color: #0983ff; + font-size: 28rpx; background-color: rgba(9, 131, 255, 0.05); } } @@ -598,11 +598,12 @@ page { .v-pages-search { position: fixed; top: 0; - z-index: 99; + z-index: 9; width: 100%; box-sizing: border-box; padding: 24rpx 24rpx 20rpx 24rpx; background-color: #fff; + border-bottom: 16rpx solid #f5f6fa; .search_box { height: 60rpx; padding: 0 24rpx; @@ -617,7 +618,8 @@ page { } .btn_img { height: 60rpx; - width: 30rpx; + width: 60rpx; + text-align: center; .img { height: 30rpx; width: 30rpx; @@ -970,7 +972,7 @@ page { padding-top: 24rpx !important; } .p-b-24 { - padding-top: 24rpx !important; + padding-bottom: 24rpx !important; } .p-l-24 { diff --git a/subPageA/feiyi/feiyilist/feiyilist.vue b/subPageA/feiyi/feiyilist/feiyilist.vue index 164b21b..0f78fb6 100644 --- a/subPageA/feiyi/feiyilist/feiyilist.vue +++ b/subPageA/feiyi/feiyilist/feiyilist.vue @@ -475,7 +475,7 @@ \ No newline at end of file diff --git a/subPageA/food/fooddetial/fooddetial.vue b/subPageA/food/fooddetial/fooddetial.vue index 9d7042d..4128137 100644 --- a/subPageA/food/fooddetial/fooddetial.vue +++ b/subPageA/food/fooddetial/fooddetial.vue @@ -3,27 +3,27 @@ - - {{ foodDetail.title }} - + + {{ foodDetail.title }} + - + 附近商家推荐 - - + - {{ item.title }} - {{ item.address }} + {{ item.title }} + {{ item.address }} {{ item.distance }} diff --git a/subPageA/food/foodlist/foodlist.vue b/subPageA/food/foodlist/foodlist.vue index 89651ae..4e920ca 100644 --- a/subPageA/food/foodlist/foodlist.vue +++ b/subPageA/food/foodlist/foodlist.vue @@ -534,11 +534,11 @@ \ No newline at end of file + diff --git a/subPageA/hotevent/hoteventlist/hoteventlist.vue b/subPageA/hotevent/hoteventlist/hoteventlist.vue index c1afdfd..987838e 100644 --- a/subPageA/hotevent/hoteventlist/hoteventlist.vue +++ b/subPageA/hotevent/hoteventlist/hoteventlist.vue @@ -12,7 +12,7 @@ - + 智能排序 @@ -40,7 +40,7 @@ {{ item.ename }} - 活动时间:{{ item.eventdate }} + 活动时间:{{ item.eventdate }} @@ -499,11 +499,12 @@ \ No newline at end of file + diff --git a/subPageA/travelroute/travelroutedetail/travelroutedetail.vue b/subPageA/travelroute/travelroutedetail/travelroutedetail.vue index 721dfe6..7b74419 100644 --- a/subPageA/travelroute/travelroutedetail/travelroutedetail.vue +++ b/subPageA/travelroute/travelroutedetail/travelroutedetail.vue @@ -7,21 +7,21 @@ - - {{ info.lname }} - {{info.ltype}} + + {{ info.lname }} + {{info.ltype}} - - + + 行程特色 - + - - + + 线路介绍 diff --git a/subPageA/travelroute/travelroutelist/travelroutelist.vue b/subPageA/travelroute/travelroutelist/travelroutelist.vue index 14c2fd1..c197212 100644 --- a/subPageA/travelroute/travelroutelist/travelroutelist.vue +++ b/subPageA/travelroute/travelroutelist/travelroutelist.vue @@ -11,7 +11,7 @@ - + 智能排序 .sort-page { - top: 200rpx; + top:180rpx; } .filter-page { - top: 200rpx; + top: 180rpx; } - \ No newline at end of file + diff --git a/subPageA/wenchuang/wenlist/wenlist.vue b/subPageA/wenchuang/wenlist/wenlist.vue index 8745c64..2f9afcd 100644 --- a/subPageA/wenchuang/wenlist/wenlist.vue +++ b/subPageA/wenchuang/wenlist/wenlist.vue @@ -60,64 +60,64 @@ + 查看更多 {{ this.$param.pageMsg }} + + - - - - {{ item.name }} - - + + + + {{ item.name }} - - - - {{ item.title }} - - + + + + + + {{ item.title }} - - - - - - {{ items.name }} - - - + + + + + + + + {{ items.name }} + + + - - 全部 - - {{ item.dicname }} - + + 全部 + + {{ item.dicname }} + - - - - - 恢复默认 - 确定 - + + + + 恢复默认 + 确定 + - @@ -566,10 +566,10 @@ \ No newline at end of file diff --git a/subPageB/Homestay/homestaydetail/homestaydetail.vue b/subPageB/Homestay/homestaydetail/homestaydetail.vue index ff8bed1..f1abe9b 100644 --- a/subPageB/Homestay/homestaydetail/homestaydetail.vue +++ b/subPageB/Homestay/homestaydetail/homestaydetail.vue @@ -9,7 +9,7 @@ - {{info.hotelName}} + {{info.hotelName}} {{info.hlevel}} 免费停车机器人服务 diff --git a/subPageB/Homestay/homestaylist/homestaylist.vue b/subPageB/Homestay/homestaylist/homestaylist.vue index 46518b0..3dc12c3 100644 --- a/subPageB/Homestay/homestaylist/homestaylist.vue +++ b/subPageB/Homestay/homestaylist/homestaylist.vue @@ -1,27 +1,15 @@