106 lines
2.3 KiB
CSS
106 lines
2.3 KiB
CSS
|
|
.right-down-right{
|
||
|
|
width: 100%;
|
||
|
|
height: 92%;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-mend, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
|
||
|
|
border-width: 1px;
|
||
|
|
border-style: solid;
|
||
|
|
border-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table {
|
||
|
|
width: 100%;
|
||
|
|
margin: 10px 0;
|
||
|
|
background-color: transparent;
|
||
|
|
color: white;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/* 表格头部背景色 */
|
||
|
|
th {
|
||
|
|
color: #fff;
|
||
|
|
font-weight: bold
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-header table thead{
|
||
|
|
background: linear-gradient( 90deg, rgba(62,217,197,0) 0%, #2D998B 50%, rgba(62,217,197,0) 100%);
|
||
|
|
}
|
||
|
|
|
||
|
|
/*鼠标指向表格时,奇数行背景颜色*/
|
||
|
|
.layui-table tbody tr:hover, .layui-table-hover {
|
||
|
|
/* background-color: #19b0b9; */
|
||
|
|
background: linear-gradient( 90deg, rgba(62,217,197,0) 0%, #2D998B 50%, rgba(62,217,197,0) 100%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||
|
|
background-color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage a:hover {
|
||
|
|
color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage .layui-laypage-skip {
|
||
|
|
color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage-count{
|
||
|
|
color:#3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage button, .layui-laypage input {
|
||
|
|
background-color: transparent;
|
||
|
|
border: #3ACAB8 1px solid;
|
||
|
|
color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view select[lay-ignore] {
|
||
|
|
background-color: transparent;
|
||
|
|
border: #3ACAB8 1px solid;
|
||
|
|
color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-page .layui-laypage span {
|
||
|
|
color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr {
|
||
|
|
color: #3ACAB8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layout-vertical{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content th{
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar
|
||
|
|
{
|
||
|
|
width: 6px;
|
||
|
|
height: 6px;
|
||
|
|
}
|
||
|
|
::-webkit-scrollbar-track-piece
|
||
|
|
{
|
||
|
|
background-color: #0d2225;
|
||
|
|
-webkit-border-radius: 6px;
|
||
|
|
}
|
||
|
|
::-webkit-scrollbar-thumb:vertical
|
||
|
|
{
|
||
|
|
height: 5px;
|
||
|
|
background-color: #0d2225;
|
||
|
|
-webkit-border-radius: 6px;
|
||
|
|
}
|
||
|
|
::-webkit-scrollbar-thumb:horizontal
|
||
|
|
{
|
||
|
|
width: 5px;
|
||
|
|
background-color: #0d2225;
|
||
|
|
-webkit-border-radius: 6px;
|
||
|
|
}
|