.height { height: calc(100vh - 80rpx - env(safe-area-inset-bottom)); overflow: hidden; box-sizing: border-box; } .killBox { background: #fff; padding: 20rpx; box-sizing: border-box; display: flex; margin-bottom: 20rpx; } .image { margin-right: 20rpx; border-radius: 10rpx; }