427 lines
7.2 KiB
CSS
427 lines
7.2 KiB
CSS
|
|
/*表格/查询条件公共样式*/
|
||
|
|
html,
|
||
|
|
body {
|
||
|
|
width: 100%;
|
||
|
|
/*height: calc(100% - 5px);*/
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-family: 'Microsoft YaHei';
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage-skip {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layout {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: start;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close,
|
||
|
|
.closePage {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 1%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close p,
|
||
|
|
.closePage p {
|
||
|
|
font-size: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.closePage img {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
/*margin: 1% 1% 0 1%;*/
|
||
|
|
box-sizing: border-box;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.basic-search-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 100px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 表格样式 start */
|
||
|
|
.table-box {
|
||
|
|
width: 99%;
|
||
|
|
padding: 0 0.5%;
|
||
|
|
height: calc(100% - 160px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.table {
|
||
|
|
width: 100%;
|
||
|
|
overflow-x: auto;
|
||
|
|
cursor: pointer;
|
||
|
|
table-layout: fixed !important;
|
||
|
|
word-break: break-all;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell {
|
||
|
|
line-height: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell a {
|
||
|
|
color: #2F82FB;
|
||
|
|
font-size: 15px;
|
||
|
|
text-decoration: none;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell div {
|
||
|
|
color: #D9D9D9;
|
||
|
|
margin: 0 6px;
|
||
|
|
vertical-align: top;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view .layui-table th {
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table,
|
||
|
|
.layui-table-view {
|
||
|
|
margin: 0 0 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view .layui-table td {
|
||
|
|
font-size: 15px;
|
||
|
|
color: #262626;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table thead tr {
|
||
|
|
background-color: #f0f0f0;
|
||
|
|
height: 50px;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-header {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td,
|
||
|
|
.layui-table th,
|
||
|
|
.layui-table-col-set,
|
||
|
|
.layui-table-fixed-r,
|
||
|
|
.layui-table-grid-down,
|
||
|
|
.layui-table-header,
|
||
|
|
.layui-table-page,
|
||
|
|
.layui-table-tips-main,
|
||
|
|
.layui-table-tool,
|
||
|
|
.layui-table-total,
|
||
|
|
.layui-table-view,
|
||
|
|
.layui-table[lay-skin="line"],
|
||
|
|
.layui-table[lay-skin="row"] {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td {
|
||
|
|
border-bottom: 1px solid #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table tbody tr {
|
||
|
|
background-color: #fff;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#layui-table-page1 {
|
||
|
|
float: right !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||
|
|
background-color: #1890FF;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage a:hover {
|
||
|
|
color: #1890FF;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage input:focus,
|
||
|
|
.layui-laypage select:focus {
|
||
|
|
border-color: #1890FF !important
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage-default a,
|
||
|
|
.layui-laypage-default span {
|
||
|
|
font-size: 16px;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-page select {
|
||
|
|
height: 24px;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage input,
|
||
|
|
.layui-laypage select {
|
||
|
|
border-color: #d9d9d9 !important;
|
||
|
|
background-color: transparent;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-page .layui-laypage button {
|
||
|
|
background: transparent;
|
||
|
|
color: #262626;
|
||
|
|
border: 1px solid #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-body {
|
||
|
|
margin-bottom: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell {
|
||
|
|
height: auto;
|
||
|
|
white-space: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 表格样式 end */
|
||
|
|
|
||
|
|
/* layui 样式设置 start */
|
||
|
|
.layui-form-label {
|
||
|
|
font-size: 15px;
|
||
|
|
width: 86px;
|
||
|
|
color: #595959;
|
||
|
|
padding: 9px 6px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item .layui-inline {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.layui-table-body {
|
||
|
|
margin-right: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.oper-btn {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input,
|
||
|
|
.layui-select,
|
||
|
|
.layui-textarea {
|
||
|
|
color: #595959 !important;
|
||
|
|
border: 1px solid #d9d9d9 !important;
|
||
|
|
height: 36px;
|
||
|
|
font-size: 15px;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 3px 6px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select dl dd,
|
||
|
|
.layui-form-select dl dt {
|
||
|
|
padding: 0 10px;
|
||
|
|
line-height: 36px;
|
||
|
|
white-space: nowrap;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item .layui-inline .layui-input-inline {
|
||
|
|
width: 255px
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item {
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select .layui-edge {
|
||
|
|
border-top-color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-webkit-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-moz-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-ms-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-inline button {
|
||
|
|
width: 72px;
|
||
|
|
height: 36px;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.option-form .layui-input-inline {
|
||
|
|
width: 105px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group .xm-cz {
|
||
|
|
margin-right: 15px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select:hover {
|
||
|
|
border-color: rgb(210, 210, 210) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select {
|
||
|
|
min-height: 40px;
|
||
|
|
height: auto;
|
||
|
|
padding: 3px 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-input {
|
||
|
|
min-height: 36px;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select-title div.xm-select-label>span {
|
||
|
|
position: relative;
|
||
|
|
padding: 2px 5px;
|
||
|
|
background-color: #009688;
|
||
|
|
border-radius: 2px;
|
||
|
|
color: #FFF;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 18px;
|
||
|
|
height: 18px;
|
||
|
|
margin: 4px 5px 2px 0;
|
||
|
|
cursor: initial;
|
||
|
|
user-select: none;
|
||
|
|
font-size: 13px;
|
||
|
|
padding-right: 25px;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-form-checkbox>span {
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-form-select dl .xm-select-tips {
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select-sj {
|
||
|
|
border-top-color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-title {
|
||
|
|
height: 40px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-form-selected .xm-select,
|
||
|
|
.xm-form-selected .xm-select:hover {
|
||
|
|
border-color: #16b777 !important;
|
||
|
|
box-shadow: 0 0 0 3px rgba(22, 183, 119, .08)
|
||
|
|
}
|
||
|
|
|
||
|
|
/* layui 样式设置 end */
|
||
|
|
|
||
|
|
/*滚动条样式start*/
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
width: 30px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:hover {
|
||
|
|
background: #dadee8;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb {
|
||
|
|
border-radius: 14px;
|
||
|
|
border-style: dashed;
|
||
|
|
border-color: transparent;
|
||
|
|
border-width: 10px;
|
||
|
|
background-color: #dadee8;
|
||
|
|
background-clip: padding-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-corner {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式end*/
|
||
|
|
|
||
|
|
|
||
|
|
.layui-input::-webkit-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-moz-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-ms-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
input::-webkit-input-placeholder {
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input::-moz-placeholder {
|
||
|
|
/* Mozilla Firefox 19+ */
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input:-moz-placeholder {
|
||
|
|
/* Mozilla Firefox 4 to 18 */
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input:-ms-input-placeholder {
|
||
|
|
/* Internet Explorer 10-11 */
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group {
|
||
|
|
border-right: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-cz-group {
|
||
|
|
max-width: 240px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group .xm-cz {
|
||
|
|
margin-right: 22px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group {
|
||
|
|
margin-right: 0px !important;
|
||
|
|
}
|