king
2025-03-18 a43efe21b4627d5c6d4a6886f223c7c6e9640182
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%;
  }
}