IntelligentRecognition/ah-jjsp-web/.svn/pristine/45/452b1088795218818a588b17f37...

136 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2024-05-24 16:09:40 +08:00
/**
* 影藏导航栏 导出
*/
.close {
width: 100%;
height: 48px;
justify-content: space-between;
padding: 0 2%;
background-color: #F0F0F0;
}
.close p {
font-size: 20px;
margin-right: 74%;
}
.close div {
width: 4px;
height: 20px;
background-color: #2F82FB;
}
.layout {
display: flex;
align-items: center;
justify-content: start;
box-sizing: border-box;
}
.layui-table-tool-self .layui-inline:nth-child(2) {
display: none;
}
.layui-table-tool-self .layui-inline:nth-child(3) {
display: none;
}
.layui-laypage-skip {
display: none;
}
.layui-selected {
margin-left: 20px;
margin-top: 25px;
}
body {
width: 100%;
height: 100%;
background-color: #ffffff;
font: Alibaba PuHuiTi;
}
.layui-form-table {
width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
}
#table {
width: calc(100% - 40px);
}
.layui-btn {
padding: 0 6px;
}
.layui-table th {
font-weight: bold;
font-size: 15px;
}
.layui-table {
font: Alibaba PuHuiTi;
}
.content {
font-size: 16px !important;
top: -6px !important;
text-align: center !important;
}
.table-striped > tbody > tr > td {
border-bottom: 1px solid #D9D9D9 !important;
border-top: none !important;
}
.table-striped > thead > tr > td {
color: #262626;
font-size: 18px;
text-align: center;
vertical-align: middle;
}
.table-striped > tbody > tr > td {
font-size: 13px;
color: #595959;
text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: transparent;
}
.confirm-table {
margin-bottom: 0;
border-collapse: collapse;
}
.confirm-table tbody {
display: block;
height: 470px;
overflow-y: auto;
}
.confirm-table thead,
.confirm-table tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
.layui-table-cell {
height: auto;
white-space: normal;
}
.layui-table-grid-down {
display: none;
}