You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
346 B
24 lines
346 B
1 year ago
|
.app-wallpaper{
|
||
|
padding:54rpx 66rpx;
|
||
|
align-items: center;
|
||
|
height: 100vh;
|
||
|
.qrcode-container{
|
||
|
position: relative;
|
||
|
}
|
||
|
.qrcode-content{
|
||
|
position: absolute;
|
||
|
top:0;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
}
|
||
|
.body-background{
|
||
|
background:{
|
||
|
color:#F5F5F6;
|
||
|
}
|
||
|
}
|
||
|
|