begin.acss 319 B

1234567891011121314151617181920212223
  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. margin-bottom: 30rpx;
  20. }
  21. .btn{
  22. padding: 0 16rpx;
  23. }