king
2023-01-05 bc00d800cf4178e0c20e956b50944d177c6d50a6
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%;
  }
}