From 54747174c329cef48209fb2cf67530d0de58fb11 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 7 Aug 2024 21:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=85=B3=E9=97=AD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommonFooter.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index ef87573..f5b7fbe 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -626,12 +626,20 @@ export default { .cspopup{ .close_btn{ - // width:20px; - height:20px; - font-size:18px; - line-height:20px; - text-align:right; + width:30px; + height:30px; + font-size:20px; + font-weight:500; + line-height:30px; + text-align:center; display:block; + color:#fff; + background:#553646; + border-radius:50%; + position:absolute; + right:-20px; + top:-20px; + z-index:1000; } position:fixed; top:40%;