no message
This commit is contained in:
parent
dfda8f7270
commit
eab76b0f9c
@ -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;
|
||||
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user