IntelligentRecognition/ah-jjsp-web/.svn/pristine/68/68111c666c128e96465361cfd16...

226 lines
3.4 KiB
Plaintext
Raw Permalink Normal View History

2024-05-24 16:09:40 +08:00
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: white;
color: #000000;
}
.laytable-cell-1-0-3 {
height: auto;
white-space: normal;
}
.layui-table-page > div {
float: right;
}
/* 内容体样式 start*/
#content {
width: 100%;
height: 100%;
border: none;
}
.search-box {
width: 100%;
height: 60px;
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: start;
}
form {
width: 100%;
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: start;
}
/* 内容体样式 end*/
/* 表格样式 start */
.table-box {
width: 99%;
padding: 0 0.5%;
height: calc(100% - 60px);
}
.layui-form-item, .layui-inline {
margin: 0 !important;
}
.layui-table-view {
margin: 0 !important;
}
#blackTable {
width: 100%;
overflow-x: auto;
cursor: pointer;
table-layout: fixed !important;
word-break: break-all;
}
.layui-table-cell a {
text-decoration: none;
cursor: pointer;
}
.layui-table-cell div {
color: #D9D9D9;
vertical-align: top;
display: inline-block;
}
.layui-table-view .layui-table th {
color: #262626;
}
.layui-table-view .layui-table td {
color: #595959;
}
.layui-table thead tr {
background-color: #F0F0F0;
}
#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: #595959 !important;
}
.layui-table-page select {
height: 24px;
padding: 0;
}
.layui-laypage input,
.layui-laypage select {
border-color: #D9D9D9 !important
}
.layui-table-body {
margin-bottom: 0;
}
.layui-form-label {
width: 86px;
font-size: 16px;
color: #595959;
display: flex;
justify-content: center;
align-items: center;
padding: 9px 0;
}
/* 表格样式 end */
/*滚动条样式start*/
::-webkit-scrollbar {
width: 5px;
height: 10px;
}
::-webkit-scrollbar-track {
background: #e7e7f1 !important;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:active {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 10px;
}
/*滚动条样式end*/
.layui-rate {
padding: unset !important;
font-size: 0;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th {
padding: 0;
border-top: none;
border-left: none;
border-right: none;
border-right: none;
}
.layui-table-header {
background-color: transparent !important;
}
.layui-table-header {
border: none;
}
.layui-table-body {
margin-right: -5px;
}
.layui-table-view .layui-table {
width: 100%;
}
.laytable-cell-1-0-0 {
width: 66px !important;
}
.layui-table-view .layui-table th {
height: 60px;
color: #262626;
}
.layui-table td {
font-size: 13px;
}
.layui-table th {
font-size: 18px;
}
.layui-form-item .layui-inline {
margin-right: unset;
}
.layui-btn {
padding: unset;
}