72 lines
1.3 KiB
CSS
72 lines
1.3 KiB
CSS
.projNew {
|
|
height: calc(100vh - 220px);
|
|
margin-top: 18px;
|
|
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: 150px;
|
|
text-align: right;
|
|
/* background-color: red; */
|
|
margin-right: 33px;
|
|
|
|
}
|
|
|
|
.oneTitle {
|
|
|
|
}
|
|
|
|
.formItemTwo {
|
|
margin-top: 31px;
|
|
display: flex;
|
|
/* align-items: center; */
|
|
line-height: 50px;
|
|
/* background-color: red; */
|
|
/* width: 410px */
|
|
}
|
|
.software-protocol{
|
|
font-family: Microsoft YaHei UI;
|
|
/* font-weight: bold; */
|
|
/* background-color: red; */
|
|
color: #474747;
|
|
margin-top: 12px;
|
|
margin-left: 190px;
|
|
}
|
|
|
|
.formItemOne .css-dev-only-do-not-override-1ae8k9u.ant-picker .ant-picker-input >input{
|
|
font-size: 16px;
|
|
} |