/*panel */
|
.panel {
|
margin-bottom: 10px;
|
background-color: #fff;
|
border: 1px solid transparent;
|
border-radius: 4px;
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
|
}
|
|
.panel-body {
|
padding: 15px
|
}
|
|
.panel-heading {
|
padding: 10px 15px;
|
border-bottom: 1px solid transparent;
|
border-top-left-radius: 3px;
|
border-top-right-radius: 3px
|
}
|
|
.panel-heading>.dropdown .dropdown-toggle {
|
color: inherit
|
}
|
|
.panel-title {
|
margin-top: 0;
|
margin-bottom: 0;
|
font-size: 16px;
|
color: inherit
|
}
|
|
.panel-title>.small,
|
.panel-title>.small>a,
|
.panel-title>a,
|
.panel-title>small,
|
.panel-title>small>a {
|
color: inherit
|
}
|
|
.panel-footer {
|
padding: 10px 15px;
|
background-color: #f5f5f5;
|
border-top: 1px solid #ddd;
|
border-bottom-right-radius: 3px;
|
border-bottom-left-radius: 3px
|
}
|
|
.panel>.list-group,
|
.panel>.panel-collapse>.list-group {
|
margin-bottom: 0
|
}
|
|
.panel>.list-group .list-group-item,
|
.panel>.panel-collapse>.list-group .list-group-item {
|
border-width: 1px 0;
|
border-radius: 0
|
}
|
|
.panel>.list-group:first-child .list-group-item:first-child,
|
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
|
border-top: 0;
|
border-top-left-radius: 3px;
|
border-top-right-radius: 3px
|
}
|
|
.panel>.list-group:last-child .list-group-item:last-child,
|
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
|
border-bottom: 0;
|
border-bottom-right-radius: 3px;
|
border-bottom-left-radius: 3px
|
}
|
|
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
|
border-top-left-radius: 0;
|
border-top-right-radius: 0
|
}
|
|
.panel-heading+.list-group .list-group-item:first-child {
|
border-top-width: 0
|
}
|
|
.list-group+.panel-footer {
|
border-top-width: 0
|
}
|
|
.panel>.panel-collapse>.table,
|
.panel>.table,
|
.panel>.table-responsive>.table {
|
margin-bottom: 0
|
}
|
|
.panel>.panel-collapse>.table caption,
|
.panel>.table caption,
|
.panel>.table-responsive>.table caption {
|
padding-right: 15px;
|
padding-left: 15px
|
}
|
|
.panel>.table-responsive:first-child>.table:first-child,
|
.panel>.table:first-child {
|
border-top-left-radius: 3px;
|
border-top-right-radius: 3px
|
}
|
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
|
.panel>.table:first-child>tbody:first-child>tr:first-child,
|
.panel>.table:first-child>thead:first-child>tr:first-child {
|
border-top-left-radius: 3px;
|
border-top-right-radius: 3px
|
}
|
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
|
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
|
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
|
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
|
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
|
border-top-left-radius: 3px
|
}
|
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
|
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
|
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
|
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
|
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
|
border-top-right-radius: 3px
|
}
|
|
.panel>.table-responsive:last-child>.table:last-child,
|
.panel>.table:last-child {
|
border-bottom-right-radius: 3px;
|
border-bottom-left-radius: 3px
|
}
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
|
.panel>.table:last-child>tbody:last-child>tr:last-child,
|
.panel>.table:last-child>tfoot:last-child>tr:last-child {
|
border-bottom-right-radius: 3px;
|
border-bottom-left-radius: 3px
|
}
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
|
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
|
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
|
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
|
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
|
border-bottom-left-radius: 3px
|
}
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
|
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
|
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
|
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
|
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
|
border-bottom-right-radius: 3px
|
}
|
|
.panel>.panel-body+.table,
|
.panel>.panel-body+.table-responsive,
|
.panel>.table+.panel-body,
|
.panel>.table-responsive+.panel-body {
|
border-top: 1px solid #ddd
|
}
|
|
.panel>.table>tbody:first-child>tr:first-child td,
|
.panel>.table>tbody:first-child>tr:first-child th {
|
border-top: 0
|
}
|
|
.panel>.table-bordered,
|
.panel>.table-responsive>.table-bordered {
|
border: 0
|
}
|
|
.panel>.table-bordered>tbody>tr>td:first-child,
|
.panel>.table-bordered>tbody>tr>th:first-child,
|
.panel>.table-bordered>tfoot>tr>td:first-child,
|
.panel>.table-bordered>tfoot>tr>th:first-child,
|
.panel>.table-bordered>thead>tr>td:first-child,
|
.panel>.table-bordered>thead>tr>th:first-child,
|
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
|
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
|
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
|
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
|
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
|
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
|
border-left: 0
|
}
|
|
.panel>.table-bordered>tbody>tr>td:last-child,
|
.panel>.table-bordered>tbody>tr>th:last-child,
|
.panel>.table-bordered>tfoot>tr>td:last-child,
|
.panel>.table-bordered>tfoot>tr>th:last-child,
|
.panel>.table-bordered>thead>tr>td:last-child,
|
.panel>.table-bordered>thead>tr>th:last-child,
|
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
|
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
|
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
|
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
|
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
|
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
|
border-right: 0
|
}
|
|
.panel>.table-bordered>tbody>tr:first-child>td,
|
.panel>.table-bordered>tbody>tr:first-child>th,
|
.panel>.table-bordered>thead>tr:first-child>td,
|
.panel>.table-bordered>thead>tr:first-child>th,
|
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
|
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
|
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
|
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
|
border-bottom: 0
|
}
|
|
.panel>.table-bordered>tbody>tr:last-child>td,
|
.panel>.table-bordered>tbody>tr:last-child>th,
|
.panel>.table-bordered>tfoot>tr:last-child>td,
|
.panel>.table-bordered>tfoot>tr:last-child>th,
|
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
|
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
|
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
|
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
|
border-bottom: 0
|
}
|
|
.panel>.table-responsive {
|
margin-bottom: 0;
|
border: 0
|
}
|
|
.panel-group {
|
margin-bottom: 20px
|
}
|
|
.panel-group .panel {
|
margin-bottom: 0;
|
border-radius: 4px
|
}
|
|
.panel-group .panel+.panel {
|
margin-top: 5px
|
}
|
|
.panel-group .panel-heading {
|
border-bottom: 0
|
}
|
|
.panel-group .panel-heading+.panel-collapse>.list-group,
|
.panel-group .panel-heading+.panel-collapse>.panel-body {
|
border-top: 1px solid #ddd
|
}
|
|
.panel-group .panel-footer {
|
border-top: 0
|
}
|
|
.panel-group .panel-footer+.panel-collapse .panel-body {
|
border-bottom: 1px solid #ddd
|
}
|
|
.panel-default {
|
border-color: #ddd
|
}
|
|
.panel-default>.panel-heading {
|
color: #333;
|
background-color: #f5f5f5;
|
border-color: #ddd
|
}
|
|
.panel-default>.panel-heading+.panel-collapse>.panel-body {
|
border-top-color: #ddd
|
}
|
|
.panel-default>.panel-heading .badge {
|
color: #f5f5f5;
|
background-color: #333
|
}
|
|
.panel-default>.panel-footer+.panel-collapse>.panel-body {
|
border-bottom-color: #ddd
|
}
|
|
.panel-primary {
|
border-color: #337ab7
|
}
|
|
.panel-primary>.panel-heading {
|
color: #fff;
|
background-color: #337ab7;
|
border-color: #337ab7
|
}
|
|
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
|
border-top-color: #337ab7
|
}
|
|
.panel-primary>.panel-heading .badge {
|
color: #337ab7;
|
background-color: #fff
|
}
|
|
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
|
border-bottom-color: #337ab7
|
}
|
|
.panel-success {
|
border-color: #d6e9c6
|
}
|
|
.panel-success>.panel-heading {
|
color: #3c763d;
|
background-color: #dff0d8;
|
border-color: #d6e9c6
|
}
|
|
.panel-success>.panel-heading+.panel-collapse>.panel-body {
|
border-top-color: #d6e9c6
|
}
|
|
.panel-success>.panel-heading .badge {
|
color: #dff0d8;
|
background-color: #3c763d
|
}
|
|
.panel-success>.panel-footer+.panel-collapse>.panel-body {
|
border-bottom-color: #d6e9c6
|
}
|
|
.panel-info {
|
border-color: #bce8f1
|
}
|
|
.panel-info>.panel-heading {
|
color: #31708f;
|
background-color: #d9edf7;
|
border-color: #bce8f1
|
}
|
|
.panel-info>.panel-heading+.panel-collapse>.panel-body {
|
border-top-color: #bce8f1
|
}
|
|
.panel-info>.panel-heading .badge {
|
color: #d9edf7;
|
background-color: #31708f
|
}
|
|
.panel-info>.panel-footer+.panel-collapse>.panel-body {
|
border-bottom-color: #bce8f1
|
}
|
|
.panel-warning {
|
border-color: #faebcc
|
}
|
|
.panel-warning>.panel-heading {
|
color: #8a6d3b;
|
background-color: #fcf8e3;
|
border-color: #faebcc
|
}
|
|
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
|
border-top-color: #faebcc
|
}
|
|
.panel-warning>.panel-heading .badge {
|
color: #fcf8e3;
|
background-color: #8a6d3b
|
}
|
|
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
|
border-bottom-color: #faebcc
|
}
|
|
.panel-danger {
|
border-color: #ebccd1
|
}
|
|
.panel-danger>.panel-heading {
|
color: #a94442;
|
background-color: #f2dede;
|
border-color: #ebccd1
|
}
|
|
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
|
border-top-color: #ebccd1
|
}
|
|
.panel-danger>.panel-heading .badge {
|
color: #f2dede;
|
background-color: #a94442
|
}
|
|
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
|
border-bottom-color: #ebccd1
|
}
|
|
.form-horizontal .form-group:after,
|
.form-horizontal .form-group:before,
|
.panel-body:after,
|
.panel-body:before {
|
display: table;
|
content: " "
|
}
|
|
.form-horizontal .form-group:after,
|
.panel-body:after {
|
clear: both
|
}
|
|
.form-horizontal .checkbox,
|
.form-horizontal .checkbox-inline,
|
.form-horizontal .radio,
|
.form-horizontal .radio-inline {
|
padding-top: 7px;
|
margin-top: 0;
|
margin-bottom: 0
|
}
|
|
.form-horizontal .checkbox,
|
.form-horizontal .radio {
|
min-height: 27px
|
}
|
|
.form-horizontal .form-group {
|
margin-right: -15px;
|
margin-left: -15px
|
}
|
|
@media (min-width:768px) {
|
.form-horizontal .control-label {
|
padding-top: 7px;
|
margin-bottom: 0;
|
text-align: right
|
}
|
}
|
|
.form-horizontal .has-feedback .form-control-feedback {
|
right: 15px
|
}
|
|
@media (min-width:768px) {
|
.form-horizontal .form-group-lg .control-label {
|
padding-top: 11px;
|
font-size: 18px
|
}
|
}
|
|
@media (min-width:768px) {
|
.form-horizontal .form-group-sm .control-label {
|
padding-top: 6px;
|
font-size: 12px
|
}
|
}
|
|
/*
|
选项卡
|
*/
|
|
.nav-tabs .nav-link {
|
border-radius: 0;
|
padding: 0;
|
}
|
|
.nav-tabs .active.nav-link {
|
background-color: white;
|
}
|
|
.nav-tabs .active.nav-link .top_tabs_li {
|
border-top-color: #d12610;
|
}
|
|
.top_tabs_li {
|
padding: 0.25em 0.75em;
|
font-size: 16px;
|
border-top: 3px solid transparent;
|
}
|
|
.tab-content {
|
padding: 1em;
|
}
|
|
/*编辑页面底部按钮区*/
|
.form-actions {
|
padding: 19px 20px 20px;
|
background-color: #f5f5f5;
|
border-top: 1px solid #e5e5e5;
|
*zoom: 1;
|
}
|
|
/*jqgrid th标题列样式调整*/
|
.ui-jqgrid .ui-jqgrid-htable .ui-th-div{
|
line-height: 17px;
|
margin-top: 0!important;
|
}
|
|
/*查询区通用样式*/
|
.SearchBox .DivHeight {
|
height: 45px;
|
}
|
|
.SearchBox .form-control {
|
padding: 0.3rem 0.7rem;
|
height: 33px;
|
}
|
|
.SearchBox .control-label {
|
padding-top: 0!important;
|
width: 100px;
|
float: left;
|
line-height: 30px;
|
padding-right: 0.75em;
|
text-align: right;
|
}
|
|
.SearchBox .control-group {
|
margin-bottom: 1em;
|
}
|
|
.SearchBox .controls {
|
margin-left: 100px;
|
}
|
|
|
/*查询区自定义文本框样式(宽度100%改为41.66667%)*/
|
.custom-form-control {
|
display: block;
|
padding: 0.375rem 0.75rem;
|
width: 41.66667%;
|
font-size: 1rem;
|
line-height: 1.5;
|
color: #55595c;
|
background-color: #fff;
|
background-image: none;
|
border: 1px solid #ccc;
|
border-radius: 0.25rem;
|
}
|
|
.custom-form-control::-ms-expand {
|
background-color: transparent;
|
border: 0;
|
}
|
|
.custom-form-control:focus {
|
border-color: #66afe9;
|
outline: none;
|
}
|
|
.custom-form-control::placeholder {
|
color: #999;
|
opacity: 1;
|
}
|
|
.custom-form-control:disabled,
|
.custom-form-control[readonly] {
|
background-color: #eceeef;
|
opacity: 1;
|
}
|
|
.custom-form-control:disabled {
|
cursor: not-allowed;
|
}
|
|
.SearchBox .custom-form-control {
|
padding: 0.3rem 0.7rem;
|
height: 33px;
|
}
|
|
/*
|
* IE下BootStrap布局调整
|
* */
|
@media (min-width: 544px) {
|
.col-sm-1 { width: 8.33333%; }
|
|
.col-sm-2 { width: 16.66667%; }
|
|
.col-sm-3 { width: 25%; }
|
|
.col-sm-4 { width: 33.33333%; }
|
|
.col-sm-5 { width: 41.66667%; }
|
|
.col-sm-6 { width: 50%; }
|
|
.col-sm-7 { width: 58.33333%; }
|
|
.col-sm-8 { width: 66.66667%; }
|
|
.col-sm-9 { width: 75%; }
|
|
.col-sm-10 { width: 83.33333%; }
|
|
.col-sm-11 { width: 91.66667%; }
|
|
.col-sm-12 { width: 100%; }
|
}
|
@media (min-width: 768px) {
|
.col-md-1 { width: 8.33333%; }
|
|
.col-md-2 { width: 16.66667%; }
|
|
.col-md-3 { width: 25%; }
|
|
.col-md-4 { width: 33.33333%; }
|
|
.col-md-5 { width: 41.66667%; }
|
|
.col-md-6 { width: 50%; }
|
|
.col-md-7 { width: 58.33333%; }
|
|
.col-md-8 { width: 66.66667%; }
|
|
.col-md-9 { width: 75%; }
|
|
.col-md-10 { width: 83.33333%; }
|
|
.col-md-11 { width: 91.66667%; }
|
|
.col-md-12 { width: 100%; }
|
}
|
@media (min-width: 992px) {
|
.col-lg-1 { width: 8.33333%; }
|
|
.col-lg-2 { width: 16.66667%; }
|
|
.col-lg-3 { width: 25%; }
|
|
.col-lg-4 { width: 33.33333%; }
|
|
.col-lg-5 { width: 41.66667%; }
|
|
.col-lg-6 { width: 50%; }
|
|
.col-lg-7 { width: 58.33333%; }
|
|
.col-lg-8 { width: 66.66667%; }
|
|
.col-lg-9 { width: 75%; }
|
|
.col-lg-10 { width: 83.33333%; }
|
|
.col-lg-11 { width: 91.66667%; }
|
|
.col-lg-12 { width: 100%; }
|
}
|
@media (min-width: 1200px) {
|
.col-xl-1 { width: 8.33333%; }
|
|
.col-xl-2 { width: 16.66667%; }
|
|
.col-xl-3 { width: 25%; }
|
|
.col-xl-4 { width: 33.33333%; }
|
|
.col-xl-5 { width: 41.66667%; }
|
|
.col-xl-6 { width: 50%; }
|
|
.col-xl-7 { width: 58.33333%; }
|
|
.col-xl-8 { width: 66.66667%; }
|
|
.col-xl-9 { width: 75%; }
|
|
.col-xl-10 { width: 83.33333%; }
|
|
.col-xl-11 { width: 91.66667%; }
|
|
.col-xl-12 { width: 100%; }
|
}
|
|
/* alter: Xxx
|
* time: 20181206
|
* msg: 修改表单验证错误提示样式
|
*/
|
.input-icon .input-warning{
|
/*color:#c09853;*/
|
color: red;
|
margin-top: 5px;
|
font-size: 12px;
|
display: block;
|
}
|