info.less 894 B

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