info.less 808 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .report-container {
  2. width: 990px;
  3. margin: auto;
  4. line-height: 1.5;
  5. font-size: 14px;
  6. color: #333;
  7. }
  8. .report-title {
  9. text-align: center;
  10. font-size: 24px;
  11. font-weight: bold;
  12. }
  13. .report-subtitle {
  14. text-align: center;
  15. font-size: 18px;
  16. font-weight: bold;
  17. margin-bottom: 10px;
  18. }
  19. .report-page {
  20. height: 700px;
  21. padding: 30px 175px;
  22. position: relative;
  23. p {
  24. margin: 4px 0;
  25. }
  26. .ant-table-wrapper {
  27. margin-bottom: 16px;
  28. }
  29. }
  30. .report-info {
  31. margin: 115px 0;
  32. .ant-row {
  33. margin: 4px 0;
  34. }
  35. }
  36. .report-announce {
  37. position: absolute;
  38. bottom: 30px;
  39. left: 0;
  40. width: 100%;
  41. color: #999;
  42. text-align: center;
  43. font-size: 12px;
  44. }
  45. .report-pageno {
  46. position: absolute;
  47. bottom: 6px;
  48. left: 0;
  49. width: 100%;
  50. color: #999;
  51. text-align: center;
  52. font-size: 12px;
  53. }