| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 | 
							- 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/banner.png') no-repeat top center #F8F8F8;
 
-   background-size: contain;
 
-   max-width: 750px;
 
-   margin: 0 auto;
 
-   min-height: 100vh;
 
-   overflow: hidden;
 
-   position: relative;
 
- }
 
- .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: 20px;
 
- }
 
- .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 #2F92FF;
 
-   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: #64A9FF !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: #64A9FF;
 
- }
 
- .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;
 
- }
 
- .protocol {
 
-   display: flex;
 
-   align-items: center;
 
-   justify-content: center;
 
-   font-size: 12px;
 
-   color: #AAAAAA;
 
-   line-height: 17px;
 
- }
 
- .protocol .c {
 
-   color: #F67146;
 
- }
 
- .phoneTips {
 
-   margin: 12px;
 
-   background: #FFEBDD;
 
-   border-radius: 6px;
 
-   font-size: 13px;
 
-   color: #F67146;
 
-   padding: 9px 10px;
 
- }
 
 
  |