Files
fe_service_ebtp_frontend/src/pages/BidEvaluation/index.less

48 lines
791 B
Plaintext
Raw Normal View History

2020-12-23 11:14:35 +08:00
.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;
}
}