80 lines
1.3 KiB
Plaintext
80 lines
1.3 KiB
Plaintext
html,body,#app,.layout {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
.layout-header{
|
|
color: #fff;
|
|
background-color: #515a6e;
|
|
position: relative;
|
|
div.main-title {
|
|
display: inline-block;
|
|
font-size: 22px;
|
|
line-height: 60px;
|
|
}
|
|
.nav-btns-right {
|
|
display: inline-block;
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
}
|
|
.layout-main {
|
|
padding: 10px !important;
|
|
display: flex !important;
|
|
flex-direction: column;
|
|
> .layout-tabs{
|
|
margin: 15px 15px 0 15px;
|
|
}
|
|
> .layout-content{
|
|
margin: 0 15px 15px 15px;
|
|
overflow: auto;
|
|
background: #fff;
|
|
border: 1px solid #e1e1e1;
|
|
padding: 10px;
|
|
flex-grow: 1;
|
|
flex-basis: 0;
|
|
}
|
|
> .layout-copy{
|
|
text-align: center;
|
|
padding: 10px 0;
|
|
color: #9ea7b4;
|
|
}
|
|
}
|
|
.table-container {
|
|
position: relative;
|
|
}
|
|
.btn-container {
|
|
margin-bottom: 10px;
|
|
.search-btn {
|
|
float: right;
|
|
}
|
|
}
|
|
.page-container {
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
.carsouel-img {
|
|
position: relative;
|
|
left: 50%;transform:
|
|
translateX(-50%);
|
|
height: 500px;
|
|
width: auto;
|
|
}
|
|
.main-view {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.custom-drawer {
|
|
> .el-drawer__header {
|
|
margin-bottom: 0;
|
|
}
|
|
> .el-drawer__body {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
.el-tabs--card.nav-tabs > .el-tabs__header {
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
} |