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

Loading…
Cancel
Save