0.0.148
This commit is contained in:
@@ -1097,7 +1097,29 @@ form.new_route{
|
||||
}
|
||||
|
||||
|
||||
input#id_from_address_point_txt{
|
||||
.from_address_point_txt{
|
||||
display: block;
|
||||
border-radius: 15px;
|
||||
border: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
|
||||
|
||||
height: 60px;
|
||||
|
||||
}
|
||||
|
||||
.from_address_point_txt.post_route{
|
||||
margin-top: 10px;
|
||||
width: 392px;
|
||||
}
|
||||
|
||||
.to_address_point_txt{
|
||||
display: block;
|
||||
border-radius: 15px;
|
||||
border: 1px solid #E6E6E6;
|
||||
@@ -1114,20 +1136,9 @@ input#id_from_address_point_txt{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input#id_to_address_point_txt{
|
||||
display: block;
|
||||
border-radius: 15px;
|
||||
border: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
|
||||
|
||||
.to_address_point_txt.post_route{
|
||||
width: 392px;
|
||||
height: 60px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@@ -1220,17 +1231,20 @@ div.departure_arrival>div>input{
|
||||
|
||||
.input_list{
|
||||
display: none;
|
||||
max-width: 390px;
|
||||
max-height: 200px;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
padding-top: 20px;
|
||||
background-color: #F8F8F8;
|
||||
overflow: scroll;
|
||||
overflow-x:hidden;
|
||||
|
||||
}
|
||||
|
||||
.input_list.post_route{
|
||||
padding-top: 20px;
|
||||
max-width: 390px;
|
||||
}
|
||||
|
||||
.input_list.show{
|
||||
display:inline-block;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user