1234567891011121314151617181920 |
- .nodata {
- margin-top: 40rpx;
- font-size: 30rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .nodatadiv {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- /* background-color: #fff; */
- background-color: transparent;
- padding-top: 20vh;
- }
|