12-23-上传master
This commit is contained in:
69
src/pages/Bid/BiddingAnnouncement/components/style.less
Normal file
69
src/pages/Bid/BiddingAnnouncement/components/style.less
Normal file
@ -0,0 +1,69 @@
|
||||
//新增招标公告
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user