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.
26 lines
353 B
26 lines
353 B
|
2 months ago
|
|
||
|
|
.nothing {
|
||
|
|
position: absolute;
|
||
|
|
left: calc(50% - 60px);
|
||
|
|
top: calc(50% - 40px);
|
||
|
|
width: 120px;
|
||
|
|
height: 140px;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.nothing image {
|
||
|
|
width: 60px;
|
||
|
|
height: 60px;
|
||
|
|
}
|
||
|
|
.nothing text {
|
||
|
|
width: 100%;
|
||
|
|
display: block;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 18rpx;
|
||
|
|
color: #C7C7C7;
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|