打开主菜单

少前百科GFwiki β

更改

Widget:AvgTabDisplay

添加329字节2022年9月18日 (日) 16:46
css: dollAvgContentClose
left: calc(50% - 256px);
top: -128px;
}
 
.dollAvgContentClose {
height: 30px;
margin: 10px 0px;
}
 
.dollAvgContentClose::after {
content: "Close";
float: right;
cursor: pointer;
transition: 0.5s;
padding: 5px 15px;
border-radius: 6px;
}
 
.dollAvgContentClose:hover:after {
background-color: rgb(244 196 48 / 53%);
color: #000;
}
24,691
个编辑