no message
This commit is contained in:
parent
ff50734898
commit
d83543e6ca
@ -60,7 +60,7 @@
|
||||
display: block;
|
||||
}
|
||||
.boxbox.isme .details .right .admission-btn {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
.boxbox.isme .details .QRCode {
|
||||
display: none;
|
||||
@ -211,6 +211,26 @@
|
||||
margin-top: 20px;
|
||||
display: none;
|
||||
}
|
||||
.boxbox .details .right .admission-btn .item {
|
||||
width: 150px;
|
||||
height: 32px;
|
||||
background-color: #6fc16d;
|
||||
border-radius: 22px;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
}
|
||||
.boxbox .details .right .admission-btn .item .icon {
|
||||
width: 16px;
|
||||
height: 8px;
|
||||
}
|
||||
.boxbox .details .right .admission-btn .item .btn {
|
||||
color: #ffffff;
|
||||
}
|
||||
.boxbox .details .right .admission-btn .item .btn .img {
|
||||
width: 19px;
|
||||
height: 13px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
.boxbox .details .QRCode {
|
||||
position: relative;
|
||||
width: 290px;
|
||||
|
@ -71,7 +71,7 @@
|
||||
.details {
|
||||
.right {
|
||||
.admission-btn {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
.QRCode {
|
||||
@ -241,6 +241,28 @@
|
||||
border-radius: 6px;
|
||||
margin-top: 20px;
|
||||
display: none;
|
||||
|
||||
.item {
|
||||
width: 150px;
|
||||
height: 32px;
|
||||
background-color: rgba(111, 193, 109, 1);
|
||||
border-radius: 22px;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
.icon {
|
||||
width: 16px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: #ffffff;
|
||||
.img {
|
||||
width: 19px;
|
||||
height: 13px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user