master
鲁洪霞 2025-08-08 17:37:56 +08:00
parent 49a6cc573f
commit 85a3b01151
1 changed files with 4 additions and 1 deletions

View File

@ -104,16 +104,19 @@ const degree_options = [
.main {
width: 95%;
padding: 20px;
padding: 50px 20px;
box-sizing: border-box;
background: #ffffff;
border-radius: 20px;
margin: 0 auto;
margin-top: -2px;
height: calc(100vh - 300px);
}
.submit_btn {
width: 100%;
background: #0a7dfe;
height: 40px;
font-size: 16px;
}
}
</style>