From 2645c34d4ef7f9213541d990c2a091176ac3f25f Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 28 Sep 2023 15:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=91=E4=BB=93=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F(=E5=AD=98?= =?UTF-8?q?=E5=9C=A8BUG)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/cloud_entrepot/index.vue | 29 ++++++++++++++++----------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue index 73eace9..f13d635 100644 --- a/pages/nongKe/cloud_entrepot/index.vue +++ b/pages/nongKe/cloud_entrepot/index.vue @@ -88,28 +88,29 @@ :disable-touch="true"> + height="718.46rpx"> - + - + + width="140.19rpx" height="140.19rpx"> - + + @@ -491,10 +492,10 @@ .boundingClientRect(rect => { // console.log(this.cartTagInfo, 6666) that.cartTagInfo = rect - console.log(rect) + // console.log(rect) }) .exec(); - // console.log(that.headtop) + console.log(that.headtop) }, 500) // console.log(this.appInfo, "手机信息") @@ -551,6 +552,7 @@ .in(this) .select('.content') .boundingClientRect(rect => { + console.log(rect); if (rect.top <= (this.headtop)) { this.pocls = 'fixed' this.act_swiper = 'act_swiper' @@ -1053,6 +1055,9 @@ .swiper_item_act { transform: scale(1.2); } + .swiper_item_act2 { + transform: scale(1.1); + } // .swiper_item:hover {} @@ -1244,11 +1249,11 @@ .menu { position: absolute; - top: 748rpx; + top: 490rpx; width: 750rpx; // background-color: rgba(255, 255, 255, 0.7); height: 250rpx; - // height: 175.23rpx; + // height: 140.19rpx; // box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.5); // box-shadow: 0 0 100rpx 30rpx rgba(255, 255, 255, 0.9); @@ -1373,7 +1378,7 @@ .swipers { width: 750rpx; - height: 998.83rpx; + height: 718.46rpx; } .card { @@ -1410,7 +1415,7 @@ font-size: 33.29rpx; line-height: 50px; background: linear-gradient(to right, #F84221, #FF6D20); - width: 175.23rpx; + width: 140.19rpx; text-align: center; } }