3.10 工程代码同步master
This commit is contained in:
@ -1,69 +1,90 @@
|
||||
//新增招标公告
|
||||
.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;
|
||||
}
|
||||
}
|
||||
// .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;
|
||||
// }
|
||||
// }
|
||||
.card-onmouse{
|
||||
// margin:auto;
|
||||
.ant-image{
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
z-index: 1,
|
||||
}
|
||||
.text-css{
|
||||
width:100%;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
color: white;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.card-onmouse:hover{
|
||||
box-shadow: 8px 8px 5px #9e9e9e;/*设置阴影,可以自定义参数*/
|
||||
}
|
Reference in New Issue
Block a user