info.less 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. &.ant-btn.ant-btn-loading {
  13. position: fixed;
  14. }
  15. }
  16. }
  17. .report-title {
  18. text-align: center;
  19. font-size: 24px;
  20. font-weight: bold;
  21. }
  22. .report-subtitle {
  23. text-align: center;
  24. font-size: 18px;
  25. font-weight: bold;
  26. margin-bottom: 10px;
  27. }
  28. .report-page {
  29. height: 842px;
  30. padding: 5px 50px 25px;
  31. position: relative;
  32. p {
  33. margin: 4px 0;
  34. }
  35. .ant-table-wrapper {
  36. margin-bottom: 12px;
  37. }
  38. }
  39. .report-info {
  40. margin: 115px 0;
  41. .ant-row {
  42. margin: 4px 0;
  43. }
  44. }
  45. .report-announce {
  46. position: absolute;
  47. bottom: 30px;
  48. left: 0;
  49. width: 100%;
  50. color: #999;
  51. text-align: center;
  52. font-size: 12px;
  53. }
  54. .report-pageno {
  55. position: absolute;
  56. bottom: 6px;
  57. left: 0;
  58. width: 100%;
  59. color: #999;
  60. text-align: center;
  61. font-size: 12px;
  62. }