uqrcode.wxss 842 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .uqrcode.data-v-b7042062 {
  2. position: relative;
  3. }
  4. .uqrcode-hide.data-v-b7042062 {
  5. position: fixed;
  6. left: 7500rpx;
  7. }
  8. .uqrcode-canvas.data-v-b7042062 {
  9. -webkit-transform-origin: top left;
  10. transform-origin: top left;
  11. }
  12. .uqrcode-makeing.data-v-b7042062 {
  13. position: absolute;
  14. top: 0;
  15. right: 0;
  16. bottom: 0;
  17. left: 0;
  18. z-index: 10;
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. }
  23. .uqrcode-makeing-image.data-v-b7042062 {
  24. display: block;
  25. max-width: 120px;
  26. max-height: 120px;
  27. }
  28. .uqrcode-error.data-v-b7042062 {
  29. position: absolute;
  30. top: 0;
  31. right: 0;
  32. bottom: 0;
  33. left: 0;
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. }
  38. .uqrcode-error-message.data-v-b7042062 {
  39. font-size: 12px;
  40. color: #939291;
  41. }