Files
airport-chengdu-web/src/app/pages/basic-data/terminal/terminal.component.scss
T

64 lines
1.6 KiB
SCSS
Raw Normal View History

2018-11-13 15:34:03 +08:00
.main-page {
width: 100%;
height: calc(100% - 66px);
padding: 15px 10px;
background-color: #fff;
.page-content {
border: 1px solid #ccc;
padding: 10px 20px;
.search-filter {
padding: 0 15px;
.first-condition {
.line-operator-right {
text-align: right;
padding: 0;
.btn-info {
background-color: rgb(122, 156, 204);
border-color: rgb(122, 156, 204);
}
}
}
.input-container {
padding: 0;
> .form-control {
width: 180px;
display: inline-block;
}
}
}
.airline-table{
.table-container{
// border: 1px solid #ccc;
width: 100%;
height: 700px;
overflow: scroll;
table{
width: max-content;
tr{
cursor: pointer;
&.active{
background: rgb(181, 215, 255);
}
}
th,td{
// border: none;
text-align: center;
}
}
}
}
}
}
@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;
// }
// }