12345678910111213141516171819 |
- .empty {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .empty .nullImg {
- width: 364rpx;
- height: 280rpx;
- }
- .empty .empty-message {
- width: 500rpx;
- text-align: center;
- margin-top: 30rpx;
- font-size: 32rpx;
- line-height: 60rpx;
- font-weight: bold;
- color: #FFB513;
- }
|