67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
@media (max-width:1000px) {
|
|
html{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
.bg{
|
|
background-color: #fff;
|
|
}
|
|
.box{
|
|
margin: 0px;
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.box2{
|
|
width: 100% !important;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.dialog{
|
|
background-color: rgba(0,0,0,0.5);
|
|
padding: 20px;
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.box2{
|
|
background-color: #fff;
|
|
padding: 20px;
|
|
/* left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%); */
|
|
width: 40vw;
|
|
}
|
|
|
|
.captcha-container {
|
|
margin: 20px;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
.captcha-box {
|
|
display: inline-block;
|
|
padding: 10px;
|
|
background: #f0f0f0;
|
|
letter-spacing: 5px;
|
|
font-weight: bold;
|
|
user-select: none;
|
|
}
|
|
|
|
.yzmBox{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.captcha-box{
|
|
flex: 1;
|
|
} |