95 lines
1.3 KiB
CSS
Raw Normal View History

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