.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: 83px; margin-right: 33px; } .oneTitle { } .formItemTwo { margin-top: 31px; display: flex; /* align-items: center; */ line-height: 50px; /* background-color: red; */ /* width: 410px */ }