index.wxss 821 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .continue {
  2. background: #f2f2f2;
  3. min-height: 100vh;
  4. }
  5. .continue .form-index {
  6. background: #fff;
  7. }
  8. .page-section {
  9. /* position: absolute; */
  10. /* height:200px; */
  11. width: 100%;
  12. }
  13. .form-index .form-btn {
  14. padding: 20px 28px 10px 26px;
  15. }
  16. .form-index .van-field__body {
  17. /* display: block!important;
  18. width: 100%!important; */
  19. }
  20. .form-index .van-field__control {
  21. color: #409EFF;
  22. font-size: 15px !important;
  23. font-weight: 600 !important;
  24. height: 30px !important;
  25. line-height: 30px !important;
  26. }
  27. .form-index .van-field__control::-webkit-input-placeholder, .form-index .van-field__control::-moz-placeholder, .form-index .van-field__control::-moz-placeholder, .form-index .van-field__control::-ms-input-placeholder {
  28. color: #303133 !important;
  29. font-size: 14px !important;
  30. font-weight: lighter;
  31. }