123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- 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/initiation/banner2.png') no-repeat top center #C6DDF9;
- 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: 186px;
- background: #C6DDF9;
- overflow: hidden;
- }
- .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: 36px 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 {
- padding-top: 15px;
- font-size: 18px;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 18px;
- text-shadow: 0px 2px 3px rgba(0, 75, 255, 0.5);
- }
- .radioSection {
- position: relative;
- min-width: 32px;
- justify-content: center;
- }
- .radioItem {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- opacity: 0;
- }
- .radioSection+.radioSection {
- margin-left: 12px;
- }
- .van-picker__confirm {
- color: #64A9FF !important;
- }
- /* 弹窗 */
- .submit-container {
- /* padding: 44px 26px 26px; */
- position: relative;
- text-align: center;
- margin: 0 auto;
- background: url('../images/initiation/s-popup-banner.png') no-repeat top center;
- background-size: cover;
- /* width: 8rem;
- height: 9.38rem; */
- width: 7.5rem;
- height: 8.7rem;
- }
- .submit-title {
- padding-top: 5.2rem;
- padding-bottom: 10px;
- font-size: 18px;
- font-weight: 500;
- color: #000000;
- }
- .submit-tips {
- font-size: 15px;
- color: #777777;
- line-height: 20px;
- padding-bottom: 20px;
- }
- .submit-btn {
- background: url('../images/initiation/s-popup-btn.png') no-repeat center center;
- background-size: contain;
- width: 3.547rem;
- height: 1rem;
- margin: 0 auto;
- }
- .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;
- }
|