system-copyright-react/src/route/proj/proj-new.css

72 lines
1.3 KiB
CSS
Raw Normal View History

2024-05-12 07:45:51 +08:00
.projNew {
height: calc(100vh - 220px);
2024-05-16 18:00:57 +08:00
margin-top: 18px;
2024-05-12 07:45:51 +08:00
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; */
2024-06-17 16:35:28 +08:00
width: 150px;
text-align: right;
/* background-color: red; */
2024-05-12 07:45:51 +08:00
margin-right: 33px;
}
.oneTitle {
}
.formItemTwo {
margin-top: 31px;
display: flex;
/* align-items: center; */
line-height: 50px;
/* background-color: red; */
/* width: 410px */
}
2024-05-29 14:43:48 +08:00
.software-protocol{
font-family: Microsoft YaHei UI;
/* font-weight: bold; */
/* background-color: red; */
color: #474747;
margin-top: 12px;
2024-06-17 16:35:28 +08:00
margin-left: 190px;
2024-05-29 14:43:48 +08:00
}
2024-05-12 07:45:51 +08:00
2024-07-15 16:58:47 +08:00
.formItemOne .css-dev-only-do-not-override-1ae8k9u.ant-picker .ant-picker-input >input{
font-size: 16px;
}