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.
20 lines
370 B
20 lines
370 B
@import '/assets/wxss/topic-list.wxss';
|
|
.m-nothing {
|
|
position: relative;
|
|
}
|
|
|
|
.m-nothing image {
|
|
display: block;
|
|
margin: 200rpx auto 50rpx auto;
|
|
width: 292rpx;
|
|
height: 265rpx;
|
|
}
|
|
|
|
.m-nothing text {
|
|
font-size: 32rpx;
|
|
color: #666666;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|