Commit 132fb94f by guomingpang

style:培训计划表格样式修改

parent ffc483a8
...@@ -15,23 +15,25 @@ ...@@ -15,23 +15,25 @@
} }
tbody { tbody {
tr { tr {
td {
padding: 20px 12px;
color: rgb(29, 28, 28);
}
&:nth-child(even) { &:nth-child(even) {
background: transparent !important; background: transparent;
td { td {
background: #fff !important; background: #fff;
padding: 20px 12px;
color: #333;
} }
} }
&:nth-child(odd) { &:nth-child(odd) {
background: #fafafa !important; background: #fafafa;
td { td {
background: #fafafa !important; background: #fafafa;
} }
} }
&:hover { &:hover {
td { td {
background: #f3f6fa !important; background: #f3f6fa;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment