医学道
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

21 lines
287 B

.empty {
width: 750rpx;
text-align: center;
color: #6c757d;
position: relative;
Image {
display: block;
margin: auto;
width: 400px;
margin-bottom: 10px;
}
View {
position: absolute;
left: 0;
right: 0;
bottom: 40px;
margin: auto;
}
}