...
|
...
|
@@ -5,6 +5,21 @@ body, html{ |
|
|
.content {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.no-data {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%,-50%);
|
|
|
}
|
|
|
.no-data .tips {
|
|
|
color: #999999;
|
|
|
font-size: 0.32rem;
|
|
|
}
|
|
|
.cards-list {
|
|
|
width: 100%;
|
|
|
display: flex;
|
...
|
...
|
|