modal_form
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s

This commit is contained in:
Vsevo;od 2023-07-30 04:42:30 +03:00
parent 8a6f3ac806
commit 8e16dfe567
2 changed files with 29 additions and 9 deletions

View File

@ -132,20 +132,22 @@
<div class="bank_information">
<div class="bank_block_img">
<img class="bank_img" src="~/img/icons/alpha.png" alt="bank">
<div class="bank_procent_text">Процентная ставка</div>
<div class="bank_procent">10%</div>
</div>
<div class="bank_name">Альфа Банк</div>
<div class="bank_form">
<span>Вам необходимы следующие документы:</span>
<span>Наш процент:</span>
<span>Ваше направление:</span>
<span>Плата в месяц:</span>
<span>Общая стоимость образования:</span>
<span>Документы</span>
<ul>
<li>Паспорт</li>
<li>Справка о доходах</li>
<li>Дополнительные документы</li>
</ul>
</div>
</div>
<div class="form_btn_block">
<div class="form_btn">Продолжить<img src="~/img/logo/esia.png" alt="esia" class="form_btn_img"></div>
<div class="form_btn">Беру!<img src="~/img/logo/esia.png" alt="esia" class="form_btn_img"></div>
</div>
</form>

View File

@ -897,7 +897,8 @@ footer {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
height: 60%
max-height: 80px;
min-height: 50px;
}
.bank_form {
@ -919,7 +920,23 @@ footer {
top: 70px;
left: 270px
}
.bank_procent_text {
color: #646464;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
}
.bank_procent {
color: #43CA79;
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.form_btn {
display: -webkit-box;
display: -ms-flexbox;
@ -933,7 +950,8 @@ footer {
width: 150px;
background-color: #20d37d;
border-radius: 20px;
color: #fff
color: #fff;
font-size:30px;
}
.form_btn_img {