From 2d6d6cf90c768caa3153e5939b55a1ce0db4cf9b Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 28 Nov 2024 16:54:32 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2732=20=E3=80=90=E6=96=B0=E5=93=81?= =?UTF-8?q?=E4=B8=93=E5=8C=BA=E3=80=91=E8=BD=AE=E6=92=AD=E5=9B=BE=E5=90=8E?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E4=B8=A4=E4=B8=AA=E5=95=86=E5=93=81=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E5=86=8D=E7=BC=A9=E5=B0=8F=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/newZone.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index b41d657..1be31a9 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -108,12 +108,17 @@ export default{ background: #fff; border-radius: 20rpx; position: absolute; - bottom: 0; + bottom: -17rpx; transition: all ease-in-out 0.3s; + scale: 0.85; + left: 15rpx; } .is-actived{ - width: 225rpx; - height: 260rpx; + // width: 225rpx; + // height: 260rpx; + bottom: 0; + scale: 1; + left: 0; } .cover-img{ width: 706rpx;