2025-04-14 10:57:27 +08:00

81 lines
1.4 KiB
Plaintext

.img.data-v-a662734d {
width: 100vw;
height: 100vh;
}
.divBox.data-v-a662734d {
position: absolute;
z-index: 100;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1718195c;
justify-content: center;
display: flex;
}
.divScan.data-v-a662734d {
position: relative;
top: 120px;
}
.divScanTitle.data-v-a662734d {
color: white;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.box.data-v-a662734d {
margin-top: 20px;
width: 200px;
height: 200px;
position: relative;
border: 1px solid #fef18354;
}
.box .corner-final.data-v-a662734d {
position: absolute;
width: 15px;
height: 15px;
}
.corner-final.tl.data-v-a662734d {
border-left: 3px solid #FEF183;
border-top: 3px solid #FEF183;
left: -3px;
top: -3px;
}
.corner-final.tr.data-v-a662734d {
border-right: 3px solid #FEF183;
border-top: 3px solid #FEF183;
right: -3px;
top: -3px;
}
.corner-final.bl.data-v-a662734d {
border-left: 3px solid #FEF183;
border-bottom: 3px solid #FEF183;
left: -3px;
bottom: -3px;
}
.corner-final.br.data-v-a662734d {
border-right: 3px solid #FEF183;
border-bottom: 3px solid #FEF183;
right: -3px;
bottom: -3px;
}
.divBottom.data-v-a662734d {
position: absolute;
display: flex;
justify-content: space-between;
bottom: 50px;
color: white;
font-size: 12px;
width: 100%;
padding: 0px 20px;
}
.divBottom image.data-v-a662734d {
width: 50px;
height: 50px;
margin-bottom: 5px;
}
.divBtn.data-v-a662734d {
width: 80px;
text-align: center;
}