一.layui 大数据演示屏风格整理
设置表透明
table放在transparentDataTable中,设置表透明
.transparentDataTable {
margin: 0 auto;
width: 98%;
}
.transparentDataTable .layui-table {
background-color: transparent !important;
}
.transparentDataTable .layui-table-view {
background-color: transparent !important;
}
.transparentDataTable .layui-table-tool {
background-color: transparent !important;
}
.transparentDataTable .layui-table-tool .layui-icon {
color: white;
}
.transparentDataTable .layui-table-header,
.transparentDataTable .layui-table-cell,
.layui-table-header thead tr {
background-color: transparent !important;
}
.transparentDataTable .layui-table-header thead th,
.transparentDataTable .layui-none {
color: white !important;
}
.transparentDataTable .layui-table tbody tr {
color: white;
}