From 6bf7d7877622151846a1745491227f3dca2dc541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 10 Sep 2025 17:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B9=96=E7=95=94=E5=A5=BD?= =?UTF-8?q?=E5=BA=97=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=B8=83=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/classify/index.css | 12 +++++------- packages/localLife/index/index.css | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/packages/localLife/classify/index.css b/packages/localLife/classify/index.css index 05f78da8..44f3d518 100644 --- a/packages/localLife/classify/index.css +++ b/packages/localLife/classify/index.css @@ -12,12 +12,11 @@ page { .header_tit { flex: 1; text-align: center; - position: relative; z-index: 0; } .header .u-icon { - position: relative; + position: absolute; z-index: 2; padding: 20rpx; margin-left: 10rpx; @@ -198,11 +197,11 @@ page { width: 389rpx; height: 119rpx; background: #FFFFFF; - border-radius: 100rpx 100rpx 100rpx 100rpx; + border-radius: 100rpx; position: fixed; left: 50%; transform: translateX(-50%); - bottom: 200rpx; + bottom: 100rpx; display: flex; align-items: center; justify-content: center; @@ -214,12 +213,11 @@ page { height: 119rpx; filter: blur(8.600000381469727rpx); background: rgba(0, 0, 0, 0.3); - border-radius: 100rpx 100rpx 100rpx 100rpx; + border-radius: 100rpx; position: fixed; left: 50%; transform: translateX(-50%); - bottom: 200rpx; - border-radius: 100rpx 100rpx 100rpx 100rpx; + bottom: 100rpx; } diff --git a/packages/localLife/index/index.css b/packages/localLife/index/index.css index 3bf876b6..67aab178 100644 --- a/packages/localLife/index/index.css +++ b/packages/localLife/index/index.css @@ -3,7 +3,7 @@ page { } .container { - /* padding-top: 100rpx; */ + padding-bottom: 50rpx; } .localBox { @@ -181,11 +181,11 @@ page { width: 389rpx; height: 119rpx; background: #FFFFFF; - border-radius: 100rpx 100rpx 100rpx 100rpx; + border-radius: 100rpx; position: fixed; left: 50%; transform: translateX(-50%); - bottom: 200rpx; + bottom: 100rpx; display: flex; align-items: center; justify-content: center; @@ -197,13 +197,11 @@ page { height: 119rpx; filter: blur(8.600000381469727rpx); background: rgba(0, 0, 0, 0.3); - border-radius: 100rpx 100rpx 100rpx 100rpx; + border-radius: 100rpx; position: fixed; left: 50%; transform: translateX(-50%); - bottom: 200rpx; - border-radius: 100rpx 100rpx 100rpx 100rpx; - + bottom: 100rpx; }