king
2024-12-24 c3c7e475d5655f236b88d74565494d553dc3e35e
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%;
  }
}