| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- html,
- body,
- p,
- div,
- span {
- padding: 0;
- margin: 0;
- border: 0;
- }
- .van-field--error .van-field__control,
- .van-field--error .van-field__control::placeholder {
- color: #c8c9cc;
- -webkit-text-fill-color: currentColor;
- }
- .register {
- background: url('./images/banner.png') no-repeat top center #f8f8f8;
- background-size: contain;
- max-width: 750px;
- margin: 0 auto;
- min-height: 100vh;
- overflow: hidden;
- :global {
- .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;
- }
- .van-form {
- margin-top: 174px;
- /* background: #F8F8F8; */
- overflow: hidden;
- /* margin: 290px 13px 14px; */
- }
- .van-tag + .van-tag {
- margin-left: 8px;
- }
- }
- }
- .banner,
- .banner img {
- width: 100%;
- font-size: 0;
- }
- .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;
- }
- .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;
- }
- .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;
- }
|