医学道
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/components/empty/empty.module.scss

22 lines
278 B

.empty {
width: 100%;
text-align: center;
color: #6c757d;
position: relative;
}
.image {
display: block;
margin: auto;
max-width: 600rpx;
width: 80%;
}
.name {
font-size: 30rpx;
position: absolute;
left: 0;
right: 0;
bottom: 50rpx;
margin: auto;
}