king
2023-02-20 02822f7c9b50bf1b58c11f9820cff5b9e41a1a59
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%;
  }
}