/* pages/form/index.wxss */ .form { background-color: rgb(244, 244, 244); height: 100vh; display: flex; flex-direction: column; &-content { padding: 20rpx 0 0 0; flex-grow: 1; overflow-y: auto; } }