Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1151,6 +1151,21 @@ input#id_cargo_type{
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.route_info_point {
|
||||||
|
width: 462px;
|
||||||
|
height: 60px;
|
||||||
|
border-radius: 10px;
|
||||||
|
background: #F8F8F8;
|
||||||
|
margin: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.route_info_point>span{
|
||||||
|
top:20%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.route_info_about>span:first-child{
|
.route_info_about>span:first-child{
|
||||||
background: url("/static/img/png/Tag.png") left center no-repeat;
|
background: url("/static/img/png/Tag.png") left center no-repeat;
|
||||||
margin: 0 20px 0 20px;
|
margin: 0 20px 0 20px;
|
||||||
|
|||||||
@@ -18,9 +18,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="route_info_point">
|
<div class="route_info_point">
|
||||||
{{ route.from_country.name }}/{{ route.from_city.name }}
|
<span>
|
||||||
<br>
|
{{ route.from_country.name }}/{{ route.from_city.name }}
|
||||||
{{ route.to_country.name }}/{{ route.to_city.name }}
|
</span>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
{{ route.to_country.name }}/{{ route.to_city.name }}
|
||||||
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="route_info_date">
|
<div class="route_info_date">
|
||||||
|
|||||||
Reference in New Issue
Block a user