0.0.361
This commit is contained in:
@@ -949,12 +949,13 @@
|
||||
border-left: 1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 55.1%;
|
||||
/*width: 55.1%;*/
|
||||
float: left;
|
||||
background-image: none !important;
|
||||
margin-top: 0;
|
||||
padding: 20px 15.2px;
|
||||
border-radius: 10px 0 0 10px;
|
||||
width: calc(100% - 95px);
|
||||
}
|
||||
|
||||
.to_address_point_txt.find_route{
|
||||
@@ -964,7 +965,7 @@
|
||||
border-left: 1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 55.1%;
|
||||
width: calc(100% - 95px);
|
||||
border-radius: 0;
|
||||
float: left;
|
||||
background-image: none !important;
|
||||
@@ -1016,7 +1017,7 @@
|
||||
padding: 20px 10px;
|
||||
background: url(/static/img/svg/Calendar.svg) white 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 5% bottom 45%;
|
||||
background-position: right 2% bottom 45%;
|
||||
}
|
||||
|
||||
|
||||
@@ -1060,8 +1061,8 @@
|
||||
.abbreviation_airport_in_search{
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 29%;
|
||||
height: 97%;
|
||||
width: 60px;
|
||||
border-top: 1px solid #E6E6E6;
|
||||
border-right: 1px solid #E6E6E6;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
@@ -1090,8 +1091,8 @@
|
||||
}
|
||||
|
||||
|
||||
.block-filters-find-route{
|
||||
min-height: 660px;
|
||||
.block-filters-find-route {
|
||||
min-height: calc(100vh - 200px);
|
||||
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: 26%;
|
||||
@@ -1100,8 +1101,9 @@
|
||||
position: sticky;
|
||||
top: 76px;
|
||||
border-radius: 10px;
|
||||
max-height: calc(100vh - 125px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.block_w_paging.routes{
|
||||
width: 68%;
|
||||
float: right;
|
||||
@@ -2442,8 +2444,50 @@
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
/* news rewrite*/
|
||||
.news_block{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
.cont_one_news{
|
||||
width: 300px;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
margin: 20px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.cont_img_one_news{
|
||||
height: 250px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.img_one_news{
|
||||
display: block;
|
||||
aspect-ratio: 4/3;
|
||||
/*height: 300px;*/
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.cont_content_one_news{
|
||||
height: calc(100% - 340px);
|
||||
}
|
||||
|
||||
/*.subscribe_type_txt .f-r{*/
|
||||
/* color: #FF613A;*/
|
||||
/*}*/
|
||||
/*}*/
|
||||
|
||||
|
||||
.container_descript_one_news{
|
||||
width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user