fix (скрол блок, маска, тел. поиск, прин согл.)
This commit is contained in:
20
index.html
20
index.html
@@ -278,7 +278,7 @@
|
||||
<div class="phone-search__content">
|
||||
<input type="text" class="phone-search__input" placeholder="Поиск">
|
||||
|
||||
<div class="phone-search__found">
|
||||
<div class="phone-search__found active">
|
||||
<!-- <p class="text-1">
|
||||
К сожалению, по вашему запросу ничего не найдено
|
||||
</p> -->
|
||||
@@ -678,7 +678,7 @@
|
||||
</div>
|
||||
<div class="form__item form__item--two">
|
||||
<div class="input__block">
|
||||
<input class="input__field" type="phone" name="Имя" minlength="2" placeholder="" required>
|
||||
<input class="input__field" type="phone" pattern="+7\s[0-9]{3}\s[0-9]{3}\s[0-9]{4}" name="Имя" minlength="15" maxlength="15" placeholder="" required>
|
||||
<label class="input__label">Телефон</label>
|
||||
<span class="input__error">Телефон введен не верно</span>
|
||||
</div>
|
||||
@@ -693,9 +693,9 @@
|
||||
<div class="form__additional">
|
||||
<input type="file" id="free__file">
|
||||
<label for="free__file" class="form__file">
|
||||
<button href="#" class="btn-social form__mini-btn">
|
||||
<div href="#" class="btn-social form__mini-btn">
|
||||
<img src="/assets/img/icon/paper-clip.svg" alt="">
|
||||
</button>
|
||||
</div>
|
||||
<p class="form-additional__text text-3">Загрузить свой проект на просчет</p>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1124,17 +1124,17 @@
|
||||
<div class="form__additional">
|
||||
<input type="file" id="free__file">
|
||||
<label for="free__file" class="form__file">
|
||||
<button href="#" class="btn-social form__mini-btn">
|
||||
<div href="#" class="btn-social form__mini-btn">
|
||||
<img src="/assets/img/icon/paper-clip.svg" alt="">
|
||||
</button>
|
||||
</div>
|
||||
<p class="form-additional__text text-3">Загрузить свой проект на просчет</p>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form__additional">
|
||||
<label for="free__agreement" class="form__checkbox-block">
|
||||
<input type="checkbox" id="free__agreement" class="form__checkbox" required="">
|
||||
<label for="free__agreement-1" class="form__checkbox-block">
|
||||
<input type="checkbox" id="free__agreement-1" class="form__checkbox" required="">
|
||||
<div class="form-checkbox__square"></div>
|
||||
<p class="form-additional__text text-3">
|
||||
Я принимаю<br>
|
||||
@@ -1182,8 +1182,8 @@
|
||||
</div>
|
||||
|
||||
<div class="form__additional">
|
||||
<label for="free__agreement" class="form__checkbox-block">
|
||||
<input type="checkbox" id="free__agreement" class="form__checkbox" required="">
|
||||
<label for="free__agreement-2" class="form__checkbox-block">
|
||||
<input type="checkbox" id="free__agreement-2" class="form__checkbox" required="">
|
||||
<div class="form-checkbox__square"></div>
|
||||
<p class="form-additional__text text-3">
|
||||
Я принимаю<br>
|
||||
|
||||
Reference in New Issue
Block a user