themblem/scanner/app.wxss
Fam Zheng abd29721e3 scanner: Update qr arc animation before qr is found
Also update the hint text.
2025-02-22 23:09:14 +00:00

23 lines
271 B
Plaintext

page {
width: 100%;
height: 100%;
}
.loading {
width: 100%;
height: 100%;
padding-top: 100rpx;
text-align: center;
}
.button {
border-radius: 25px;
color: #fff;
font-size: 1rem;
padding: 0.6rem;
}
.hidden {
display: none;
}