82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
/**
|
|
* 影藏导航栏 导出
|
|
*/
|
|
.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-top: 25px;
|
|
}
|
|
body{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #ffffff;
|
|
font: Alibaba PuHuiTi;
|
|
}
|
|
.layui-form-table{
|
|
margin-left: 20px;
|
|
}
|
|
.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;
|
|
}
|