king
2023-08-27 9855c86aa6b84bb1c6c366cf68e0dee45402fe6f
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%;
  }
}