2024-05-12 07:45:51 +08:00
|
|
|
.projNew {
|
|
|
|
height: calc(100vh - 220px);
|
|
|
|
margin-top: 26px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2024-03-14 18:33:58 +08:00
|
|
|
.proj-new {
|
2024-03-15 18:18:29 +08:00
|
|
|
min-height: 100%;
|
2024-03-14 18:33:58 +08:00
|
|
|
background-color: var(--color-light);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.proj-new .proj-title {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
2024-05-12 07:45:51 +08:00
|
|
|
.proj-new .proj-form {}
|
2024-03-14 18:33:58 +08:00
|
|
|
|
|
|
|
.proj-new .proj-form .btn-group {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2024-05-12 07:45:51 +08:00
|
|
|
|
|
|
|
.formItemOne {
|
|
|
|
/* background-color: red; */
|
|
|
|
display: flex;
|
|
|
|
/* align-items: center; */
|
|
|
|
line-height: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formItem-title {
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #474747;
|
|
|
|
/* color: #eeeeee; */
|
|
|
|
width: 83px;
|
|
|
|
margin-right: 33px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.oneTitle {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.formItemTwo {
|
|
|
|
margin-top: 31px;
|
|
|
|
display: flex;
|
|
|
|
/* align-items: center; */
|
|
|
|
line-height: 50px;
|
|
|
|
/* background-color: red; */
|
|
|
|
/* width: 410px */
|
|
|
|
}
|
|
|
|
|