|
|
|
// 面包屑样式
|
|
|
|
.my-L-breadcrumb {
|
|
|
|
height: 55px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-right: 20px;
|
|
|
|
// .icon-jc-55fanhui {
|
|
|
|
// color: #192a92;
|
|
|
|
// font-size: 20px;
|
|
|
|
// cursor: pointer;
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
.L-public-main {
|
|
|
|
padding: 6px 6px 6px 6px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
.L-main {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 24px 24px 43px 24px;
|
|
|
|
background-color: #fff;
|
|
|
|
header {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
.import-btn {
|
|
|
|
margin-top: 3px;
|
|
|
|
padding: 6px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-table {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
th {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.evenNumber-row {
|
|
|
|
background-color: #F6F9FD;
|
|
|
|
}
|
|
|
|
.table-status {
|
|
|
|
p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
span {
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.statusisOne {
|
|
|
|
span {
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
background-color: #24D3A9;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
color: #24D3A9;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.statusisTwo {
|
|
|
|
span {
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
background-color: #134EE6;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
color: #134EE6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table-operation {
|
|
|
|
span {
|
|
|
|
cursor: pointer;
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
color: #192A92;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
color: #C51717;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-pagination {
|
|
|
|
.btn-prev,.btn-next {
|
|
|
|
padding: 0 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.projectInfo {
|
|
|
|
.el-row {
|
|
|
|
height: 100%;
|
|
|
|
.el-col {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.left-info{
|
|
|
|
height: calc(25% - 5px);
|
|
|
|
background-color: white;
|
|
|
|
padding: 28px 28px 0 28px;
|
|
|
|
.project-info-title {
|
|
|
|
margin-bottom: 28px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.el-descriptions-item__label {
|
|
|
|
background: #F5F8FA;
|
|
|
|
width: 230px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.el-descriptions-item__content {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
width: 430px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.info-link {
|
|
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333;
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #134EE6;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.a-primary {
|
|
|
|
margin-left: 0;
|
|
|
|
color: #1890FF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.left-tabs{
|
|
|
|
height: calc(75% - 5px);
|
|
|
|
margin-top: 10px;
|
|
|
|
background-color: white;
|
|
|
|
.tabs-top {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
padding: 15px 28px;
|
|
|
|
border-bottom: 1px solid #E4E7ED;
|
|
|
|
.tabs-top-item {
|
|
|
|
padding: 5px 34px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #999999;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.active-item {
|
|
|
|
background: #1890FF;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tabs-bottom {
|
|
|
|
padding: 20px 28px 0 28px;
|
|
|
|
.tabOneLabel,.tabOneContent {
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
// .tabOneContent {}
|
|
|
|
.el-descriptions-item__label {
|
|
|
|
background: #F5F8FA;
|
|
|
|
width: 220px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.el-descriptions-item__content {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.project-info-title {
|
|
|
|
margin-bottom: 28px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 备忘录
|
|
|
|
.projectInfo-memo {
|
|
|
|
width: 100%;
|
|
|
|
.memo-top {
|
|
|
|
width: 100%;
|
|
|
|
// margin-bottom: 15px;
|
|
|
|
.project-info-top {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.project-info {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
margin-right: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-date-editor {
|
|
|
|
width: 340px;
|
|
|
|
}
|
|
|
|
.el-input {
|
|
|
|
width: 320px;
|
|
|
|
}
|
|
|
|
.query-item {
|
|
|
|
margin-left: 10px;
|
|
|
|
.el-form-item__content {
|
|
|
|
width: 100%;
|
|
|
|
button {
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.memo-bottom {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
|
|
grid-gap: 15px;
|
|
|
|
height: 400px;
|
|
|
|
width: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
.el-card {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
.el-card__header {
|
|
|
|
background-color: #F5F8FA;
|
|
|
|
border-bottom: 1px solid #D9D9D9;
|
|
|
|
.clearfix {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.clearfix-left {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
span {
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #737373;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.clearfix-right {
|
|
|
|
display: flex;
|
|
|
|
.clearfix-bianji,.clearfix-shanchu {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 5px 15px;
|
|
|
|
cursor: pointer;
|
|
|
|
// border-radius: 15px;
|
|
|
|
border-radius: 50px;
|
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.clearfix-bianji {
|
|
|
|
background: rgba(24,144,255,0.3);
|
|
|
|
}
|
|
|
|
.clearfix-shanchu {
|
|
|
|
background: rgba(243,110,65,0.3);
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.clearfix-body {
|
|
|
|
.memo-keyword {
|
|
|
|
padding: 20px 15px 10px 15px;
|
|
|
|
border-bottom: 1px solid #D9D9D9;
|
|
|
|
.memo-keyword-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.memo-keyword-content {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #737373;
|
|
|
|
margin-top: 10px;
|
|
|
|
height: 80px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.memo-content {
|
|
|
|
padding: 20px 15px 10px 15px;
|
|
|
|
.memo-content-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.memo-content-content {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #737373;
|
|
|
|
margin-top: 10px;
|
|
|
|
height: 80px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 资金拨付进度
|
|
|
|
.money-schedule {
|
|
|
|
.schedule-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.schedule-timeline {
|
|
|
|
margin-top: 48px;
|
|
|
|
.el-timeline-item__tail {
|
|
|
|
border: 1px dashed #dfe4ed;
|
|
|
|
}
|
|
|
|
.el-timeline-item__wrapper {
|
|
|
|
top: -20px;
|
|
|
|
}
|
|
|
|
.el-card__body {
|
|
|
|
background-color: #F5F8FA;
|
|
|
|
padding: 15px;
|
|
|
|
.schedule-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.schedule-card-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.schedule-status {
|
|
|
|
margin-left: 20px;
|
|
|
|
padding: 5px 7px;
|
|
|
|
border-radius: 2px 2px 2px 2px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.orange {
|
|
|
|
background: #F39801;
|
|
|
|
}
|
|
|
|
.green {
|
|
|
|
background: #24D3A9;
|
|
|
|
}
|
|
|
|
.blue {
|
|
|
|
background: #134EE6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.schedule-time {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #737373;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 项目进展
|
|
|
|
.L-projectProgress {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 27px 24px 0 27px;
|
|
|
|
.projectProgress-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
margin-bottom: 47px;
|
|
|
|
}
|
|
|
|
.schedule-timeline {
|
|
|
|
.el-timeline {
|
|
|
|
padding-left: 0;
|
|
|
|
.timeline-item-green {
|
|
|
|
.el-timeline-item__tail {
|
|
|
|
border: 1px solid #4EB997;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-item-red {
|
|
|
|
.el-timeline-item__tail {
|
|
|
|
border: 1px solid #ff1818;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-dot {
|
|
|
|
position: absolute;
|
|
|
|
left: -5px;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 1px 1px 3px 0px #4EB997;
|
|
|
|
|
|
|
|
.icon-jc-dian {
|
|
|
|
color: #ff1818;
|
|
|
|
}
|
|
|
|
.icon-jc-dian-green {
|
|
|
|
color: #4EB997;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-dot-red {
|
|
|
|
box-shadow: 1px 1px 3px 0px #ff1818;
|
|
|
|
}
|
|
|
|
.el-timeline-item__wrapper {
|
|
|
|
top: -20px;
|
|
|
|
}
|
|
|
|
.el-card__body {
|
|
|
|
background-color: #F5F8FA;
|
|
|
|
padding: 15px;
|
|
|
|
.schedule-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.card-content-left {
|
|
|
|
flex: 1;
|
|
|
|
.schedule-card-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.card-content-one,.card-content-two {
|
|
|
|
margin-top: 10px;
|
|
|
|
span {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
color: #737373;
|
|
|
|
width: 70px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card-content-three {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #737373;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card-content-right {
|
|
|
|
.iconfont {
|
|
|
|
font-size: 65px;
|
|
|
|
}
|
|
|
|
.icon-jc-shenpitongguo-copy {
|
|
|
|
color: #4EB997;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.schedule-time {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #737373;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 导入新项目弹框
|
|
|
|
.importFormItem {
|
|
|
|
.el-form-item__label {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.el-form-item__content {
|
|
|
|
.el-select,.el-date-editor {
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
.btnsFlex {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.el-upload {
|
|
|
|
// .el-upload-dragger {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 120px;
|
|
|
|
height: 36px;
|
|
|
|
background: #F1D78C;
|
|
|
|
border: none;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #000000;
|
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
// .el-upload-dragger:hover {
|
|
|
|
// background: oklab(.88 0 .1 / .5);
|
|
|
|
// border-color: #f1d78c;
|
|
|
|
// // border: 1px solid #f1d78c;
|
|
|
|
// color: #000;
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
.el-upload:hover {
|
|
|
|
background: oklab(.88 0 .1 / .5);
|
|
|
|
border-color: #f1d78c;
|
|
|
|
// border: 1px solid #f1d78c;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #134EE6;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.importExplain {
|
|
|
|
.importExplain-title {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.importExplain-content {
|
|
|
|
margin: 10px 0;
|
|
|
|
span {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.importExplain-table {
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
th, td {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
width: 80px;
|
|
|
|
height: 37px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
background-color: #F6F9FD;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 备忘录弹框样式
|
|
|
|
.memoDialog {
|
|
|
|
.el-form-item__content {
|
|
|
|
.el-textarea {
|
|
|
|
textarea {
|
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
|
|
&::placeholder {
|
|
|
|
color: #cccccc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|