html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: white; color: #000000; } .search-box { width: 100%; height: 100px; display: flex; align-items: center; } /* 标题样式 start */ .statistics { width: 98%; height: 64px; border-width: 2px; border-style: solid; box-sizing: border-box; display: flex; margin: 0.5% 1%; text-align: center; align-items: center; } .statistics h3 { font-size: 20px; margin-left: 32px; color: #262626; } .layui-table-page > div { float: right; } .layui-form-item, .layui-inline { margin: 0 !important; } .layui-table-view { margin: 0 !important; } /* 内容体样式 start*/ #content { width: 100%; height: 100%; border: none; } .search-box { width: 100%; height: 100px; 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% - 120px); } .layui-form-item { margin: auto; } #teamTable { 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 td { color: #262626; } .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-table-cell { height: auto; white-space: normal; } .layui-form-label { width: 80px !important; display: flex; justify-content: center; align-items: center; padding: 9px 0; } .layui-form-item .layui-inline .layui-input-inline { width: 250px; } /* 表格样式 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: 96%; } .layui-table-view .layui-table th { height: 56px; color: #262626; } .layui-table td { font-size: 13px; } .layui-table th { font-size: 18px; } .layui-form-item .layui-inline { margin-right: unset; } .layui-table-cell { height: auto; white-space: normal; } .layui-btn { padding: unset; }