index.scss 567 B

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