You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.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;
|
|
}
|
|
|