48 lines
791 B
Plaintext
48 lines
791 B
Plaintext
![]() |
.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;
|
||
|
}
|
||
|
}
|