| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 | html,body,p,div,span {  padding: 0;  margin: 0;  border: 0;}#app {  background: url('../images/initiation/banner.png') no-repeat top center #ffdab0;  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-field--disabled .van-field__label {  color: #333;}.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 12px;  border-radius: 10px;  padding-bottom: 20px;}.van-form {  /* margin-top: 164px; */  background: linear-gradient(180deg, rgba(255, 239, 216, 0) 0%, #ffdab0 100%);  overflow: hidden;}.top-tips {  margin: 30px 13px 20px;  padding: 9px 7px;  background: #FFFFFF;  border-radius: 10px;  border: 5px solid #FF9751;  font-size: 14px;  font-weight: 500;  color: #FA6400;  line-height: 20px;}.title {  text-shadow: 0px 2px 3px rgba(255, 96, 0, 0.5);  font-size: 26px;  line-height: 37px;  color: #ffffff;  /* top: 0; */  /* left: 24px; */  width: 57%;  padding-left: 24px;  height: 154px;  margin-bottom: 10px;  display: flex;  justify-content: center;  align-items: center;  z-index: 1;}.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: #FA6400;}/* 弹窗 */.submit-container {  /* padding: 44px 26px 26px; */  position: relative;  text-align: center;  margin: 0 auto;  background: url('../images/initiation/i-popup-banner.png') no-repeat top center;  background-size: cover;  /* width: 8rem;  height: 9.38rem; */  width: 7.5rem;  height: 8.82rem;}.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/i-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;}.wxPopupDialog {  overflow: initial;}.wxPopupDialog::before {    position: absolute;    content: ' ';    top: -73px;    left: 50%;    margin-left: -86px;    display: inline-block;    background: url('../images/initiation/wx-no-top.png') no-repeat top center;    background-size: contain;    width: 172px;    height: 154px;  }.popupContainer {  background: url('../images/initiation/wx-no-bg.png') no-repeat top center;  background-size: cover;  border-radius: 20px;  overflow: hidden;  }.popupContainer .title1 {  padding-top: 57px;  text-align: center;  font-size: 18px;  font-weight: 500;  color: #3b2300;}.popupContainer .popupTips {  padding-top: 12px;  padding-bottom: 47px;  text-align: center;  font-size: 15px;  color: #777777;  line-height: 21px;}
 |