医学道
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/manage/depAdmin/depAdmin.scss

38 lines
729 B

.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) + 80rpx);
}
.operation {
width: 100%;
background: #F5F8F7;
position: fixed;
bottom: 0;
align-items: center;
color: #45D4A8;
left: 0;
.safeAreaInsetBottom {
height: 80rpx;
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;
}