2019-11-13 14:51:44 +08:00
|
|
|
.qr-wrapper {
|
|
|
|
background-color: #FFF;
|
|
|
|
padding: 10px;
|
2020-02-19 23:50:23 +07:00
|
|
|
padding-bottom: 5px;
|
2019-11-13 14:51:44 +08:00
|
|
|
display: inline-block;
|
2019-11-14 15:03:01 +08:00
|
|
|
margin-right: 25px;
|
2020-03-10 14:46:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
.qrcode-col {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
.qrcode-col {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.qrcode-col > div {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2019-11-13 14:51:44 +08:00
|
|
|
}
|