king
2025-02-20 1fb7e4f5569ac3da3b1b2319ce02f4f04b0865d3
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%;
  }
}