Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2024-01-25 18:36:29 +03:00
7 changed files with 53 additions and 18 deletions

View File

@@ -431,10 +431,11 @@
margin-top: unset; margin-top: unset;
} }
#more_button{ #more_button, #send_parcel_button{
width: 50%; width: 50%;
/*margin-top: 40px;*/
} }
#title_static{ #title_static{
font-size: 33px; font-size: 33px;
line-height: 42px; line-height: 42px;
@@ -1847,6 +1848,11 @@
margin-top: 40px; margin-top: 40px;
} }
#send_parcel_button{
width: 100%;
margin-top: 40px;
}
.news_block_main{ .news_block_main{
justify-content: center; justify-content: center;

View File

@@ -1033,7 +1033,7 @@
.from_address_point_txt.find_route.first.w_100{ .from_address_point_txt.find_route.first.w_100{
width: calc(100% - 35px); width: calc(100% - 35px);
border-right: 1px solid #E6E6E6; border-right: 2px solid #E6E6E6;
} }
.from_address_point_txt.post_route.first.w_100{ .from_address_point_txt.post_route.first.w_100{
@@ -1079,16 +1079,19 @@
.input_list.find_route{ .input_list.find_route{
width: 100%; width: calc(100% - 3px);
/* display: block; */ /*display: block;*/
border-radius: 0 10px; border-radius: 0 0 10px 10px;
top: 61px; top: 53px;
z-index: 10000; z-index: 10000;
} }
.input_list.find_route.show{ .input_list.find_route.show{
display: block; display: block;
border: 2px solid #E6E6E6;
border-top: hidden;
} }
.container_inp_w_abr{ .container_inp_w_abr{

View File

@@ -1726,6 +1726,25 @@ div.departure_arrival>div>input{
} }
/*.input_list::-webkit-scrollbar {*/
/* width: 5px;*/
/* height: 20px;*/
/* background-color: #FF613A;*/
/*}*/
.input_list::-webkit-scrollbar {
width: 7px;
}
.input_list::-webkit-scrollbar-thumb {
background-color: #FF613A;
border-radius: 20px;
}
.input_list.post_route{ .input_list.post_route{
padding-top: 20px; padding-top: 20px;
max-width: 390px; max-width: 390px;
@@ -2137,7 +2156,7 @@ span#sub_title_static{
} }
#more_button{ #more_button, #send_parcel_button{
display: inline-block; display: inline-block;
/*height: 60px;*/ /*height: 60px;*/
width: 20%; width: 20%;
@@ -2157,6 +2176,11 @@ span#sub_title_static{
} }
#send_parcel_button{
height: 60px;
}
.top_block_static{ .top_block_static{
position: relative; position: relative;
width: 90%; width: 90%;

View File

@@ -46,9 +46,9 @@
<div class="four-column"> <div class="four-column">
<div class="footer_text_inform">{% trans "Свяжитесь с нами:" %}</div> <div class="footer_text_inform">{% trans "Свяжитесь с нами:" %}</div>
<div class="footer_text_contact"> <div class="footer_text_contact">
<div> {# <div>#}
<a href="tel:+77777777777">+ 7 (777) 777-77-77</a> {# <a href="tel:+77777777777">+ 7 (777) 777-77-77</a>#}
</div> {# </div>#}
<div> <div>
<a href="mailto:sales@tripwb.com">sales@tripwb.com</a> <a href="mailto:sales@tripwb.com">sales@tripwb.com</a>
</div> </div>

View File

@@ -6,7 +6,7 @@
<div class="button_container"> <div class="button_container">
<button <button
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'" onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
id="more_button">{% translate "Отправить посылку" %}</button> id="send_parcel_button">{% translate "Отправить посылку" %}</button>
<a class="btn_a_anchor" href="#scroll_to_wrapper" id="how_it_work_b"> <a class="btn_a_anchor" href="#scroll_to_wrapper" id="how_it_work_b">
<div class="text_in_btn_a_anchor">{% translate "Как это работает?" %}</div> <div class="text_in_btn_a_anchor">{% translate "Как это работает?" %}</div>
</a> </a>
@@ -49,7 +49,7 @@
<div class="button_container"> <div class="button_container">
<button <button
onclick="document.location = '/ru/page/partners/'" onclick="document.location = '/ru/page/partners/'"
id="more_button">{% translate "Читать подробнее" %}</button> id="send_parcel_button">{% translate "Читать подробнее" %}</button>
</div> </div>

View File

@@ -17,15 +17,15 @@
{% if page.url == 'for_customers' %} {% if page.url == 'for_customers' %}
<button <button
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'" onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
id="more_button">{% translate "Отправить посылку" %}</button> id="send_parcel_button">{% translate "Отправить посылку" %}
</button>
{% endif %} {% endif %}
{% if page.url == 'for_movers' %} {% if page.url == 'for_movers' %}
<button <button
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'" onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
id="more_button">{% translate "Перевезти посылку" %}</button> id="send_parcel_button">{% translate "Перевезти посылку" %}</button>
{% endif %} {% endif %}
<a class="btn_a_anchor" href="#anchor_how_it_work" id="how_it_work_b"> <a class="btn_a_anchor" href="#anchor_how_it_work" id="how_it_work_b">
@@ -203,7 +203,7 @@
onclick="document.location='{% url 'profile_page' 'my_subscribe' %}'" onclick="document.location='{% url 'profile_page' 'my_subscribe' %}'"
> >
<button id="more_button">{% translate "Получить" %}</button> <button id=send_parcel_button">{% translate "Получить" %}</button>
</div> </div>
<img id="box1" src="/static/img/png/Box5.png" alt=""> <img id="box1" src="/static/img/png/Box5.png" alt="">

View File

@@ -36,7 +36,9 @@
</div> </div>
<div class="button_container"> <div class="button_container">
<button id="more_button">{% translate "Перевезти посылку" %}</button> <button id="send_parcel_button">
{% translate "Перевезти посылку" %}
</button>
</div> </div>