ah_jjzhgd_webscreen/pages/web/css/table.css

60 lines
1.9 KiB
CSS

.transparentDataTable .layui-table{
background-color: transparent !important;
}
.transparentDataTable .layui-table-view{
background-color: rgba(0, 0, 0, 0) !important;
border: none;
}
.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 {
/*border: 1px solid #FFFFFF;*/
color: white !important;
}
.transparentDataTable .layui-table tbody tr {
border: 1px solid #FFFFFF;
color: white;
}
.transparentDataTable .layui-table-init, .transparentDataTable .layui-laypage-limits select, .transparentDataTable .layui-laypage-btn, .transparentDataTable .layui-laypage-skip input {
background-color: transparent !important;
color: white;
}
.transparentDataTable .layui-table-page a, .transparentDataTable .layui-table-page span {
color: white !important;
}
.transparentDataTable .layui-laypage-limits select, .transparentDataTable .layui-laypage-limits option {
-webkit-appearance: none; /* google */
-moz-appearance: none; /* firefox */
appearance: none; /* IE */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击去除高亮的颜色*/
background-color: rgba(0, 0, 0, 0.5) !important;
color: white;
}
.transparentDataTable .layui-table[lay-even] tr:nth-child(even){
background-color: rgba(180, 238, 180, 0.5) !important;
}
/*静态表格透明*/
.transparentStaticTable .layui-table{
background-color: rgba(0, 0, 0, 0.5) !important;
}
.transparentStaticTable .layui-table tbody tr:hover, .statistics_branch_one .layui-table tbody tr:hover {
background-color: transparent !important;
}