1234567891011121314151617181920212223 |
- @import "/utils/styles/index.wxss";
- .empty {
- width: 100%;
- margin-top: 30%;
- display: flex;
- flex-direction: column;
- text-align: center;
- font-size: 24rpx;
- }
- .empty-image {
- width: 280rpx;
- height: 180rpx;
- justify-content: center;
- margin: 0 auto;
- }
- .over {
- height: 60px;
- color: #ccc;
- font-size: 14px;
- }
|