From 057ed9c144865ebd87e5b76686f62e6f4899488d Mon Sep 17 00:00:00 2001 From: Wkang921 Date: Fri, 1 Dec 2023 11:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8A=E6=97=A5=E8=BF=90=E5=8A=BF=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E5=B1=82=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/xy/index.wxml | 12 +++++++----- pages/home/xy/index.wxss | 12 +++++++++--- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pages/home/xy/index.wxml b/pages/home/xy/index.wxml index 1c83b92..e1267e6 100644 --- a/pages/home/xy/index.wxml +++ b/pages/home/xy/index.wxml @@ -24,11 +24,13 @@ - {{userInfo.horoscope.summary}} - - 健康指数 - 爱情指数 - 财运指数 + {{userInfo.horoscope.summary}} + + + 健康指数 + 爱情指数 + 财运指数 + diff --git a/pages/home/xy/index.wxss b/pages/home/xy/index.wxss index 3773358..fa85986 100644 --- a/pages/home/xy/index.wxss +++ b/pages/home/xy/index.wxss @@ -213,10 +213,11 @@ .ttpopup{ position: absolute; - top: 320rpx; + /* top: 320rpx; */ + bottom: 290rpx; left: 44rpx; width: 660rpx; - height: 860rpx; + /* height: 860rpx; */ padding: 90rpx 46rpx 0 46rpx; box-sizing: border-box; border-radius: 30rpx; @@ -228,6 +229,11 @@ z-index: 999; } + .ttpopup-box { + margin-bottom: 50rpx; + } + + .ttpopup-img { width: 480rpx; height: 22rpx; @@ -336,7 +342,7 @@ } .isFirst-img { - width: 328rpx; + width: 600rpx; height: 774rpx; margin-top: 290rpx; display: flex;