From f38abca2f7b734cea885275be88da6abd2b2a447 Mon Sep 17 00:00:00 2001 From: han <151435705@qq.com> Date: Tue, 3 Dec 2024 19:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E9=A2=91=E8=A7=86=E9=A2=91=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dc-calendar/dc-calendar.vue | 5 +- components/mescroll-diy/mescroll-xinlang.vue | 19 +----- pages/index/index.vue | 27 ++++++-- static/css/common.scss | 4 ++ .../homestaydetail/homestaydetail.vue | 27 ++++---- subPageC/bookHomestay/bookHomestay.vue | 14 ++-- subPageC/orderHomestay/orderCancel.vue | 4 +- subPageC/orderHomestay/orderDetail.vue | 14 ++-- subPageC/orderHomestay/orderList.vue | 68 ++++++++++++------- 9 files changed, 100 insertions(+), 82 deletions(-) diff --git a/components/dc-calendar/dc-calendar.vue b/components/dc-calendar/dc-calendar.vue index a29673e..b4f9f29 100644 --- a/components/dc-calendar/dc-calendar.vue +++ b/components/dc-calendar/dc-calendar.vue @@ -1170,13 +1170,14 @@ // 周容器 周日-周六 .week { - +margin-top: -50rpx; display: flex; align-items: center; border-bottom: 1rpx solid #ededed; padding-bottom: 20rpx; margin-bottom: 30rpx; color: #cecece; + font-size: 28rpx; view { width: 14.2857%; @@ -1193,7 +1194,7 @@ // 日期视口容器 .dateView { position: absolute; //绝对定位 - top: 120rpx; //头部操作区域以及想要的margin-bottomm + top: 240rpx; //头部操作区域以及想要的margin-bottomm bottom: 112rpx; //底部操作区域高度 left: 32rpx; right: 32rpx; diff --git a/components/mescroll-diy/mescroll-xinlang.vue b/components/mescroll-diy/mescroll-xinlang.vue index bf5ff4c..edc40e6 100644 --- a/components/mescroll-diy/mescroll-xinlang.vue +++ b/components/mescroll-diy/mescroll-xinlang.vue @@ -369,22 +369,5 @@ -webkit-animation: progressRotate .6s steps(6,start) infinite; animation: progressRotate .6s steps(6,start) infinite; } - @-webkit-keyframes progressRotate { - 0% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress1.png)} - 16% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress2.png)} - 32% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress3.png)} - 48% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress4.png)} - 64% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress5.png)} - 80% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress6.png)} - 100% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress1.png)} - } - @keyframes progressRotate { - 0% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress1.png)} - 16% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress2.png)} - 32% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress3.png)} - 48% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress4.png)} - 64% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress5.png)} - 80% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress6.png)} - 100% {background-image: url(http://www.mescroll.com/img/xinlang/mescroll-progress1.png)} - } + diff --git a/pages/index/index.vue b/pages/index/index.vue index f00122b..c30e12e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -72,11 +72,17 @@ - + 文旅攻略 + @@ -90,11 +96,17 @@ - + 影音世界 + @@ -389,11 +401,14 @@ }, methods: { clickSwiper(e) { - uni.showToast({ - title: "功能正在开发中~", - icon: "none", - duration: 2000, + uni.navigateTo({ + url: "/subPageB/Homestay/homestaylist/homestaylist", }); + // uni.showToast({ + // title: "功能正在开发中~", + // icon: "none", + // duration: 2000, + // }); }, goQuanyi() { uni.showToast({ diff --git a/static/css/common.scss b/static/css/common.scss index 46619f4..3b56e63 100644 --- a/static/css/common.scss +++ b/static/css/common.scss @@ -1012,3 +1012,7 @@ page { .p-r-24 { padding-right: 24rpx !important; } + +.v-detail-content{ + img{width: 100%;} +} \ No newline at end of file diff --git a/subPageB/Homestay/homestaydetail/homestaydetail.vue b/subPageB/Homestay/homestaydetail/homestaydetail.vue index 0c0ba55..10bfeb3 100644 --- a/subPageB/Homestay/homestaydetail/homestaydetail.vue +++ b/subPageB/Homestay/homestaydetail/homestaydetail.vue @@ -69,25 +69,25 @@ --> - + - + - + - {{info.hotelBedInfoVos[0].houseName}} + {{item.houseName}} - {{info.hotelBedInfoVos[0].guest}}人入住 + {{item.guest}}人入住 {{info.hotelBedInfoVos[0].houseArea}}㎡ + v-if="item.houseArea">{{item.houseArea}}㎡ 需等待商家确认 - ¥{{info.hotelBedInfoVos[0].housePrice}} + ¥{{item.housePrice}} - 预定 + 预定 @@ -105,15 +105,16 @@ 民宿介绍 - + + + -