index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. @charset "utf-8";
  2. #export {
  3. border-top: 20px solid #7775CAFF;
  4. .content {
  5. width: 1200px !important;
  6. padding-bottom: 20px;
  7. }
  8. .head-layout {
  9. padding: 30px 0;
  10. background: #F7F8FCFF;
  11. }
  12. .water {
  13. display: none;
  14. }
  15. .detail-layout {
  16. background: #fff;
  17. padding-top: 20px;
  18. .total-block {
  19. border: 1px solid #E4E4E4FF;
  20. height: 80px;
  21. line-height: 80px;
  22. border-radius: 4px;
  23. }
  24. .detail-item {
  25. padding-top: 20px;
  26. padding-bottom: 40px;
  27. }
  28. .detail-item-block {
  29. margin-bottom: 40px;
  30. }
  31. .title-item {
  32. border-left: 6px solid #7775CAFF;
  33. padding-left: 10px;
  34. font-size: 18px;
  35. line-height: 16px;
  36. font-weight: 600;
  37. color: #303036FF;
  38. margin-bottom: 20px;
  39. }
  40. .select-item {
  41. width: 520px;
  42. .select-icon {
  43. left: 0;
  44. top: 5px;
  45. border-radius: 50%;
  46. width: 15px;
  47. height: 15px;
  48. border: 1px solid #D5D5D5FF;
  49. }
  50. }
  51. .ask-tag {
  52. display: inline-block;
  53. background: #4D4D4DFF;
  54. padding: 2px 10px;
  55. font-size: 10px;
  56. color: #fff;
  57. border-radius: 2px;
  58. margin-bottom: 5px;
  59. }
  60. .note-item {
  61. background: rgba(245, 245, 245, 1);
  62. border-radius: 6px;
  63. padding: 15px;
  64. .t {
  65. border-left: 5px solid rgba(179, 179, 179, 1);
  66. padding-left: 15px;
  67. line-height: 10px;
  68. }
  69. }
  70. .hard-body {
  71. border-top: 1px solid #ECEDEEFF;
  72. }
  73. .hard-row {
  74. border-bottom: 1px solid #ECEDEEFF;
  75. line-height: 60px;
  76. height: 60px;
  77. display: flex;
  78. .label {
  79. padding-left: 20px;
  80. width: 90px;
  81. }
  82. .input {
  83. padding-left: 20px;
  84. flex: 1;
  85. .hard-input {
  86. display: inline-block;
  87. border: none;
  88. background: none;
  89. }
  90. }
  91. }
  92. .hard-row:nth-of-type(even) {
  93. background: #FBFBFB;
  94. }
  95. .hard-select {
  96. background: #FBFBFBFF;
  97. border-bottom: 1px solid #ECEDEEFF;
  98. border-top: 1px solid #ECEDEEFF;
  99. padding: 15px 20px;
  100. }
  101. }
  102. }
  103. @media print {
  104. #export .content {
  105. width: 595px !important;
  106. }
  107. #export .water {
  108. display: block;
  109. position: absolute;
  110. color: rgba(0, 0, 0, 0.2);
  111. }
  112. body {
  113. height: auto !important;
  114. }
  115. }