/* pages/ticketBuy/qrcode.wxss */ .qrcode { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; } .qrcode .code { width: 250px; height: 250px; }