/* pages/ticketScan/ticketScan.wxss */ page { background: #007dff; } .qrcodeWrap { padding: 80rpx 40rpx 0; } .qrcodeBox { background: #fff; border-radius: 12rpx; overflow: hidden; } .qrcodeBox .head { height: 98rpx; line-height: 98rpx; font-size: 32rpx; font-weight: 450; color: #fff; text-align: center; background: #ffb201; } .qrcode .pic { display: block; margin: 80rpx auto 0; /* width: 464rpx; height: 464rpx; */ width: 232px; height: 232px; } .qrcode .picText { margin: 48rpx 0 64rpx; line-height: 30rpx; font-size: 28rpx; color: #999; text-align: center; } .bottom { position: fixed; bottom: 0; left: 0; right: 0; padding-bottom: env(safe-area-inset-bottom); } .bottom .inner { padding: 0 70rpx 64rpx; display: flex; align-items: center; justify-content: space-between; } .bottom .item { display: flex; flex-direction: column; align-items: center; justify-content: center; } .bottom .item .iconfont { width: 54rpx; height: 54rpx; font-size: 54rpx; color: #fff; } .bottom .item .text { margin-top: 20rpx; font-weight: 400; line-height: 30rpx; font-size: 28rpx; color: #fff; } .bottom .arrow { margin: 0 54rpx; width: 24rpx; height: 24rpx; font-size: 24rpx; color: #fff; } .bottom .icon-arrowr { margin: 0 54rpx; width: 24rpx; height: 24rpx; font-size: 24rpx; color: #fff; }