no message

This commit is contained in:
A1300399510 2025-01-22 18:59:33 +08:00
parent dfda8f7270
commit eab76b0f9c
2 changed files with 12 additions and 1 deletions

View File

@ -229,6 +229,7 @@
height: 32px;
background-color: #6fc16d;
border-radius: 22px;
position: relative;
}
.boxbox .details .right .admission-btn .item .btn .img {
width: 19px;
@ -250,6 +251,10 @@
.boxbox .details .right .admission-btn .item .btn .min-QRcode .min-QRcode {
width: 100px;
height: 100px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
.boxbox .details .QRCode {
position: relative;

View File

@ -260,6 +260,8 @@
height: 32px;
background-color: rgba(111, 193, 109, 1);
border-radius: 22px;
position: relative;
.img {
width: 19px;
// height: 13px;
@ -283,6 +285,10 @@
.min-QRcode {
width: 100px;
height: 100px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
}
}