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%;