12345678910111213141516171819202122232425262728 |
- @charset "UTF-8";
- .empty-content {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background: #f8f8f8;
- padding-bottom: 120rpx;
- }
- .empty-content-image {
- width: 200rpx;
- height: 200rpx;
- }
|