69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
![]() |
//新增招标公告
|
||
|
.bidding {
|
||
|
margin-bottom: 8px;
|
||
|
:global {
|
||
|
.biddingLabel {
|
||
|
width: 30%;
|
||
|
display: inline-block;
|
||
|
text-align: right;
|
||
|
// padding-left: 20px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
.biddingIndex {
|
||
|
width: 40%;
|
||
|
display: inline-block;
|
||
|
justify-content: right;
|
||
|
}
|
||
|
.biddingDatePicker {
|
||
|
width: 40%;
|
||
|
}
|
||
|
.biddingRadio {
|
||
|
// display: inline-block;
|
||
|
width: 40%;
|
||
|
margin-top:24px;
|
||
|
}
|
||
|
.ant-row .ant-col {
|
||
|
margin: 6px 0px;
|
||
|
}
|
||
|
.uploadTotal {
|
||
|
display: inline-block;
|
||
|
width: 40%;
|
||
|
.upload {
|
||
|
--antd-wave-shadow-color:#1c84c6;
|
||
|
background: #1c84c6;
|
||
|
color:#fff;
|
||
|
border-color: #1c84c6;
|
||
|
}
|
||
|
.uploadLabel {
|
||
|
// display: inline;
|
||
|
font-size: 13px;
|
||
|
color: #c8ced1;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.announcementFootButton {
|
||
|
:global{
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-top: 15px;
|
||
|
.save{
|
||
|
--antd-wave-shadow-color:#f7ab59;
|
||
|
background: #f7ab59;
|
||
|
color:#fff;
|
||
|
border-color: #f7ab59;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
//招标公告
|
||
|
.label {
|
||
|
:global {
|
||
|
color:#f62a2b;
|
||
|
}
|
||
|
}
|
||
|
.ant-pro-table-toolbar {
|
||
|
:global {
|
||
|
margin: -12px 0px;
|
||
|
}
|
||
|
}
|