.content { margin-top: 20rpx; background: white; min-height: calc(100vh - 20rpx - env(safe-area-inset-bottom)); box-sizing: border-box; padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx); } .operation { width: 100%; background: #F5F8F7; position: fixed; bottom: 0; align-items: center; color: #45D4A8; left: 0; .safeAreaInsetBottom { height: 100rpx; align-items: center; justify-content: space-around; padding-bottom: env(safe-area-inset-bottom); display: flex; } } .depForm { padding: 20px 20px env(safe-area-inset-bottom); } .depInput { padding: 10rpx 20px; margin: 30px; background: #F5F8F7; border-radius: 4px; border-radius: 10rpx; overflow: hidden; }