新增表单
parent
06fe1a16a3
commit
b8b5640fe8
|
@ -455,6 +455,72 @@ overflow: hidden;}
|
|||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* 新增css */
|
||||
.notice-table{
|
||||
padding: 15px 0;
|
||||
}
|
||||
.notice-table>table{
|
||||
width: 100%;
|
||||
border: 1px solid #7557cc;
|
||||
border-collapse:collapse;
|
||||
font-size: 15px;
|
||||
}
|
||||
.notice-table>table>tr{
|
||||
height: 30px;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.notice-table>table>tr:first-child td{
|
||||
text-align: center;
|
||||
background-color: #F1ECFF;
|
||||
}
|
||||
|
||||
.notice-table-01>table>tr td{
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
width: 11%;
|
||||
padding: 5px 10px;
|
||||
line-height: 1.5;
|
||||
border-top: 1px solid #7557cc;
|
||||
border-right: 1px solid #7557cc;
|
||||
text-align: center;
|
||||
}
|
||||
.notice-table-01>table>tr .td-01{
|
||||
width: 5%;
|
||||
text-align: center;
|
||||
}
|
||||
.notice-table-01>table>tr .td-02{
|
||||
width: 3%;
|
||||
text-align: center;
|
||||
}
|
||||
.notice-table-01>table>tr .td-03{
|
||||
width: 15%;
|
||||
}
|
||||
.notice-table-01>table>tr td:nth-of-type(8){
|
||||
width: 11%;
|
||||
}
|
||||
|
||||
.notice-table-02>table>tr td{
|
||||
box-sizing: border-box;
|
||||
width: 25%;
|
||||
margin: 0;
|
||||
padding: 5px 10px;
|
||||
line-height: 1.5;
|
||||
border-top: 1px solid #7557cc;
|
||||
border-right: 1px solid #7557cc;
|
||||
}
|
||||
.notice-table-02>table>tr td:nth-of-type(1){
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
}
|
||||
.notice-table-02>table>tr td:nth-of-type(2){
|
||||
width: 15%;
|
||||
}
|
||||
.notice-table>table>tr td p{
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* 出勤详情 */
|
||||
.attendance-box {
|
||||
width: 1210px;
|
||||
|
@ -763,3 +829,13 @@ overflow: hidden;}
|
|||
.notice-title-box img:first-child{left: 20px;}
|
||||
.notice-title-box img:last-child{right: 20px;}
|
||||
|
||||
/* 新增css */
|
||||
.notice-open-01{
|
||||
width: 1000px;
|
||||
}
|
||||
.notice-open-02{
|
||||
width: 800px;
|
||||
}
|
||||
.notice-title-other{
|
||||
width: calc(100% + 10px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue