反馈修改完成-1124

master
Lee 2022-11-24 14:55:15 +08:00
parent 5bcec1423f
commit 1909e1e5ca
1 changed files with 22 additions and 0 deletions

View File

@ -33,6 +33,28 @@
.credit .main-2 .school { .credit .main-2 .school {
margin-bottom: 3rem; margin-bottom: 3rem;
}
.cuucess {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: #00db6d;
}
.cuucess>div:nth-of-type(1) {
font-size: 3rem;
}
.cuucess>div:nth-of-type(2) {
font-size: 2rem;
font-weight: 900;
}
.form-wrap6 .form-mask {
width: 600px;
} }
@media screen and (max-width: 1600px) { @media screen and (max-width: 1600px) {