king
2023-05-31 836dc03f4dd7f3e5e1770723f5b406c4bb1c1a18
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%;
  }
}