Browse Source

调整关闭按钮样式

master
453530270@qq.com 1 year ago
parent
commit
54747174c3
  1. 18
      src/components/CommonFooter.vue

18
src/components/CommonFooter.vue

@ -626,12 +626,20 @@ export default {
.cspopup{ .cspopup{
.close_btn{ .close_btn{
// width:20px; width:30px;
height:20px; height:30px;
font-size:18px; font-size:20px;
line-height:20px; font-weight:500;
text-align:right; line-height:30px;
text-align:center;
display:block; display:block;
color:#fff;
background:#553646;
border-radius:50%;
position:absolute;
right:-20px;
top:-20px;
z-index:1000;
} }
position:fixed; position:fixed;
top:40%; top:40%;

Loading…
Cancel
Save