index.wxss 201 B

123456789101112131415161718
  1. .full-w-h {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .qr-container {
  6. position: relative;
  7. }
  8. .hide-canvas {
  9. position: absolute;
  10. top: 0;
  11. right: 0;
  12. opacity: 0;
  13. height: 0;
  14. width: 0;
  15. z-index: -1;
  16. }