代码库二级页面标签页优化

This commit is contained in:
hucong 2021-10-12 10:45:54 +08:00
parent 1c5b5a66d8
commit 63a74cc076
2 changed files with 3 additions and 3 deletions

View File

@ -1309,7 +1309,6 @@ span {
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-bottom: 0px!important; margin-bottom: 0px!important;
font-weight: 500;
} }
table, table,
@ -1363,8 +1362,7 @@ table {
a:link, a:link,
a:visited { a:visited {
text-decoration: none; text-decoration: none;
color: #333333; color: #05101a;
font-weight: 500;
} }
ol, ol,

View File

@ -23,6 +23,8 @@
line-height: 69px; line-height: 69px;
div{ div{
padding-left: 69px; padding-left: 69px;
font-weight: 500;
color:#333333;
} }
} }
&:last-child{ &:last-child{