163 lines
2.4 KiB
CSS
163 lines
2.4 KiB
CSS
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: white;
|
|
color: #000000;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#content {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
|
|
.search-box {
|
|
width: 100%;
|
|
height: 300px;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
justify-content: start;
|
|
flex-direction: column;
|
|
padding: 10px;
|
|
}
|
|
|
|
.layui-btn {
|
|
padding: unset;
|
|
}
|
|
|
|
.search-box-top {
|
|
width: 100%;
|
|
height: 50px;
|
|
}
|
|
|
|
.search-box-bottom {
|
|
width: 100%;
|
|
height: 250px;
|
|
display: flex;
|
|
}
|
|
|
|
.itam {
|
|
width: 24%;
|
|
height: 230px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
padding: 10px;
|
|
}
|
|
|
|
.layui-form-item {
|
|
margin: 0 !important;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.table-box {
|
|
width: calc(100% - 20px);
|
|
height: 46%;
|
|
padding: 10px;
|
|
}
|
|
|
|
.num {
|
|
font-size: 56px;
|
|
}
|
|
|
|
hr {
|
|
margin-top: 45px;
|
|
height: 70%;
|
|
width: 1px;
|
|
background-color: #D9D9D9;
|
|
}
|
|
|
|
/*滚动条样式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-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-numbers {
|
|
width: 70px !important;
|
|
}
|
|
|
|
.layui-table-view .layui-table th {
|
|
height: 70px;
|
|
color: #262626;
|
|
}
|
|
|
|
|
|
.layui-table td {
|
|
font-size: 13px;
|
|
height: 72px;
|
|
}
|
|
|
|
.layui-table th {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.layui-form-item .layui-inline {
|
|
margin-right: unset;
|
|
}
|
|
|
|
.layui-form-label {
|
|
width: 100px !important;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
display: flex;
|
|
justify-content: end;
|
|
align-items: center;
|
|
padding: 9px 0;
|
|
}
|
|
|
|
.layui-table-cell {
|
|
height: auto;
|
|
white-space: normal;
|
|
} |