Commit a0701702 authored by YangAo's avatar YangAo 🇨🇳

首页样式修改

parent d65e1118
......@@ -394,6 +394,7 @@ export default {
.home-content-title {
font-size: 16px;
font-weight: bold;
color: #1890FF;
}
}
}
......@@ -516,8 +517,10 @@ export default {
.table {
width: 100%;
border-collapse: collapse;
color: #606266;
font-size: 14px;
.title-color {
color: #676A6C;
color: #606266;
}
}
......@@ -542,14 +545,13 @@ export default {
.table tr:nth-child(6n + 2),
.table tr:nth-child(6n + 4),
.table tr:nth-child(6n + 6) {
background-color: #CCCCCC;
background-color: #dfe6ec;
}
.table-two {
width: 100%;
border-collapse: collapse;
.title-color {
color: #676A6C;
}
color: #606266;
font-size: 14px;
}
.table-two td {
text-align: center;
......
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