From 25337be57fb366b329ddeaf8d6c61daaca5e2455 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 24 Dec 2025 15:22:18 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=B5=AE=E5=8A=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=89=EF=BC=9A=20=E6=A0=B7=E5=BC=8F=E5=AE=9A=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/hover-nav/hover-nav.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index 5198ede..bbe7f94 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -177,7 +177,7 @@ export default { .fixed-box { position: fixed; right: 0rpx; - bottom: 200rpx; + bottom: 240rpx; z-index: 10; // background: #fff; // box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3); @@ -199,15 +199,28 @@ export default { line-height: 1; margin: 14rpx 0; transition: 0.1s; - background: #fff; - border-radius: 50rpx; + background: #c6251b; + color: #fff; + border-radius: 60%; width: 80rpx; height: 80rpx; padding: 0; + overflow: hidden; text { + font-size: 28rpx; + } + .iconfont, + .icox { font-size: 36rpx; font-weight: bold; + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + border-radius: 60%; + /* 确保图标本身也是圆形 */ } view {