2018-11-13 15:34:03 +08:00
|
|
|
.main-page {
|
|
|
|
|
width: 100%;
|
2018-11-19 09:24:20 +08:00
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: scroll;
|
2018-12-19 09:11:11 +08:00
|
|
|
padding: 10px 20px 20px;
|
|
|
|
|
background-color: #f0f0f0;
|
2018-11-13 15:34:03 +08:00
|
|
|
.page-content {
|
|
|
|
|
border: 1px solid #ccc;
|
2018-12-19 09:11:11 +08:00
|
|
|
// padding: 10px 20px;
|
|
|
|
|
// overflow-y: scroll;
|
|
|
|
|
// height: 100%;
|
2018-11-13 15:34:03 +08:00
|
|
|
.search-filter {
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
.input-container {
|
|
|
|
|
padding: 0;
|
|
|
|
|
> .form-control {
|
|
|
|
|
width: 180px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.airline-table{
|
|
|
|
|
.table-container{
|
|
|
|
|
// border: 1px solid #ccc;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 700px;
|
2018-11-19 09:24:20 +08:00
|
|
|
overflow: auto;
|
|
|
|
|
box-shadow: 0 0 1px .5px #ddd;
|
2018-11-13 15:34:03 +08:00
|
|
|
table{
|
|
|
|
|
width: max-content;
|
|
|
|
|
tr{
|
|
|
|
|
cursor: pointer;
|
2018-11-19 09:24:20 +08:00
|
|
|
&.selected{
|
2018-11-13 15:34:03 +08:00
|
|
|
background: rgb(181, 215, 255);
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-11-19 09:24:20 +08:00
|
|
|
th{
|
|
|
|
|
background-color: #ddd;
|
2018-12-12 11:56:47 +08:00
|
|
|
color: rgb(0, 0, 255);
|
2018-11-19 09:24:20 +08:00
|
|
|
}
|
2018-11-13 15:34:03 +08:00
|
|
|
th,td{
|
|
|
|
|
// border: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-12-19 09:11:11 +08:00
|
|
|
.navigation{
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.breadcrumb-main-container {
|
|
|
|
|
padding: 20px 20px;
|
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
}
|
|
|
|
|
.card{
|
|
|
|
|
background: #fff;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15);
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
2018-11-13 15:34:03 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 991px) {
|
|
|
|
|
.line-operator-right {
|
|
|
|
|
text-align: left !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @media screen and (min-width: 1200px){
|
|
|
|
|
// .line-operator-right{
|
|
|
|
|
// text-align: left;
|
|
|
|
|
// }
|
|
|
|
|
// }
|