12345678910111213141516171819202122232425262728293031323334 |
- .continue{
- background: #f2f2f2;
- min-height: 100vh;
- .form-index{
- background: #fff;
- }
- }
- .page-section {
- width: 100%;
- }
- .form-index{
- .form-btn{
- padding:20px 28px 10px 26px;
- }
- }
- .form-index .van-field__control {
- color: #409EFF;
- font-size: 15px !important;
- font-weight: 600 !important;
- height: 30px !important;
- line-height: 30px !important;
- &::-webkit-input-placeholder,
- &::-moz-placeholder,
- &::-moz-placeholder,
- &::-ms-input-placeholder {
- color: #303133 !important;
- font-size: 14px !important;
- font-weight: lighter;
- }
- }
|