.container { width: 100%; padding: 20rpx; box-sizing: border-box; columns: 2; column-gap: 20rpx; position: relative; } .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; }