123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .uqrcode.data-v-b7042062 {
- position: relative;
- }
- .uqrcode-hide.data-v-b7042062 {
- position: fixed;
- left: 7500rpx;
- }
- .uqrcode-canvas.data-v-b7042062 {
- -webkit-transform-origin: top left;
- transform-origin: top left;
- }
- .uqrcode-makeing.data-v-b7042062 {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 10;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .uqrcode-makeing-image.data-v-b7042062 {
- display: block;
- max-width: 120px;
- max-height: 120px;
- }
- .uqrcode-error.data-v-b7042062 {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .uqrcode-error-message.data-v-b7042062 {
- font-size: 12px;
- color: #939291;
- }
|