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.
127 lines
2.1 KiB
CSS
127 lines
2.1 KiB
CSS
/*白色背景*/
|
|
.gray-bg {
|
|
background: #FFF !important;
|
|
}
|
|
|
|
/*框架调整*/
|
|
.fixed-table-container {
|
|
margin-top: 5px;
|
|
border:none;
|
|
}
|
|
.form-horizontal .control-label {
|
|
padding-top: 10px;
|
|
margin-right: -15px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.form-horizontal .form-control {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.ibox-title h5 {
|
|
border-left: 2px solid #dd0001;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.bootstrap-table .fixed-table-container .table thead th {
|
|
font-size: 15px;
|
|
}
|
|
|
|
/*新增按钮*/
|
|
.btn-default {
|
|
border: 1px solid #ddd;
|
|
color: #777;
|
|
background: #f4f4f4;
|
|
border-radius: 0px !important;
|
|
}
|
|
.btn-primary {
|
|
background: #1ab394;
|
|
border: 1px solid #1ab394;
|
|
border-radius: 0px !important;
|
|
}
|
|
.btn-primary:hover,
|
|
.btn-primary:focus,
|
|
.btn-primary:active,
|
|
.btn-primary.active {
|
|
background-color: #1cb999 !important;
|
|
border-color: #1cb999 !important;
|
|
color: #FFF;
|
|
}
|
|
|
|
/*分页*/
|
|
.fixed-table-pagination {
|
|
margin-top: 10px;
|
|
}
|
|
.pagination-info {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/*提示*/
|
|
.help-block {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.has-error .form-control {
|
|
border-color: #f15533;
|
|
}
|
|
|
|
/*表格去边框*/
|
|
.table-bordered {
|
|
border: 1px solid #f3f3f3 !important;
|
|
}
|
|
|
|
.table thead td {
|
|
border: none !important;
|
|
}
|
|
|
|
.table tr td {
|
|
border: none !important;
|
|
}
|
|
|
|
.table-bordered > thead > tr > th {
|
|
background: #f3f3f3;
|
|
}
|
|
|
|
.table-bordered > thead > tr > td {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.table tr:nth-child(2n) {
|
|
background: #f9f9f9 !important;
|
|
}
|
|
|
|
.table thead th {
|
|
border-left: none !important;
|
|
}
|
|
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
|
|
border:none;
|
|
}
|
|
.bootstrap-table .table > thead > tr > th{
|
|
border:none;
|
|
}
|
|
/*表格排序按钮*/
|
|
.bootstrap-table .fixed-table-container .table thead th .sortable {
|
|
background-position: 40px 10px;
|
|
}
|
|
|
|
/*新增按钮*/
|
|
.fa-plus{
|
|
margin-right:5px;
|
|
}
|
|
|
|
/*文本框border加深*/
|
|
.form-control, .single-line, .ibox {
|
|
border: 1px solid #dcdcdc !important;
|
|
}
|
|
|
|
.border-bottom {
|
|
border-bottom: 1px solid #dcdcdc !important;
|
|
}
|
|
|
|
.ibox-content {
|
|
border-top: 1px solid #dcdcdc !important;
|
|
}
|
|
label {
|
|
font-weight: normal;
|
|
padding-top: 3px !important;
|
|
} |