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.
50 lines
817 B
50 lines
817 B
.scan-modal {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 10 !important;
|
|
}
|
|
.scan-modal canvas {
|
|
position: absolute;
|
|
width: 325px;
|
|
height: 256px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 348px;
|
|
margin: auto;
|
|
}
|
|
|
|
.scan-modal > .title {
|
|
position: absolute;
|
|
bottom: 181px;
|
|
left: 0;
|
|
right: 0;
|
|
height: 34px;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 22px;
|
|
line-height: 31px;
|
|
text-align: center;
|
|
letter-spacing: 1px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.scan-modal > .meta {
|
|
position: absolute;
|
|
bottom: 153px;
|
|
left: 0;
|
|
right: 0;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
letter-spacing: 1px;
|
|
color: #c9cbd1;
|
|
}
|
|
|