上传文件至 'src/assets/css'

master
Lee 2022-02-16 13:47:59 +08:00
parent b8b5640fe8
commit 3a924a8ee6
1 changed files with 9 additions and 5 deletions

View File

@ -473,31 +473,35 @@ overflow: hidden;}
.notice-table>table>tr:first-child td{ .notice-table>table>tr:first-child td{
text-align: center; text-align: center;
background-color: #F1ECFF; background-color: #F1ECFF;
border-bottom: 1px solid #7557cc;
} }
.notice-table-01>table>tr td{ .notice-table-01>table>tr td{
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
width: 11%; width: 12%;
padding: 5px 10px; padding: 5px 10px;
line-height: 1.5; line-height: 1.5;
border-top: 1px solid #7557cc; border-top: 1px solid #7557cc;
border-right: 1px solid #7557cc; border-right: 1px solid #7557cc;
}
.notice-table>table>tr:nth-of-type(3) td{
text-align: center; text-align: center;
} }
.notice-table-01>table>tr .td-01{ .notice-table-01>table>tr .td-01{
width: 5%; width: 7%;
text-align: center; text-align: center;
} }
.notice-table-01>table>tr .td-02{ .notice-table-01>table>tr .td-02{
width: 3%; width: 5%;
text-align: center; text-align: center;
} }
.notice-table-01>table>tr .td-03{ .notice-table-01>table>tr .td-03{
width: 15%; width: 18%;
border-top: 0;
} }
.notice-table-01>table>tr td:nth-of-type(8){ .notice-table-01>table>tr td:nth-of-type(8){
width: 11%; width: 10%;
} }
.notice-table-02>table>tr td{ .notice-table-02>table>tr td{