king
2024-09-13 45f7d8abee7a41dd58130f8e7aa5b2d03ee5fab9
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%;
  }
}