22 lines
425 B
Plaintext
22 lines
425 B
Plaintext
.main.data-v-2137e72a {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
box-sizing: border-box;
|
|
padding: 0 32rpx;
|
|
background: #f6f7f8;
|
|
text-align: center;
|
|
}
|
|
.main .textBox.data-v-2137e72a {
|
|
margin-top: 46rpx;
|
|
}
|
|
.main .codeBox.data-v-2137e72a {
|
|
width: calc(100vw - 64rpx);
|
|
height: calc(100vw - 64rpx);
|
|
margin-top: 24rpx;
|
|
}
|
|
.main .codeBox .img.data-v-2137e72a {
|
|
width: calc(100vw - 64rpx);
|
|
height: calc(100vw - 64rpx);
|
|
}
|
|
|