king
2023-07-17 4756e7ad87ec0fb9a2e9d7276ac010e226f54be6
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%;
  }
}