|
.mt-20 {
margin-top: 20px;
}
.mt-10{
margin-top: 10px;
}
.mt-5 {
margin-top: 5px;
}
.ml-10 {
margin-left: 10px;
}
.ml-20 {
margin-left: 20px;
}
span {
color: rgb(60 60 60);
}
.header {
line-height: 60px;
box-sizing: border-box;
background-color: #ff4a00;
}
.header img.logo {
height: 60px;
}
.header span {
margin-right: 40px;
font-size: 32px;
font-weight: bolder;
color: #fff;
}
.header div.top-admin {
float: right;
position: relative;
right: 20px;
}
.aside {
position: absolute;
top: 60px;
bottom: 0;
left: 0;
width: 180px;
padding-top: 10px;
z-index: 99;
overflow: auto;
background-color: rgba(238,238,238,0.98);
_background-color: rgb(238,238,238);
border-right: 1px solid #e5e5e5;
}
.aside div {
margin-top: 30px;
}
.aside a {
font-size: 18px;
}
.wrap {
position: absolute;
top: 60px;
right: 0;
bottom: 0;
left: 180px;
overflow: hidden;
z-index: 1;
background-color: #fff;
}
.welcome {
margin: 60px auto;
text-align: center;
}
.welcome span {
font-size: 40px;
}
.breadcrumb {
background-color: #f5f5f5;
padding: 0 20px;
position: relative;
z-index: 99;
border-bottom: 1px solid #e5e5e5;
line-height: 49px;
height: 49px;
overflow: hidden;
}
.breadcrumb span{
font-size: 20px;
}
.content {
position: absolute;
top: 50px;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
z-index: 1;
}
.btn-top-box {
margin: 10px auto;
padding-left: 30px;
}
.btn-top-box a {
margin-left: 10px;
}
.pagelist {
width: 100%;
clear: both;
margin: 10px 0 10px 0;
padding-bottom: 74px;
}
.pagelist .pagination {
position: absolute;
left: 30%;
}
.table thead tr th {
text-align: center;
/* height: 30px;
line-height: 30px; */
}
td.text-l {
text-align: left;
}
td.td-manager {
text-align: center;
}
.td-manager a {
display: inline;
line-height: 20px;
}
.box-year {
margin-top: 20px;margin-left: 60px;text-align: center;
}
.box-year a:hover {
text-decoration: none;
}
/* .content a {
width: 100%;
line-height: 60px;
} */
.footer {
height: 300px;
}
.footer .col-md {
text-align: center;
}
.text_center {
text-align: center;
}
.time {
line-height: 50px;
}
.table>tbody>tr>th {
line-height: 30px;
}
.modal-content {
width: 800px;
}
|