83 lines
1.1 KiB
CSS
83 lines
1.1 KiB
CSS
/* @import "./base.css"; */
|
|
|
|
html,
|
|
body,
|
|
body>#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
font-family: PingFang SC, Helvetica Neue, Helvetica, microsoft yahei, arial, STHeiTi, sans-serif;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.content-box {
|
|
position: absolute;
|
|
left: 220px;
|
|
right: 0;
|
|
top: 70px;
|
|
bottom: 0;
|
|
padding-bottom: 30px;
|
|
-webkit-transition: left .3s ease-in-out;
|
|
transition: left .3s ease-in-out;
|
|
background: #ebf5ff /*eff1fe*/;
|
|
}
|
|
|
|
.content {
|
|
width: auto;
|
|
height: 100%;
|
|
padding: 10px;
|
|
overflow-y: scroll;
|
|
box-sizing: border-box;
|
|
/*background: #ebf5ff;*/
|
|
}
|
|
|
|
.content-collapse {
|
|
left: 65px;
|
|
}
|
|
|
|
.container {
|
|
padding: 30px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.crumbs {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.el-table th {
|
|
background-color: #f5f7fa !important;
|
|
}
|
|
|
|
.pagination {
|
|
margin: 20px 0;
|
|
text-align: right;
|
|
}
|
|
|
|
.plugins-tips {
|
|
padding: 20px 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.el-button+.el-tooltip {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.el-table tr:hover {
|
|
background: #f6faff;
|
|
}
|
|
|
|
.mgb20 {
|
|
margin-bottom: 20px;
|
|
} |