You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
3.0 KiB
CSS

.gray-bg {
background: #FFF;
}
/*表单缩小间距*/
[class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.top-navigation .wrapper.wrapper-content{
padding:20px;
}
/*标题去掉边框*/
.ibox-title {
border: none;
padding-left: 0;
}
label {
font-weight: normal;
padding-top: 5px !important;
}
/*去掉标题右侧折叠和关闭*/
.ibox-tools {
display: none;
}
/*给ibox加边框*/
.ibox {
/*border: 1px solid #dcdcdc !important;*/
}
.table-bordered {
border: 1px solid #f3f3f3 !important;
}
.table thead tr th{
width:15%;
}
.table thead tr th .th-inner {
padding-left: 10px !important;
}
.table thead td {
border: none !important;
}
.table tr td {
border: none !important;
}
.table-bordered > thead > tr > th {
background: #898989;
}
.table tbody tr{
border-bottom:1px solid #f5f5f5;
}
.fixed-table-container thead th {
border-left: none !important;
}
.bootstrap-table .table > thead > tr > th {
vertical-align: middle !important;
border: none !important;
}
.fixed-table-container {
border: none;
}
/*日期选择*/
.datepicker table tr td.active {
background: #27bc9c !important;
}
/*按钮*/
.btn-default {
border-radius: 0px !important;
border: 1px solid #ddd;
color: #6b6b6b;
background: #f4f4f4;
}
.btn-primary {
background: #27bc9c;
border: 1px solid #27bc9c;
border-radius: 0px !important;
}
.btn-primary i {
margin-right: 5px;
}
.btn-primary:hover {
background: #1cb999;
border: 1px solid #1cb999;
}
.btn-primary:hover {
background: #1cb999;
border: 1px solid #1cb999;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
background-color: #1cb999 !important;
border-color: #1cb999 !important;
color: #FFF;
}
.btn-default {
margin-left: 10%;
border: 1px solid #ddd;
color: #6b6b6b;
background: #ebebeb;
border-radius: 0px !important;
}
.btn {
padding: 6px 25px;
font-size: 14px;
}
.btn-primary{
margin-left:10px;
}
.fixed-table-body thead th .th-inner {
font-size: 15px;
}
#table thead tr th:first-child{
padding-left:0 !important;
}
#table tbody tr td:first-child {
padding-left: 0px !important;
}
/*表格下面分页*/
.fixed-table-pagination {
margin-top: 10px;
}
.pagination-info {
font-size: 14px;
}
.page-list .btn-group {
margin: 0 5px;
}
.page-list .btn-default {
background: none;
background: none;
/*border:none !important;*/
padding: 5px 15px;
}
.page-list .btn-default:hover, .page-list .btn-default:visited {
background: none !important;
color: #676a6c;
border: none !important;
}
.layui-layer-btn0 {
background: #27bc9c !important;
border: 1px solid #27bc9c !important;
border-radius:0px !important;
}
body .layer-ext-moon .layui-layer-title{
background:none !important;
}
.layui-layer-title {
font-weight: normal !important;
color: #666 !important;
}
body .layer-ext-moon .layui-layer-btn{
background:none !important;
border-color:#e5e5e5 !important;
}