From 7e3254bc81d7c08d7acdb3da08658732c6fd1177 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 24 Aug 2023 17:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2-=E6=B7=BB=E5=8A=A0=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=B7=A5=E5=85=B7=E6=A0=8F=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/share/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/share/style.css b/src/components/share/style.css index 8ea1555..dd408a0 100644 --- a/src/components/share/style.css +++ b/src/components/share/style.css @@ -19,14 +19,15 @@ .more-btn{ --un-shadow: var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgba(0,0,0,0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgba(0,0,0,0.1)); box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow); - width:3rem; - height:3rem; + width:2.5rem; + height:2.5rem; border-radius:50%; display: flex; justify-content: center; align-items: center; background:#fff; border:1px solid rgba(0,0,0,0.1); + margin-left:0.3rem; } .more-btn .img{ width:1.5rem; @@ -38,13 +39,12 @@ } .more-box{ - left:65px; + left:3.5rem; } .more-hid-box{ position: fixed; bottom:2rem; - left:1rem; z-index:66; overflow: hidden; width:3.1rem;