index.less 2.2 KB

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