This commit is contained in:
unknown
2026-02-04 20:27:13 +08:00
commit 3b042d1dad
9410 changed files with 1488147 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
.pay-box {
position: relative;
.pay-mask {
position: fixed;
z-index: 10;
background: rgba(0, 0, 0, 0.8);
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
.inner-box {
position: absolute;
top: 50%;
left: 50%;
margin-top: -2em;
margin-left: -2em;
.qrcode-box {
padding: 1em 0;
.qrcode-title-box {
color: white;
margin-bottom: 1em;
}
img {
width: 16em;
}
}
}
.inner-box.qrcode {
margin-top: -15em;
}
.cancel {
margin-top: 1em;
}
}
}