4.22 公共服务平台

This commit is contained in:
jl-zhoujl2
2022-04-22 17:04:15 +08:00
parent 0e8de93f2f
commit 77e8839ebd
4 changed files with 369 additions and 245 deletions

View File

@ -1,72 +1,5 @@
//新增招标公告
// .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;
// }
// }
@import '~antd/lib/style/themes/default.less';
.card-onmouse{
// margin:auto;
.ant-image{
@ -87,4 +20,66 @@
}
.card-onmouse:hover{
box-shadow: 8px 8px 5px #9e9e9e;/*设置阴影,可以自定义参数*/
}
}
.header {
display: flex;
height: 56px;
color: white;
font-weight: 600;
font-size: 16px;
line-height: 56px;
background-color: #b30000;
.headerAlign {
align-self: center;
margin-left: 20px;
}
.proName {
font-weight: 300;
font-size: 30px;
}
.closeButton {
position: absolute;
right: 20px;
}
}
.anchor-father {
position: fixed;
.ant-anchor {
padding: 0px;
overflow: hidden;
}
.ant-anchor-ink {
position: fixed;
margin: 0px;
}
.ant-anchor-wrapper {
margin-left: 0px;
padding: 0px;
// border-radius: 8px;
}
.ant-anchor-ink-ball.visible {
display: none;
}
.ant-anchor-ink::before {
display: none;
}
.ant-anchor-link-active {
background-color: rgb(179, 0, 0);
}
.ant-anchor-link-title-active {
color: rgb(255, 255, 255);
}
.ant-affix {
top: 134px !important;
}
}
.backtop {
width: 40px;
height: 40px;
color: #fff;
line-height: 40px;
text-align: center;
background-color: rgb(179, 0, 0);
border-radius: 4px;
font-size: 14px;
}