320 lines
6.5 KiB
Plaintext
320 lines
6.5 KiB
Plaintext
* {
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
|
|
}
|
|
|
|
/*layui 设置start*/
|
|
.layui-form-item, .layui-inline {
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.layui-form-item .layui-inline {
|
|
margin-bottom: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.layui-form-item .layui-input-inline {
|
|
float: left;
|
|
width: 190px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.layui-btn-sm {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 16px;
|
|
padding: 0 16px;
|
|
}
|
|
|
|
.layui-input, .layui-select, .layui-textarea {
|
|
/*color: #253E78 !important;
|
|
border: 1px solid #253E78 !important;*/
|
|
height: 32px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.layui-input:hover,
|
|
.layui-select:hover,
|
|
.layui-textarea:hover {
|
|
/*border: 1px solid #253E78 !important;*/
|
|
}
|
|
|
|
.layui-input:focus,
|
|
.layui-select:focus,
|
|
.layui-textarea:focus {
|
|
/*border: 1px solid #253E78 !important;*/
|
|
}
|
|
|
|
.layui-form-select .layui-edge {
|
|
/* border-top-color: #253e78 !important;*/
|
|
}
|
|
|
|
.layui-form-select .layui-input {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.layui-form-mid {
|
|
margin-right: 2px !important;
|
|
}
|
|
|
|
/*laydate 日期设置start*/
|
|
.layui-laydate-header i {
|
|
/* color: #253e78 !important;*/
|
|
}
|
|
|
|
.laydate-set-ym span, .layui-laydate-header i {
|
|
/* color: #253e78 !important;*/
|
|
}
|
|
|
|
.layui-laydate-content th {
|
|
/*color: #253e78 !important;*/
|
|
}
|
|
|
|
.layui-laydate-content td {
|
|
/*color: #253e78 !important;*/
|
|
}
|
|
|
|
.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
|
|
color: #d2d2d2 !important;
|
|
}
|
|
|
|
.layui-laydate-footer span {
|
|
/*color: #253e78 !important;*/
|
|
}
|
|
|
|
.laydate-footer-btns span {
|
|
/*border: 1px solid #253e78 !important;*/
|
|
background-color: #fff;
|
|
}
|
|
|
|
.layui-laydate-list > li {
|
|
/*color: #253e78 !important;*/
|
|
}
|
|
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
|
|
background-color: rgba(68, 192, 255, 0.15);
|
|
}
|
|
/*laydate 日期设置end*/
|
|
|
|
/*下拉多选设置start*/
|
|
.xm-select-parent .xm-input {
|
|
/*border-color: #253e78 !important;*/
|
|
font-size: 16px;
|
|
}
|
|
|
|
.xm-select-parent .xm-select {
|
|
min-height: 32px !important;
|
|
}
|
|
|
|
.xm-form-selected .xm-select, .xm-form-selected .xm-select:hover {
|
|
/*border-color: #253e78 !important;*/
|
|
}
|
|
|
|
|
|
.layui-laydate-content thead {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.xm-select-parent dd > .xm-cz {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.xm-select-parent dd > .xm-cz-group {
|
|
border-right: none !important;
|
|
max-width: 145px !important;
|
|
}
|
|
|
|
.xm-cz:nth-child(1) {
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
.xm-select-parent .xm-select-sj {
|
|
/*border-top-color: #253e78 !important;*/
|
|
}
|
|
|
|
.layui-form-select dl dd {
|
|
/*color: #253e78;*/
|
|
font-size: 16px;
|
|
}
|
|
|
|
.xm-form-checkbox > span {
|
|
/* color: #253e78;*/
|
|
}
|
|
|
|
.xm-select-parent {
|
|
/*color: #253e78;*/
|
|
}
|
|
|
|
.xm-form-checkbox > i {
|
|
/*border: 1px solid #253e78;*/
|
|
}
|
|
|
|
.xm-form-checkbox:hover > i {
|
|
/*border-color: #253e78;*/
|
|
}
|
|
|
|
.xm-select-parent .xm-form-select dl .xm-select-tips {
|
|
/* color: #253e78;*/
|
|
}
|
|
|
|
.xm-select-parent dd .xm-cz:hover {
|
|
/*color: #253e78;*/
|
|
}
|
|
|
|
.xm-select-parent dl dd.xm-select-this div i {
|
|
/*color: #253e78;*/
|
|
}
|
|
|
|
.xm-select-parent .xm-select-title div.xm-select-label > span {
|
|
/*background-color: #253e78;*/
|
|
font-size: 16px;
|
|
}
|
|
|
|
div[xm-select-skin] .xm-select-title div.xm-select-label > span {
|
|
/*border: 1px solid #253e78;*/
|
|
}
|
|
|
|
/*下拉多选设置end*/
|
|
/*表格样式设置start*/
|
|
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
|
|
color: #fff;
|
|
font-size: 18px;
|
|
height: 48px;
|
|
/*background-color: #253e78;*/
|
|
font-weight: 500;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.bootstrap-table .fixed-table-container .table tr td {
|
|
font-size: 16px;
|
|
height: 50px;
|
|
/*color: #253e78;*/
|
|
}
|
|
|
|
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.table-bordered {
|
|
border: none;
|
|
}
|
|
|
|
/*表格边框颜色*/
|
|
.table-bordered th, .table-bordered td {
|
|
/*border: 1px solid #253e78;*/
|
|
}
|
|
|
|
/*修改背景色*/
|
|
.table-hover > tbody > tr:hover > td,
|
|
.table-hover > tbody > tr:hover > th {
|
|
background-color: rgba(68, 192, 255, 0.15);
|
|
}
|
|
|
|
/*表格加载提示*/
|
|
.loading-text {
|
|
font-size: 16px !important;
|
|
/* color: #253e78;*/
|
|
}
|
|
|
|
/*分页设置*/
|
|
.fixed-table-pagination {
|
|
float: right !important;
|
|
}
|
|
|
|
.fixed-table-pagination .pagination a {
|
|
/* border: 1px solid #253e78 !important;
|
|
color: #253e78;*/
|
|
}
|
|
|
|
.btn-secondary,
|
|
.btn-secondary:hover,
|
|
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
|
|
color: #fff;
|
|
/*background-color: #253e78;
|
|
border-color: #253e78;*/
|
|
}
|
|
|
|
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info,
|
|
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
|
|
/*color: #253E78;*/
|
|
}
|
|
|
|
.page-item.active .page-link,
|
|
.page-link:hover {
|
|
z-index: 1;
|
|
color: #fff !important;
|
|
/*background-color: #253E78;
|
|
border-color: #253E78;*/
|
|
}
|
|
|
|
.dropdown-item.active, .dropdown-item:active,
|
|
.dropdown-item:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
/* background-color: #253E78;*/
|
|
}
|
|
|
|
/*表格样式设置end*/
|
|
/*下拉选设置start*/
|
|
dd.layui-select-tips {
|
|
padding-left: 10px!important;
|
|
color: #fff;
|
|
}
|
|
.layui-form-select dl dd.layui-this {
|
|
/*background-color: #253e78 !important;*/
|
|
color: #fff;
|
|
}
|
|
.layui-form-select dl dd:hover {
|
|
font-size: 16px;
|
|
}
|
|
/*layui 复选框设置start*/
|
|
.layui-form-checkbox[lay-skin=primary] i {
|
|
/* border: 1px solid #253e78 !important;*/
|
|
}
|
|
|
|
.layui-form-checked[lay-skin=primary] i {
|
|
/*border-color: #253e78 !important;
|
|
background-color: #253e78;*/
|
|
color: #fff;
|
|
}
|
|
|
|
.layui-form-checkbox span {
|
|
font-size: 0.16rem;
|
|
}
|
|
|
|
.layui-form-checkbox[lay-skin=primary] span {
|
|
/*color: #253e78;*/
|
|
}
|
|
|
|
/*layui 复选框设置end*/
|
|
/*下拉选设置end*/
|
|
/*修改placeholder的颜色*/
|
|
input::input-placeholder {
|
|
/*color: #253E78 !important;*/
|
|
}
|
|
|
|
::-webkit-input-placeholder { /* WebKit browsers */
|
|
/*color: #253E78 !important;*/
|
|
}
|
|
|
|
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
|
/*color: #253E78 !important;*/
|
|
}
|
|
|
|
::-moz-placeholder { /* Mozilla Firefox 19 */
|
|
/*color: #253E78 !important;*/
|
|
}
|
|
|
|
:-ms-input-placeholder { /* Internet Explorer 10 */
|
|
color: #253E78 !important;
|
|
}
|
|
|
|
#table {
|
|
width: 100%;
|
|
cursor: pointer;
|
|
table-layout: fixed !important;
|
|
word-break: break-all;
|
|
overflow: scroll;
|
|
} |