system-copyright-react/src/route/proj/proj-new.css
2024-05-12 07:45:51 +08:00

60 lines
969 B
CSS

.projNew {
height: calc(100vh - 220px);
margin-top: 26px;
overflow: auto;
}
.proj-new {
min-height: 100%;
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;
}
.proj-new .proj-form {}
.proj-new .proj-form .btn-group {
display: flex;
justify-content: center;
}
.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 */
}