0.0.103
This commit is contained in:
@@ -237,25 +237,38 @@ footer>div {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
padding: 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.first-column>div:nth-child(1) {
|
||||
margin-bottom: 40px;
|
||||
.left-column {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.first-column>div:nth-child(2) {
|
||||
margin-bottom: 19px;
|
||||
.right-column {
|
||||
width: 48%;
|
||||
float: right;
|
||||
}
|
||||
.first-column>div:nth-child(3)>img {
|
||||
margin-right: 10px;
|
||||
.first-column{
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.second-column {
|
||||
float: right;
|
||||
width: 29%;
|
||||
}
|
||||
|
||||
.first-column {
|
||||
max-width: 358px;
|
||||
.third-column {
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fifth-column {
|
||||
float: right;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.second-footer>div {
|
||||
display: flex;
|
||||
max-width: 1280px;
|
||||
@@ -281,7 +294,6 @@ footer>div {
|
||||
}
|
||||
|
||||
.second-column>div:first-child {
|
||||
margin-bottom: 45px;
|
||||
color: #FFF;
|
||||
/* Heading 4 */
|
||||
font-family: Inter;
|
||||
@@ -292,7 +304,6 @@ footer>div {
|
||||
}
|
||||
|
||||
.third-column>div:first-child {
|
||||
margin-bottom: 45px;
|
||||
color: #FFF;
|
||||
/* Heading 4 */
|
||||
font-family: Inter;
|
||||
@@ -666,7 +677,7 @@ input.deactive {
|
||||
margin-top: 7px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: 29%;
|
||||
left: 31%;
|
||||
}
|
||||
|
||||
.title_for_msg_by_email{
|
||||
@@ -992,7 +1003,7 @@ select {
|
||||
.receive_msg_by_email{
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
bottom: 8%;
|
||||
bottom: 27%;
|
||||
}
|
||||
|
||||
/*create new route*/
|
||||
@@ -1093,7 +1104,7 @@ form.new_route{
|
||||
.departure_arrival>div:last-child,
|
||||
.from_to_place>div:last-child,
|
||||
.from_to_country>div:last-child,
|
||||
.phone>div:last-child
|
||||
.phone>div:nth-child(2)
|
||||
{
|
||||
width: 50%;
|
||||
float: right;
|
||||
@@ -1104,7 +1115,6 @@ form.new_route{
|
||||
|
||||
.from_address_point_txt{
|
||||
display: block;
|
||||
|
||||
border: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
@@ -1113,8 +1123,6 @@ form.new_route{
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
|
||||
|
||||
height: 60px;
|
||||
|
||||
}
|
||||
@@ -1135,7 +1143,6 @@ form.new_route{
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
|
||||
width: 392px;
|
||||
height: 60px;
|
||||
margin-top: 10px;
|
||||
|
||||
@@ -1,48 +1,56 @@
|
||||
{% load i18n %}
|
||||
<footer>
|
||||
<div>
|
||||
<div class="first-column">
|
||||
<div><img class="svg" src="/static/img/svg/LogoWhite.svg"></div>
|
||||
<div>
|
||||
<div>Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от Trip With Bonus</div>
|
||||
<div><input type="text" placeholder="Введите ваш e-mail">
|
||||
<div><img class="svg" src="/static/img/svg/CaretCircleRight.svg"></div>
|
||||
<div class="left-column">
|
||||
<div class="first-column">
|
||||
<div><img class="svg" src="/static/img/svg/LogoWhite.svg"></div>
|
||||
<div>
|
||||
<div>Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от Trip With Bonus</div>
|
||||
<div><input type="text" placeholder="Введите ваш e-mail">
|
||||
<div><img class="svg" src="/static/img/svg/CaretCircleRight.svg"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<img class="svg" src="/static/img/svg/Instagram.svg">
|
||||
<img class="svg" src="/static/img/svg/Telegram.svg">
|
||||
<img class="svg" src="/static/img/svg/facebook.svg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="second-column">
|
||||
<div>Информация</div>
|
||||
<div>
|
||||
<div>
|
||||
<div><a href="#">Перевезти посылку</a></div>
|
||||
<div><a href="#">Отправить посылку</a></div>
|
||||
<div><a href="#">Для отправителя</a></div>
|
||||
<div><a href="#">Для перевозчика</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<img class="svg" src="/static/img/svg/Instagram.svg">
|
||||
<img class="svg" src="/static/img/svg/Telegram.svg">
|
||||
<img class="svg" src="/static/img/svg/facebook.svg">
|
||||
|
||||
<div class="right-column">
|
||||
<div class="third-column">
|
||||
<div><a href="#">О Trip With Bonus</a></div>
|
||||
<div><a href="#">Новости</a></div>
|
||||
<div><a href="#">Партнерам</a></div>
|
||||
<div><a href="#">Реклама</a></div>
|
||||
<div><a href="#">Служба поддержки</a></div>
|
||||
<div><a href="#">Контакты</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="second-column">
|
||||
<div>Информация</div>
|
||||
<div>
|
||||
<div>
|
||||
<div><a href="#">Перевезти посылку</a></div>
|
||||
<div><a href="#">Отправить посылку</a></div>
|
||||
<div><a href="#">Для отправителя</a></div>
|
||||
<div><a href="#">Для перевозчика</a></div>
|
||||
</div>
|
||||
<div>
|
||||
<div><a href="#">О Trip With Bonus</a></div>
|
||||
<div><a href="#">Новости</a></div>
|
||||
<div><a href="#">Партнерам</a></div>
|
||||
<div><a href="#">Реклама</a></div>
|
||||
<div><a href="#">Служба поддержки</a></div>
|
||||
<div><a href="#">Контакты</a></div>
|
||||
</div>
|
||||
<div class="four-column">
|
||||
<div>Свяжитесь с нами:</div>
|
||||
<div>
|
||||
<div>+ 7 (777) 777-77-77</div>
|
||||
<div>sales@tripwb.com</div>
|
||||
<div>support@tripwb.com</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fifth-column"><a href="#">Регистрация</a><a href="#">Войти</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="third-column">
|
||||
<div>Свяжитесь с нами:</div>
|
||||
<div>
|
||||
<div>+ 7 (777) 777-77-77</div>
|
||||
<div>sales@tripwb.com</div>
|
||||
<div>support@tripwb.com</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="four-column"><a href="#">Регистрация</a><a href="#">Войти</a></div>
|
||||
|
||||
<div class="clear_both"></div>
|
||||
|
||||
</div>
|
||||
<div class="second-footer">
|
||||
<div>
|
||||
|
||||
@@ -309,7 +309,9 @@
|
||||
{% if not errors_off and form.errors and form.errors.extra_phone %}
|
||||
<span>{{ form.errors.extra_phone }}</span>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user