king
2025-04-05 2eee9f7acef21fb4b0b303097ac2b9cd5b891b2f
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%;
  }
}