0.0.141
This commit is contained in:
@@ -812,8 +812,9 @@
|
||||
min-height: 660px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||
width: 30%;
|
||||
width: 26%;
|
||||
float: left;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
.block-finded-routes{
|
||||
@@ -1281,4 +1282,28 @@
|
||||
.periud_subscribe{
|
||||
padding-top: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*filters find route*/
|
||||
|
||||
.title_filters_find_route{
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #272424;
|
||||
}
|
||||
|
||||
.method_transport{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.method_transport_inp_hide{
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.method_transport_inp{
|
||||
|
||||
}
|
||||
@@ -603,11 +603,19 @@ input.deactive {
|
||||
}
|
||||
|
||||
.custom-checkbox+label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
display: block;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.custom-checkbox+label > span {
|
||||
display: block;
|
||||
user-select: none;
|
||||
float: right;
|
||||
text-align: left;
|
||||
width: 86%;
|
||||
padding-top: 2%;
|
||||
}
|
||||
|
||||
.custom-checkbox+label::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
|
||||
@@ -46,7 +46,31 @@
|
||||
</div>
|
||||
<div class="block-find-route">
|
||||
<div class="block-filters-find-route">
|
||||
<div class="title_filters_find_route">Все фильтры</div>
|
||||
<div class="methods_transportation_form_filters">
|
||||
{# <div>#}
|
||||
{# <div class="method_transport">#}
|
||||
{# <input class="method_transport_inp_hide" type="checkbox">#}
|
||||
{# <div class="method_transport_inp"></div>#}
|
||||
{# </div>#}
|
||||
{# <label>#}
|
||||
{# <img>#}
|
||||
{# <text></text>#}
|
||||
{# </label>#}
|
||||
{# </div>#}
|
||||
<div>
|
||||
<input
|
||||
class="custom-checkbox"
|
||||
type="checkbox"
|
||||
name="cargo_type"
|
||||
id="id_cargo_type"
|
||||
/>
|
||||
|
||||
<label for="id_cargo_type" >
|
||||
<span>Автоперевозка</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block-finded-routes">
|
||||
{% for route in routes %}
|
||||
|
||||
Reference in New Issue
Block a user