index.acss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .a-error-view-wrapper {
  2. padding-top: 240rpx;
  3. display: block;
  4. height: 100%;
  5. text-align: center;
  6. }
  7. .a-error-view-pic {
  8. width: 570rpx;
  9. margin: 0 auto 16rpx auto;
  10. height: 300rpx;
  11. background: url('./img/error.png') no-repeat 0 0;
  12. background-size: contain;
  13. }
  14. .a-error-view-pic-limit {
  15. background-image: url('./img/limit.png');
  16. }
  17. .a-error-view-pic-empty {
  18. background-image: url('./img/empty.png');
  19. }
  20. .a-error-view-title {
  21. font-size: 32rpx;
  22. line-height: 45rpx;
  23. color: #808080;
  24. }
  25. .a-error-view-result-view {
  26. font-size: 26rpx;
  27. color: #808080;
  28. }
  29. .a-error-view-action {
  30. padding-top: 45rpx;
  31. }
  32. .a-error-view-button {
  33. display: inline-block;
  34. padding: 11rpx 42rpx;
  35. line-height: 37rpx;
  36. font-size: 26rpx;
  37. color: #808080;
  38. border: 1px solid #808080;
  39. border-radius: 2rpx;
  40. }
  41. .a-error-view-button-hover {
  42. background: #ddd;
  43. }
  44. .a-error-view-wrapper.a-error-view-wrapper-update {
  45. line-height: 1.5;
  46. padding-bottom: 90rpx;
  47. }
  48. .a-error-view-wrapper.a-error-view-wrapper-update .a-error-view-update-link {
  49. color: #0C77D3;
  50. }