0.0.66
This commit is contained in:
@@ -1175,18 +1175,44 @@ input#id_cargo_type{
|
||||
margin: 10px;
|
||||
|
||||
}
|
||||
.route_info_point>span{
|
||||
.route_info_point > div > span{
|
||||
float: right;
|
||||
font-family: Inter, serif;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
line-height: 22px;
|
||||
width: 50%;
|
||||
text-align: left;
|
||||
}
|
||||
.route_info_point > div > div{
|
||||
float: left;
|
||||
width: 50%;
|
||||
text-align: right;
|
||||
font-family: Inter, serif;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
line-height: 22px;
|
||||
}
|
||||
.route_info_point>div{
|
||||
border: 2px solid #FF613A;
|
||||
width: 20px;
|
||||
|
||||
.route_info_point > div{
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
top: 30%;
|
||||
position: relative;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
.route_info_point > div > div > div{
|
||||
border: 1px solid #FF613A;
|
||||
width: 20px;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.route_info_about>span:first-child{
|
||||
background: url("/static/img/png/Tag.png") left center no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user