king
2024-07-29 fd1a4a42bbef3e9c02e0fee346b49401ec0fe23f
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%;
  }
}