From 9c788475572de47692937c6cc0e891c0225b41a0 Mon Sep 17 00:00:00 2001 From: kola-web Date: Sun, 28 Sep 2025 16:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E5=A2=9E=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patient/pages/liveDetail/index.scss | 14 +++++++++++++- src/patient/pages/liveDetail/index.wxml | 9 +++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/patient/pages/liveDetail/index.scss b/src/patient/pages/liveDetail/index.scss index cf15bc1..a6b9cfc 100644 --- a/src/patient/pages/liveDetail/index.scss +++ b/src/patient/pages/liveDetail/index.scss @@ -203,7 +203,7 @@ } } -.fixed-share { +.fixed-share-wrap { position: fixed; z-index: 2; right: 14rpx; @@ -211,7 +211,19 @@ width: 84rpx; height: 84rpx; box-shadow: 0 4rpx 24rpx 0 rgba(51, 5, 109, 0.17); + background: transparent; + padding: 0; border-radius: 50%; + &::after { + border: none; + background: transparent; + } + .fixed-share { + display: block; + width: 100%; + height: 100%; + border-radius: 50%; + } } .custom-popup { diff --git a/src/patient/pages/liveDetail/index.wxml b/src/patient/pages/liveDetail/index.wxml index 1e7a9c2..ce93235 100644 --- a/src/patient/pages/liveDetail/index.wxml +++ b/src/patient/pages/liveDetail/index.wxml @@ -127,12 +127,9 @@ - +