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;