修改表格颜色
This commit is contained in:
@@ -356,16 +356,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
border-bottom: 1px solid #666;
|
border-bottom: 1px solid #999;
|
||||||
border-right: 1px solid #666;
|
border-right: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr:first-child td {
|
table tr:first-child td {
|
||||||
border-top: 1px solid #666;
|
border-top: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr td:first-child {
|
table tr td:first-child {
|
||||||
border-left: 1px solid #666;
|
border-left: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
|||||||
Reference in New Issue
Block a user