12345678910111213141516171819 |
- .noData{
- text-align: center;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background-color: #fff;
- }
- .initImg{
- width: 200rpx;
- height: 200rpx;
- position: relative;
- top: -60rpx;
- }
- .text{
- font-size: 28rpx;
- color: #999
- }
|