begin.acss 264 B

12345678910111213141516171819
  1. .noData{
  2. text-align: center;
  3. position: fixed;
  4. left: 0;
  5. top: 0;
  6. right: 0;
  7. bottom: 0;
  8. background-color: #fff;
  9. }
  10. .initImg{
  11. width: 200rpx;
  12. height: 200rpx;
  13. position: relative;
  14. top: -60rpx;
  15. }
  16. .text{
  17. font-size: 28rpx;
  18. color: #999
  19. }