0.0.159 upd footer
This commit is contained in:
@@ -275,7 +275,7 @@ section.register>h1 {
|
||||
}
|
||||
|
||||
footer>div {
|
||||
max-width: 1280px;
|
||||
max-width: 85%;
|
||||
margin: auto;
|
||||
padding: 40px;
|
||||
height: 73%;
|
||||
@@ -292,8 +292,14 @@ footer>div {
|
||||
}
|
||||
.first-column{
|
||||
float: left;
|
||||
width: 55%;
|
||||
width: 50%;
|
||||
}
|
||||
.social_media_footer {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.second-column {
|
||||
float: right;
|
||||
width: 29%;
|
||||
@@ -302,7 +308,7 @@ footer>div {
|
||||
.third-column {
|
||||
width: 33%;
|
||||
float: left;
|
||||
margin-top: 11%;
|
||||
margin-top: 10%;
|
||||
}
|
||||
.four-column{
|
||||
display: inline-block;
|
||||
@@ -310,9 +316,11 @@ footer>div {
|
||||
|
||||
.fifth-column {
|
||||
float: right;
|
||||
width: 33%;
|
||||
width: 21%;
|
||||
margin-right: 35px;
|
||||
}
|
||||
|
||||
|
||||
.social_media_footer {
|
||||
margin-top: 19px;
|
||||
}
|
||||
@@ -320,7 +328,7 @@ footer>div {
|
||||
|
||||
|
||||
.second-footer>div {
|
||||
max-width: 1280px;
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
@@ -2066,9 +2074,9 @@ button#send_feedback_form{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.search_form_main {
|
||||
padding-top: 40px;
|
||||
}
|
||||
/*.search_form_main {*/
|
||||
/* padding-top: 40px;*/
|
||||
/*}*/
|
||||
|
||||
|
||||
/*tabs_on_main_page*/
|
||||
@@ -2083,9 +2091,14 @@ button#send_feedback_form{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tabs>div
|
||||
/*.tabs>div {*/
|
||||
/* !* скрыть контент по умолчанию *!*/
|
||||
/* display: none;*/
|
||||
/* font-size: 16px;*/
|
||||
/*} */
|
||||
|
||||
{
|
||||
#content-1,#content-2
|
||||
{
|
||||
/* скрыть контент по умолчанию */
|
||||
display: none;
|
||||
font-size: 16px;
|
||||
|
||||
@@ -22,19 +22,19 @@
|
||||
</p>
|
||||
</span>
|
||||
|
||||
<div class="wrapper_switch">
|
||||
<div class="switch">
|
||||
<div class="form_radio_btn">
|
||||
|
||||
<input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >
|
||||
<label for="radio-1">{% translate "Автоперевозки" %}</label>
|
||||
</div>
|
||||
<div class="form_radio_btn">
|
||||
<input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>
|
||||
<label for="radio-2">{% translate "Авиаперевозки" %}</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{# <div class="wrapper_switch">#}
|
||||
{# <div class="switch">#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{##}
|
||||
{# <input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >#}
|
||||
{# <label for="radio-1">{% translate "Автоперевозки" %}</label>#}
|
||||
{# </div>#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{# <input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>#}
|
||||
{# <label for="radio-2">{% translate "Авиаперевозки" %}</label>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
|
||||
|
||||
{# <img src="/static/img/png/Box1.png" alt="">#}
|
||||
@@ -63,14 +63,12 @@
|
||||
|
||||
<div class="tabs">
|
||||
|
||||
|
||||
<input type="radio" name="tab-btn" id="tab-btn-1" value="" checked>
|
||||
<label for="tab-btn-1">{% translate "Как отправить?" %}</label>
|
||||
<input type="radio" name="tab-btn" id="tab-btn-2" value="">
|
||||
<label for="tab-btn-2">{% translate "Как перевезти?" %}</label>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="content-1">
|
||||
<h2 id="title_static">{% translate "Вам нужно отправить посылку быстро и недорого?" %}</h2>
|
||||
<div class="benefit_img">
|
||||
|
||||
Reference in New Issue
Block a user