king
2024-11-06 e2fd227b24a2d188ef209dc47fabcc8390f2a94b
1
2
3
4
5
6
7
8
9
.qrcode-box {
  display: inline-block;
  position: relative;
  canvas {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
  }
}