@media screen and (max-width: 768px) { .form-horizontal .control-label { padding-top: 0px !important; } .btn-default{ margin-left:0; } } @media screen and (min-width: 768px) { .control-label{ margin-bottom:5px; } } .control-label { font-weight: normal; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } /*表单缩小间距*/ [class*="col-"] { padding-right: 5px; padding-left: 5px; } .form-control { margin-bottom: 5px; } /*背景改为白色*/ .gray-bg { background: #FFF; } .top-navigation .wrapper.wrapper-content { padding: 20px; } /*框架调整*/ .ibox-tools { display: none; } .ibox-content { padding-top: 25px; padding-left: 5px; padding-right: 5px; border: none !important; } .ibox-bnone { border: none !important; } .ibox-title { border: none; padding-left: 0; } .ibox-title h5 { font-weight: normal; font-size: 18px; margin-bottom: 13px; padding-left: 15px; } /*表单*/ .footable{ margin-top: 10px; } .bootstrap-table { margin-left: 15px; margin-right: 15px; margin-top: 5px; } .table thead tr th input { vertical-align: bottom; } .table thead tr th .th-inner { font-size: 15px; } .table tbody tr td input { vertical-align: bottom; } .table tbody tr td { padding-left: 15px; } .table tbody tr .bs-checkbox { padding: 0 !important; } .fixed-table-container .bs-checkbox .th-inner { padding: 0 !important; } /*分页*/ .m-pagination { margin-top: 15px !important; } .fixed-table-pagination .pagination-info { font-size: 14px; } /*右侧二级导航*/ .navbar-nav { margin-left: 2%; } .btn a:first-child{ margin-left:10%; } .nav img{ width:25%; margin-right:5px; } .orderlist-nav li { margin-right: 10px; } .orderlist-nav { padding: 12px 0; } /*右侧二级导航边框*/ .nav-fixed{ width:100%; position:fixed; background:#FFF; z-index:3; } .orderlist-nav li a { border: 1px solid #27bc9c; border-radius: 5px; padding: 8px 13px !important; color: #27bc9c !important; } .orderlist-nav li:hover a { background: #27bc9c !important; border: 1px solid #27bc9c; color: #FFF !important; } /*按钮*/ .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 { margin-left: 10%; border: 1px solid #ddd; color: #6b6b6b; background: #f4f4f4; border-radius: 0px !important; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { background-color: #cbcbcb !important; border-color: #cbcbcb !important; color: #FFF; } /*文本框获取焦点*/ .form-control:focus, .single-line:focus { border-color: #27bc9c !important; } /*载单数据样式*/ .fa-caret-down{ margin-left:3px; } .detail-view .table{ border:1px solid #e5e6e7 !important; } .detail-view .table tr td{ border-right:none; } .detail-view thead { background: #2f4050; } .detail-view thead tr td { font-weight: bold; color:#FFF; font-family:"Microsoft YaHei"; } .detail-view thead tr td:first-child{ padding-left:25px !important; } .detail-view tbody tr td:first-child { padding-left: 25px !important; } .detail-view .table tbody tr { border-top: 1px solid #e5e6e7; color:#000; } .detail-view .table tr:nth-child(2n) { background: none !important; } /*textarea右侧计算字符*/ .m-left { padding-right:18px; } /*表格去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; } /*操作按钮*/ .table .audit:first-child{ margin-right:5px; } /*可选按钮左侧border*/ .dropdown-toggle{ border-left:none; } /*表格下面分页*/ .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; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background: #f3f3f3; color:#666; } /*表格复选框*/ /*input[type='checkbox'] { width:14px; height:14px; background:#fff; -webkit-appearance: none; border: 1px solid #ddd; border-radius: 2px; outline: none; cursor: pointer; }*/ input[type=checkbox]:checked { background: url(/Content/hplus/img/check.jpg) no-repeat 21px 0px; } /*文本框border加深*/ .form-control, .single-line { border: 1px solid #dcdcdc !important; } .border-bottom { border-bottom: 2px solid #dcdcdc !important; } /*.ibox-content { border-top: 1px solid #dcdcdc !important; }*/ /*日期选择*/ .datepicker table tr td.active { background: #27bc9c !important; } /*select*/ select { /*隐藏默认小箭头*/ appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url(../img/ico-arrow.png) no-repeat scroll right 10px center transparent !important; }