king
2023-11-08 2f3b614bb34f5e2865e91c949712f5ee5e8a18f2
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%;
  }
}