Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -431,10 +431,11 @@
|
||||
margin-top: unset;
|
||||
}
|
||||
|
||||
#more_button{
|
||||
#more_button, #send_parcel_button{
|
||||
width: 50%;
|
||||
/*margin-top: 40px;*/
|
||||
|
||||
}
|
||||
|
||||
#title_static{
|
||||
font-size: 33px;
|
||||
line-height: 42px;
|
||||
@@ -1847,6 +1848,11 @@
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
#send_parcel_button{
|
||||
width: 100%;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
|
||||
.news_block_main{
|
||||
justify-content: center;
|
||||
|
||||
@@ -1033,7 +1033,7 @@
|
||||
|
||||
.from_address_point_txt.find_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
border-right: 2px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.from_address_point_txt.post_route.first.w_100{
|
||||
@@ -1079,16 +1079,19 @@
|
||||
|
||||
|
||||
.input_list.find_route{
|
||||
width: 100%;
|
||||
/* display: block; */
|
||||
border-radius: 0 10px;
|
||||
top: 61px;
|
||||
width: calc(100% - 3px);
|
||||
/*display: block;*/
|
||||
border-radius: 0 0 10px 10px;
|
||||
top: 53px;
|
||||
z-index: 10000;
|
||||
|
||||
}
|
||||
|
||||
.input_list.find_route.show{
|
||||
display: block;
|
||||
border: 2px solid #E6E6E6;
|
||||
border-top: hidden;
|
||||
|
||||
}
|
||||
|
||||
.container_inp_w_abr{
|
||||
|
||||
@@ -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{
|
||||
padding-top: 20px;
|
||||
max-width: 390px;
|
||||
@@ -2137,7 +2156,7 @@ span#sub_title_static{
|
||||
}
|
||||
|
||||
|
||||
#more_button{
|
||||
#more_button, #send_parcel_button{
|
||||
display: inline-block;
|
||||
/*height: 60px;*/
|
||||
width: 20%;
|
||||
@@ -2157,6 +2176,11 @@ span#sub_title_static{
|
||||
|
||||
}
|
||||
|
||||
|
||||
#send_parcel_button{
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.top_block_static{
|
||||
position: relative;
|
||||
width: 90%;
|
||||
|
||||
@@ -46,9 +46,9 @@
|
||||
<div class="four-column">
|
||||
<div class="footer_text_inform">{% trans "Свяжитесь с нами:" %}</div>
|
||||
<div class="footer_text_contact">
|
||||
<div>
|
||||
<a href="tel:+77777777777">+ 7 (777) 777-77-77</a>
|
||||
</div>
|
||||
{# <div>#}
|
||||
{# <a href="tel:+77777777777">+ 7 (777) 777-77-77</a>#}
|
||||
{# </div>#}
|
||||
<div>
|
||||
<a href="mailto:sales@tripwb.com">sales@tripwb.com</a>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="button_container">
|
||||
<button
|
||||
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">
|
||||
<div class="text_in_btn_a_anchor">{% translate "Как это работает?" %}</div>
|
||||
</a>
|
||||
@@ -49,7 +49,7 @@
|
||||
<div class="button_container">
|
||||
<button
|
||||
onclick="document.location = '/ru/page/partners/'"
|
||||
id="more_button">{% translate "Читать подробнее" %}</button>
|
||||
id="send_parcel_button">{% translate "Читать подробнее" %}</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
{% if page.url == 'for_customers' %}
|
||||
|
||||
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
|
||||
id="more_button">{% translate "Отправить посылку" %}</button>
|
||||
id="send_parcel_button">{% translate "Отправить посылку" %}
|
||||
</button>
|
||||
{% endif %}
|
||||
{% if page.url == 'for_movers' %}
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
|
||||
id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
id="send_parcel_button">{% translate "Перевезти посылку" %}</button>
|
||||
{% endif %}
|
||||
|
||||
<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' %}'"
|
||||
>
|
||||
|
||||
<button id="more_button">{% translate "Получить" %}</button>
|
||||
<button id=send_parcel_button">{% translate "Получить" %}</button>
|
||||
</div>
|
||||
|
||||
<img id="box1" src="/static/img/png/Box5.png" alt="">
|
||||
|
||||
@@ -36,7 +36,9 @@
|
||||
</div>
|
||||
|
||||
<div class="button_container">
|
||||
<button id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
<button id="send_parcel_button">
|
||||
{% translate "Перевезти посылку" %}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user