king
2024-02-28 a82481513254a73c6edb28b9c0e8767d45ee0a7c
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%;
  }
}