/******************************************* 重写bootstrap样式 *********************************************/ /***layout***/ .row { margin-right: 0; margin-left: 0; } .container > .row { margin-right: -15px; margin-left: -15px; } /***btn***/ .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: none; } .btn-primary, .btn-default { min-width: 70px; background: #e33333 !important; border-radius: 5px !important; border-color: #e33333 !important; padding: 4px 12px; outline: none !important; color: #fff !important; margin: 0 5px 1px 0; } .btn-primary:hover, .btn-default:hover { background: #e33333 !important; border-color: #e33333; } .btn-primary:focus, .btn-default:focus { border-color: #e33333 !important; outline: none; box-shadow: none; } .btn-primary:active, .btn-default:active, .open .btn-primary.dropdown-toggle { border-color: #e33333 } /***nav-tabs***/ .nav-tabs > li > a, .nav-tabs > li > a:focus { border-color: #c5d0dc; background-color: #00b5f8; color: #fff; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background: #ff6462; color: #fff; border-top: none; margin-top: 0px; box-shadow: none; } /***form***/ .form-group { height: auto; min-height: 28px; } .form-control:focus { box-shadow: none; } .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus { box-shadow: none; } /***table***/ .table > thead > tr > td, .table > thead > tr > th { background: #F9F9F9; vertical-align: middle; } .table-hover > tbody > tr:hover { background: #F2FBFF; } .table-hover > thead > tr > td:hover, .table-hover > thead > tr > th:hover { background: #F2FBFF; } .table-bordered select { margin-top: 5px; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom: 1px; } .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-color: #ccc; } /***input***/ textarea:disabled, input:not([type]):disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled { background-color: rgb(235,235,228); } input[type="button"]:disabled,  input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option { background-color: rgb(235,235,228); color: graytext; }