This commit is contained in:
SBD
2023-11-30 13:43:07 +03:00
parent 006ff44858
commit 03ab2ae2cd
5 changed files with 56 additions and 27 deletions

View File

@@ -2817,4 +2817,31 @@
text-align: left; text-align: left;
top: 0; top: 0;
left: 19px; left: 19px;
}
.btn_a_anchor{
border-radius: 10px;
background: #E6E6E6;
width: 20%;
height: 60px;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
color: rgba(39, 36, 36, 0.60);
margin-left: 5px;
display: block;
}
.btn_a_anchor.partners{
background: #FF613A;
color: #FFF;
}
.text_in_btn_a_anchor{
padding-top: 20px;
}
.anchor{
scroll-margin-top: 60px;
} }

View File

@@ -1960,8 +1960,8 @@ button#more_button{
border-radius: 10px; border-radius: 10px;
text-align: center; text-align: center;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
margin: 0 auto; margin-left: 0;
margin-right: 0;
} }
@@ -2199,23 +2199,26 @@ figure{
text-align: -moz-center; text-align: -moz-center;
width: 100%; width: 100%;
margin-top: 40px; margin-top: 40px;
display: flex;
justify-content: center;
flex-wrap: wrap;
} }
#how_it_work_b{ /*#how_it_work_b{*/
border-radius: 10px; /* border-radius: 10px;*/
background: #E6E6E6; /* background: #E6E6E6;*/
width: 20%; /* width: 20%;*/
height: 60px; /* height: 60px;*/
font-size: 18px; /* font-size: 18px;*/
font-style: normal; /* font-style: normal;*/
font-weight: 600; /* font-weight: 600;*/
line-height: 26px; /* line-height: 26px;*/
color: rgba(39, 36, 36, 0.60); /* color: rgba(39, 36, 36, 0.60);*/
margin-left: 5px; /* margin-left: 5px;*/
} /*}*/
.benefit_img_item{ .benefit_img_item{
width: 30%; width: 30%;

View File

@@ -8,9 +8,9 @@
<h2 id=title_static>{{ page.title }}</h2> <h2 id=title_static>{{ page.title }}</h2>
<span id="sub_title_static">{{ page.description }}</span> <span id="sub_title_static">{{ page.description }}</span>
<div class="button_container"> <div class="button_container">
<button <a class="btn_a_anchor partners" href="#scroll_to_form" id="how_it_work_b">
onclick="document.location='#scroll_to_form'" <div class="text_in_btn_a_anchor">{% translate "Узнать подробнее" %}</div>
id="more_button">{% translate "Узнать подробнее" %}</button> </a>
</div> </div>
</div> </div>
</div> </div>
@@ -42,7 +42,7 @@
</div> </div>
<div class="bottom_block_static" id="scroll_to_form"> <div class="bottom_block_static anchor" id="scroll_to_form">
<h2 id=title_static>{% translate "Стоимость" %}</h2> <h2 id=title_static>{% translate "Стоимость" %}</h2>
<span id="sub_title_static">{% translate "Оставьте заявку и получите персональное коммерческое предложение" %}</span> <span id="sub_title_static">{% translate "Оставьте заявку и получите персональное коммерческое предложение" %}</span>

View File

@@ -26,10 +26,9 @@
id="more_button">{% translate "Перевезти посылку" %}</button> id="more_button">{% translate "Перевезти посылку" %}</button>
{% endif %} {% endif %}
<button <a class="btn_a_anchor" href="#anchor_how_it_work" id="how_it_work_b">
onclick= "document.location='#anchor_how_it_work'" <div class="text_in_btn_a_anchor">{% translate "Как это работает?" %}</div>
id="how_it_work_b">{% translate "Как это работает?" %} </a>
</button>
</div> </div>
</div> </div>
</div> </div>
@@ -55,7 +54,7 @@
{% include "blocks/static_pages_blocks/b_benefit_img_about_service.html" %} {% include "blocks/static_pages_blocks/b_benefit_img_about_service.html" %}
<div id="anchor_how_it_work"></div> <div id="anchor_how_it_work" class="anchor"></div>
<div id="title_static" <div id="title_static"

View File

@@ -6,9 +6,9 @@
<span id="sub_title_static">{{ page.description }}</span> <span id="sub_title_static">{{ page.description }}</span>
<div class="button_container"> <div class="button_container">
<button <a class="btn_a_anchor partners" href="#scroll_to_div" id="how_it_work_b">
onclick="document.location= '#scroll_to_div'" <div class="text_in_btn_a_anchor">{% translate "Узнать подробнее" %}</div>
id="more_button">{% translate "Узнать подробнее" %}</button> </a>
</div> </div>
</div> </div>
</div> </div>
@@ -30,7 +30,7 @@
</div> </div>
<div id="scroll_to_div" class="bottom_block_static"> <div id="scroll_to_div" class="bottom_block_static anchor">
<div id=title_static >{% translate "Стань нашим партнером" %}</div> <div id=title_static >{% translate "Стань нашим партнером" %}</div>
<span id="sub_title_static">{% translate "Оставь заявку и получи пресональное предложение о партнерстве" %}</span> <span id="sub_title_static">{% translate "Оставь заявку и получи пресональное предложение о партнерстве" %}</span>
<form data-name="msg_from_partners"> <form data-name="msg_from_partners">