From 37a93d728624d328ca41818ff32bb7a16d92d05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 2 Sep 2025 11:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9packages/localLife/classify/i?= =?UTF-8?q?ndex=E9=A1=B5=E9=9D=A2=E7=82=B9=E5=87=BB=E5=B7=A6=E4=B8=8A?= =?UTF-8?q?=E8=A7=92=E8=BF=94=E5=9B=9E=E6=B2=A1=E5=8F=8D=E5=BA=94=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/classify/index.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/localLife/classify/index.css b/packages/localLife/classify/index.css index 52bb7839..3df9b280 100644 --- a/packages/localLife/classify/index.css +++ b/packages/localLife/classify/index.css @@ -5,12 +5,22 @@ page { .header { display: flex; align-items: center; + position: relative; + z-index: 1; } .header_tit { - width: 100%; - position: absolute; + flex: 1; text-align: center; + position: relative; + z-index: 0; +} + +.header .u-icon { + position: relative; + z-index: 2; + padding: 20rpx; + margin-left: 10rpx; } .local {