压缩css
This commit is contained in:
浪子 2024-11-09 15:37:10 +08:00
parent 96c251cbf1
commit f24f990e3a
2 changed files with 2 additions and 3795 deletions

67
dist/css/donate.css vendored
View File

@ -1,66 +1 @@
.donate-panel{
text-align: center;
position: relative;
}
#donate-btn{
width: 50px;
height: 50px;
/* #background: #e26d6d;*/
color: #fff;
font-size: 20px;
font-weight: 600;
border-radius: 50%;
text-align: center;
line-height: 50px;
cursor: pointer;
display: inline-block;
position: relative;
/* box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)*/
}
#donate-btn:hover{
/* #background: #bd4b4b;*/
}
#qrcode-panel{
position: absolute;
width: 300px;
height: 320px;
background:#fff;
top: 0;
left: 0;
border-radius: 5px;
/* padding: 5px; */
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.qrcode-body{
width: 100%;
height: 100%;
background:#fff;
position: relative;
border-radius: 5px;
}
.donate-memo{
padding: 10px;
font-size: 14px;
color: #999;
text-align: center;
}
#donate-close{
float: right;
padding: 0 5px;
font-size: 12px;
cursor: pointer;
}
#donate-close:hover{
color: #bd4b4b;
}
.donate-qrpay{
}
.donate-qrpay img{
width: 280px;
height: 280px;
}
input[name='pay']{
cursor: pointer;
}
#donate-btn,.donate-panel{position:relative;text-align:center}#donate-btn,#donate-close,input[name=pay]{cursor:pointer}#donate-btn{width:50px;height:50px;color:#fff;font-size:20px;font-weight:600;border-radius:50%;line-height:50px;display:inline-block}#qrcode-panel,.qrcode-body{background:#fff;border-radius:5px}#qrcode-panel{position:absolute;width:300px;height:320px;top:0;left:0;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.qrcode-body{width:100%;height:100%;position:relative}.donate-memo{padding:10px;font-size:14px;color:#999;text-align:center}#donate-close{float:right;padding:0 5px;font-size:12px}#donate-close:hover{color:#bd4b4b}.donate-qrpay img{width:280px;height:280px}

3730
dist/css/style.min.css vendored

File diff suppressed because one or more lines are too long