12-23-上传master

This commit is contained in:
xingsy
2020-12-23 11:14:35 +08:00
parent 9769f83bc8
commit b42e0c1ddd
553 changed files with 56506 additions and 0 deletions

View File

@ -0,0 +1,48 @@
.buttont{
border-radius: 5px;
&:hover{
transition:background 0.3s;
width: 100px;
// background: rgba(246,42,43,0.7);
// color: #FFFFFF;
border-radius: 5px;
}
}
.zry{
.ant-modal-header{
display:none;
}
}
.zul{
width:100%;
font-size: 17px;
color:rgba(246,42,43,0.7);
// background: #C9C9C9;
font-weight: bold;
}
.divider{
margin: 0 auto;
line-height: 1px;
text-align: center;
border-bottom:1px solid #E0E0E0;
margin-top: 10px;
margin-bottom: 10px;
}
.bookt{
background:#FFFFFF;
padding: 10px 10px 10px 10px;
}
.table{
.ant-table-thead > tr > th{
text-align: center;
// background:#FFFFFF;
}
.ant-table-tbody{
background:#FFFFFF;
}
}