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.
157 lines
2.6 KiB
CSS
157 lines
2.6 KiB
CSS
@media (min-width: 768px) {
|
|
.form-inline .control-label {
|
|
padding-top:7px;
|
|
padding: 6px 5px;
|
|
font-size: 14px;
|
|
}
|
|
.form-inline .form-control{
|
|
width:unset !important;
|
|
}
|
|
}
|
|
/*背景色*/
|
|
.gray-bg{
|
|
background:#FFF;
|
|
}
|
|
.pull-left{
|
|
width:95%;
|
|
}
|
|
.form-group{
|
|
margin:0 15px;
|
|
margin-bottom:15px;
|
|
}
|
|
.control-label {
|
|
text-align: right;
|
|
}
|
|
/*表单缩小间距*/
|
|
[class*="col-"] {
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
.form-group{
|
|
margin-left:0px;
|
|
margin-right:0px;
|
|
}
|
|
/*按钮*/
|
|
.btn {
|
|
padding: 6px 25px;
|
|
font-size: 14px;
|
|
}
|
|
.btn-primary {
|
|
margin-left: 10px;
|
|
background: #27bc9c;
|
|
border: 1px solid #27bc9c;
|
|
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;
|
|
}
|
|
.btn-default:hover,
|
|
.btn-default:focus,
|
|
.btn-default:active,
|
|
.btn-default.active {
|
|
background-color: #cbcbcb !important;
|
|
border-color: #cbcbcb !important;
|
|
color: #FFF;
|
|
}
|
|
|
|
/*表格去border*/
|
|
.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 tr:nth-child(2n) {
|
|
background: #f9f9f9 !important;
|
|
}
|
|
|
|
.fixed-table-container thead th {
|
|
border-left: none !important;
|
|
}
|
|
|
|
/*.table thead tr th:last-child .th-inner {
|
|
width: 65px !important;
|
|
}*/
|
|
|
|
.bootstrap-table .table > thead > tr > th {
|
|
vertical-align: middle !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.fixed-table-container {
|
|
border: none;
|
|
}
|
|
/*表格右上方筛选*/
|
|
.btn-default{
|
|
border:1px solid #dddddd;
|
|
background:#f4f4f4;
|
|
color:#999;
|
|
}
|
|
/*表格标题*/
|
|
/*.table thead tr th .th-inner {
|
|
font-size: 15px;
|
|
}*/
|
|
/*表格标题距左间距*/
|
|
.table thead tr th:first-child{
|
|
padding-left:15px;
|
|
}
|
|
/*label间距*/
|
|
.ibox-content{
|
|
border:none;
|
|
}
|
|
.control-label {
|
|
margin-top: 7px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.pull-right .dropdown-menu{
|
|
padding:3px 0;
|
|
}
|
|
.dropdown-menu li input{
|
|
vertical-align:middle;
|
|
margin-top:0px;
|
|
}
|
|
.dropdown-menu li label{
|
|
margin-bottom:0;
|
|
}
|
|
.fixed-table-body thead th .th-inner {
|
|
font-size: 15px;
|
|
}
|
|
|
|
/*头部标题*/
|
|
.ibox-title {
|
|
border: none;
|
|
border-bottom: 1px solid #e7eaec;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.ibox-title h5 {
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
margin-bottom: 13px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.page-list .btn-default {
|
|
background: none;
|
|
background: none;
|
|
border: none !important;
|
|
padding: 5px 15px;
|
|
}
|