You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
1.9 KiB

.box {
padding: 10px 20px 20px 20px;
height: 150px;
}
.out-title {
margin-bottom: 5px;
}
.project-info {
height: 115px;
background: #E6EBF7;
padding: 2px 20px 0 20px;
margin-bottom: 10px;
}
.project-title {
display: flex;
justify-content: space-between;
margin: 10px 0 15px 0;
}
.title-left {
display: flex;
align-items: center;
}
.title-right {
color: #b4b8b0;
}
.project-source {
padding: 2px 6px;
color: #fff;
margin-right: 10px;
border-radius: 20px;
font-size: 12px;
}
.project-source-xj {
background: #47DE99;
}
.project-source-xb {
background: #F59A23;
}
.project-name {
font-weight: bolder;
}
.project-content {
display: flex;
flex-wrap: wrap;
}
.content-item {
width: 270px;
margin-bottom: 15px;
}
.zhuanjia-info {
display: flex;
/* height: 535px; */
}
.zhuanjia-left {
width: 100%;
}
.zhuanjia-right {
margin-left: 10px;
width: 25%;
/* height: 358px; */
height: 320px;
border: 1px solid #e2e3e5;
}
.select-title {
height: 35px;
border-bottom: 1px solid #e2e3e5;
font-size: 14px;
color: #b4b8b0;
display: flex;
align-items: center;
padding-left: 5px;
}
.serach {
display: flex;
align-items: center;
}
.zhuanjia-table {
height: 150px;
}
.select-content {}
.select-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px;
border-bottom: 1px solid #e2e3e5;
}
.item-person {
margin-bottom: 3px;
}
.item-org {
font-size: 12px;
color: #b4b8b0;
}
.item-right {
display: flex;
justify-content: space-between;
align-items: center;
}
.buttonDiv {
margin-top: 145px;
display: flex;
align-items: center;
justify-content: center;
}