@import "NavigationBar.css";

.下面区域{
    width: 1200px;
    min-height: calc(100vh - 50px);
    margin: 8px auto;
}

.下面区域 form{
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.下面区域 form .首行 input{
    width: 300px;
    border: none;
    outline: none;
    height: 30px;
    line-height: 30px;
}

.下面区域 form .首行{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.下面区域 form .editor{
    min-height: calc(100vh - 100px);
}

.下面区域 form .首行 input button{
    width: 220px;
    height: 30px;
}
.下面区域 form .首行 .按钮{
    background-color: #43d0d0;
}

