| 1234567891011121314151617181920212223242526 |
- /* component/empty/empty.wxss */
- .empty {
- height: 70vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .empty image {
- height: 325rpx;
- width: 340rpx;
- }
- .empty-text {
- font-size: 42rpx;
- color: #31364c;
- margin-top: 45rpx;
- }
- .empty-message {
- font-size: 32rpx;
- color: #888a8e;
- margin-top: 15rpx;
- }
|