king
2022-11-10 8e8f505f37ecc4e6945e7d0d6e9883e4e9352437
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%;
  }
}