From 8ac4ce3e1c9c344e53a04fb978990507b470da74 Mon Sep 17 00:00:00 2001 From: limqhz Date: Fri, 16 Dec 2022 18:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95=E6=B2=89?= =?UTF-8?q?=E5=BA=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myself/account/index.wxss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/myself/account/index.wxss b/pages/myself/account/index.wxss index 73f8cbf..0d26599 100644 --- a/pages/myself/account/index.wxss +++ b/pages/myself/account/index.wxss @@ -6,6 +6,8 @@ } .subButton { position: absolute; - width: 100%; - bottom:10rpx; + width: 96%; + bottom:20rpx; + left: 50%; + transform: translateX(-50%); }