企业项目不能直接访问,如需了解可联系我索取访问权限
.my-password-display{
width: 800px;
min-height: 400px;
margin: 50px auto;
padding: 50px;
background: #fff;
border-top:5px solid red;
box-shadow: 2px 2px 30px 5px rgb(0 0 0 / 10%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.my-password-display form{
margin-top: 40px;
}
.my-password-display p{
text-align: center;
}
.my-password-display .post-password-form-input{
width:400px;
}
.my-password-display .post-password-form-submit{
width: 100px;
height: 45px;
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.my-password-display{
width: 100%;
min-height: 400px;
margin: 0px;
padding: 15px;
}
.my-password-display p{
padding-top: 20px;
}
.my-password-display .post-password-form-input{
width: calc(100% – 50px);
}
.my-password-display .post-password-form-submit{
width: calc(100% – 50px);
margin-left: 0px;
margin-top: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1920px) {
}