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