医学道
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.
 
 
 
video/src/pages/preview/profession/profession.module.scss

33 lines
523 B

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