html,
body,
p,
div,
span {
padding: 0;
margin: 0;
border: 0;
}
.m-toast {
position: fixed;
top: 50%;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
box-sizing: content-box;
width: 88px;
max-width: 70%;
min-height: 88px;
padding: 16px;
color: #fff;
font-size: 14px;
line-height: 20px;
white-space: pre-wrap;
text-align: center;
word-wrap: break-word;
background-color: rgba(50, 50, 51, 0.88);
border-radius: 4px;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
z-index: 2002
}
.m-loading {
position: relative;
color: #fff;
font-size: 0;
vertical-align: middle;
padding: 4px
}
.m-loading__spinner {
position: relative;
display: inline-block;
width: 30px;
max-width: 100%;
height: 30px;
max-height: 100%;
vertical-align: middle;
-webkit-animation: m-rotate .8s linear infinite;
animation: m-rotate .8s linear infinite
}
.m-loading__spinner--circular {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.m-loading__circular {
display: block;
width: 100%;
height: 100%
}
.m-loading__circular circle {
-webkit-animation: m-circular 1.5s ease-in-out infinite;
animation: m-circular 1.5s ease-in-out infinite;
stroke: currentColor;
stroke-width: 3;
stroke-linecap: round
}
.m-loading__text {
display: inline-block;
margin-left: 8px;
color: #969799;
font-size: 14px;
vertical-align: middle
}
.m-loading--vertical {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.m-loading--vertical .m-loading__text {
margin: 8px 0 0
}
@-webkit-keyframes m-circular {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120
}
}
@keyframes m-circular {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120
}
}
.m-toast__text {
margin-top: 8px
}
.van-field--error .van-field__control,
.van-field--error .van-field__control::placeholder {
color: #c8c9cc;
-webkit-text-fill-color: currentColor;
}
#app {
background: url('../images/manageTeacher/banner1.png') no-repeat top center #F8F8F8;
background-size: contain;
max-width: 750px;
margin: 0 auto;
min-height: 100vh;
overflow: hidden;
}
.banner,
.banner img {
width: 100%;
font-size: 0;
}
.van-cell {
flex-direction: column;
font-size: 16px;
padding: 14px 13px;
}
.van-field__label {
width: 100%;
margin-right: 0;
color: #333;
font-size: 16px;
font-weight: 500;
}
.van-cell--required::before {
left: 15px;
}
.van-field__body {
margin-top: 10px;
}
.btn-submit {
width: 90%;
margin: 20px auto;
}
.system h2 {
font-size: 18px;
font-weight: 500;
margin: 10px 24px;
color: #444444;
}
.system .van-cell--required::before {
left: 25px;
}
.cell-group {
margin: 0 13px 14px;
border-radius: 10px;
padding-bottom: 10px;
}
.van-form {
margin-top: 194px;
/* background: #F8F8F8; */
overflow: hidden;
/* margin: 290px 13px 14px; */
}
.top-tips {
margin: 30px 13px 20px;
padding: 9px 7px;
background: #FFFFFF;
border-radius: 10px;
border: 5px solid #BE93FF;
font-size: 14px;
font-weight: 500;
color: #724DA9;
line-height: 20px;
}
.title {
position: absolute;
top: 0;
left: 0;
padding: 115px 24px 0;
width: 57%;
/* height: 154px; */
font-size: 28px;
font-weight: 600;
color: #FFFFFF;
line-height: 34px;
letter-spacing: 1px;
/* text-shadow: 0px 2px 3px rgba(0, 75, 255, 0.5); */
}
.tips {
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
line-height: 22px;
text-shadow: 0px 1px 5px #FF5E20;
display: flex;
align-items: center;
}
.tips img {
margin-right: 8px;
width: 18px;
height: 18px;
}
.radioSection {
position: relative;
}
.radioItem {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
.radioSection+.radioSection {
margin-left: 12px;
}
.van-picker__confirm {
color: #F67146 !important;
}
/* 弹窗 */
.stautsS {
position: relative;
}
.submit-container {
padding: 20px 26px 26px;
text-align: center;
}
.icon-close {
position: absolute;
width: 26px;
height: 26px;
top: 12px;
right: 12px;
}
.submit-img {
width: 100%;
}
.submit-title {
font-size: 18px;
font-weight: 500;
color: #333333;
line-height: 25px;
}
.submit-o {
padding-top: 10px;
font-size: 15px;
font-weight: 500;
color: #333333;
line-height: 21px;
}
.submit-o span {
color: #F67146;
}
.submit-tips {
font-size: 14px;
color: #777777;
line-height: 20px;
padding-top: 5px;
padding-bottom: 20px;
}
.submit-container .van-button {
font-size: 18px;
font-weight: 500;
}
.cell_title {
margin: 0 13px 8px;
display: inline-block;
padding: 2px 6px 3px;
background: #64A9FF;
border-radius: 6px;
font-size: 15px;
font-weight: 600;
color: #FFFFFF;
}
.van-tag+.van-tag {
margin-left: 8px;
}
.protocol {
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: #AAAAAA;
line-height: 17px;
}
.protocol .c {
color: #F67146;
}
.phoneTips {
margin: 12px 12px 3px;
background: #FFEBDD;
border-radius: 6px;
font-size: 13px;
color: #F67146;
padding: 9px 10px;
}