|
@@ -31,13 +31,13 @@
|
|
|
overflow: auto;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- position: relative;
|
|
|
+ // position: relative;
|
|
|
overflow-x: hidden; /* 禁用底部水平滚动条 */
|
|
|
.form-container {
|
|
|
width: auto;
|
|
|
- height: 620px;
|
|
|
+ height: 75%;
|
|
|
background-repeat: no-repeat;
|
|
|
- position: relative; /* 设置父容器为相对定位 */
|
|
|
+ // position: relative; /* 设置父容器为相对定位 */
|
|
|
// background-color: rgb(252, 240, 230);
|
|
|
}
|
|
|
// .form-container::after {
|
|
@@ -52,8 +52,8 @@
|
|
|
.button-container {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- position: fixed; /* 让按钮固定在底部 */
|
|
|
- bottom: 50px; /* 距离底部的距离 */
|
|
|
+ // position: fixed; /* 让按钮固定在底部 */
|
|
|
+ // bottom: 50px; /* 距离底部的距离 */
|
|
|
width: 100%;
|
|
|
align-items: center;
|
|
|
}
|