0.0.183 routes

This commit is contained in:
SBD
2025-02-28 17:51:42 +03:00
parent 496534f76a
commit 0bc8f85bee
5 changed files with 6 additions and 6 deletions

View File

@@ -151,10 +151,10 @@
.way_progress_line_container{ .way_progress_line_container{
.way_progress_arrows_line{display: none!important;} .way_progress_arrows_line{display: none!important;}
.way_progress_line{ .way_progress_line{
background: #A9A9A9; background: #A9A9A9!important;
} }
.way_progress_round:first-of-type, .way_progress_round:last-of-type{ .way_progress_round:first-of-type, .way_progress_round:last-of-type{
border: 3px solid #A9A9A9; border: 3px solid #A9A9A9!important;
} }
} }
.route_card_actions_container{ .route_card_actions_container{

View File

@@ -17,7 +17,7 @@
</div> </div>
</div> </div>
</div> </div>
<a class="route_btn mobile inactive" href="tel:{{ route.phone }}" style="--route-btn-width: auto;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;--route-btn-margin: 20.5px 0 0 0;"> <a class="route_btn mobile inactive" {% if now_DT <= route.arrival_DT %}href="tel:{{ route.phone }}"{% endif %} style="--route-btn-width: auto;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;--route-btn-margin: 20.5px 0 0 0;">
<img src="{% static "v2/icons/widgets/w_route_card/phone_half_opacity.svg" %}" alt=""> <img src="{% static "v2/icons/widgets/w_route_card/phone_half_opacity.svg" %}" alt="">
<div class="route_btn_title big">{{ route.phone }}</div> <div class="route_btn_title big">{{ route.phone }}</div>
</a> </a>

View File

@@ -4,7 +4,7 @@
<div class="respond_route_cont mobile" style="display: none;margin-top: 23px;"> <div class="respond_route_cont mobile" style="display: none;margin-top: 23px;">
<div class="route_btn unhovered" style="--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;"> <div class="route_btn unhovered" style="--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;">
<img src="{% static "v2/icons/widgets/w_route_card/phone.svg" %}" alt=""> <img src="{% static "v2/icons/widgets/w_route_card/phone.svg" %}" alt="">
<a href="tel:{{ route.phone }}" class="route_btn_title big"> <a {% if now_DT <= route.arrival_DT %}href="tel:{{ route.phone }}"{% endif %} class="route_btn_title big">
{% if route.phone %} {% if route.phone %}
{{ route.phone|truncatechars:20 }} {{ route.phone|truncatechars:20 }}
{% else %} {% else %}

View File

@@ -12,7 +12,7 @@
<div class="card_owner_type {{ route.owner_type }}">{% if route.owner_type == 'customer' %}{% trans "Нужен перевозчик" %}{% else %}{% trans "Могу перевезти" %}{% endif %}</div> <div class="card_owner_type {{ route.owner_type }}">{% if route.owner_type == 'customer' %}{% trans "Нужен перевозчик" %}{% else %}{% trans "Могу перевезти" %}{% endif %}</div>
<div class="card_cargo_type">{% trans "Тип посылки:" %} <div class="orange">{{ route.cargo_type|get_cargo_type_for_show }}</div></div> <div class="card_cargo_type">{% trans "Тип посылки:" %} <div class="orange">{{ route.cargo_type|get_cargo_type_for_show }}</div></div>
</div> </div>
<a class="route_btn inactive" href="tel:{{ route.phone }}" style="--route-btn-width: max-content;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;max-width: 155px;"> <a class="route_btn inactive" {% if now_DT <= route.arrival_DT %}href="tel:{{ route.phone }}"{% endif %} style="--route-btn-width: max-content;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;max-width: 155px;">
<img src="{% static "v2/icons/widgets/w_route_card/phone_half_opacity.svg" %}" alt=""> <img src="{% static "v2/icons/widgets/w_route_card/phone_half_opacity.svg" %}" alt="">
<div class="route_btn_title big">{{ route.phone }}</div> <div class="route_btn_title big">{{ route.phone }}</div>
</a> </a>

View File

@@ -15,7 +15,7 @@
<div class="respond_route_cont" style="display: none;"> <div class="respond_route_cont" style="display: none;">
<div class="route_btn unhovered" style="--route-btn-width: max-content;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;"> <div class="route_btn unhovered" style="--route-btn-width: max-content;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;">
<img src="{% static "v2/icons/widgets/w_route_card/phone.svg" %}" alt=""> <img src="{% static "v2/icons/widgets/w_route_card/phone.svg" %}" alt="">
<a class="route_btn_title big" href="tel:{{ route.phone }}"> <a class="route_btn_title big" {% if now_DT <= route.arrival_DT %}href="tel:{{ route.phone }}"{% endif %}>
{% if route.phone %} {% if route.phone %}
{{ route.phone|truncatechars:20 }} {{ route.phone|truncatechars:20 }}
{% else %} {% else %}