qrcode.wxss 223 B

1234567891011121314
  1. /* pages/ticketBuy/qrcode.wxss */
  2. .qrcode {
  3. width: 100vw;
  4. height: 100vh;
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. flex-direction: column;
  9. }
  10. .qrcode .code {
  11. width: 250px;
  12. height: 250px;
  13. }