12-23-上传master
This commit is contained in:
48
src/pages/BidEvaluation/index.less
Normal file
48
src/pages/BidEvaluation/index.less
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user