index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. @import "~@less/variables.less";
  2. .excelDataLis {
  3. // cursor: pointer;
  4. color: #767676;
  5. position: relative;
  6. padding-top: 10px;
  7. padding-bottom: 10px;
  8. border-bottom:1px dashed #989DA3;
  9. i {
  10. font-style: normal;
  11. display: inline-block;
  12. vertical-align: top;
  13. padding-top: 3px;
  14. &:before {
  15. content: '\300C';
  16. }
  17. &:after {
  18. content: '\300D';
  19. }
  20. }
  21. &>p {
  22. cursor: pointer;
  23. color: #767676;
  24. display: inline-block;
  25. position: relative;
  26. vertical-align: top;
  27. }
  28. .partDel {
  29. width: 13px;
  30. height: 13px;
  31. margin-bottom: 11px;
  32. cursor: pointer;
  33. display: inline-block;
  34. position: absolute;
  35. right: 0;
  36. top: 12px;
  37. background-color: #fff;
  38. }
  39. }
  40. .table {
  41. color: #000;
  42. width: 80%;
  43. tr {
  44. line-height: 18px;
  45. height: 18px;
  46. width: 100%;
  47. td {
  48. padding-top: 3px;
  49. }
  50. }
  51. }
  52. .itemPart {
  53. height: 28px;
  54. // line-height: 28px;
  55. overflow: hidden;
  56. padding-top: 0 !important;
  57. width: 290px;
  58. float: left;
  59. padding: 0 15px;
  60. box-sizing: border-box;
  61. span {
  62. display: inline-block;
  63. }
  64. .itemPartL {
  65. max-width: 180px;
  66. overflow: hidden;
  67. text-overflow: ellipsis;
  68. white-space: nowrap;
  69. float: left;
  70. }
  71. .itemPartR {
  72. width: 62px;
  73. outline: none;
  74. float: right;
  75. }
  76. .itemPartT {
  77. float: right;
  78. input {
  79. width: 40px;
  80. text-align: center;
  81. }
  82. .unit {
  83. display: inline-block;
  84. }
  85. }
  86. }
  87. .itemPartOne {
  88. width: 100% !important;
  89. }
  90. .excelDataLis {
  91. padding: 2px 0px;
  92. border-bottom: 1px dashed #989DA3;
  93. .excelDataTitle {
  94. display: inline-block;
  95. width: 20%;
  96. vertical-align: top;
  97. padding-left: 10px;
  98. float: left;
  99. color: #000;
  100. }
  101. table {
  102. width: 80%;
  103. tr {
  104. height: 16px;
  105. line-height: 16px;
  106. width: 100%;
  107. }
  108. td {
  109. text-align: left;
  110. padding-top: 6px;
  111. cursor: default;
  112. }
  113. .excelUnit {
  114. width: auto;
  115. margin-left: 5px;
  116. }
  117. }
  118. }
  119. .center {
  120. text-align: center;
  121. font-size: 16px;
  122. padding-top: 10px;
  123. padding-bottom: 50px;
  124. }
  125. .slides {
  126. background-color: #EDEDED;
  127. text-align: center;
  128. height: 28px;
  129. line-height: 28px;
  130. margin: 10px 0 8px 0;
  131. cursor: pointer;
  132. span {
  133. color:#7d7d7d;
  134. }
  135. img{
  136. vertical-align: middle;
  137. }
  138. .num {
  139. color: @blue;
  140. }
  141. }
  142. .imgInfo {
  143. position: relative;
  144. }
  145. .imgInfo {
  146. width: 15px;
  147. height: 17px;
  148. border-bottom: 0 none !important;
  149. background: url('../img/info2.png') no-repeat center center;
  150. background-size: 100% auto;
  151. position: absolute;
  152. top: -10px;
  153. left: 50%;
  154. margin-left: -8px;
  155. display: none;
  156. cursor: pointer;
  157. }
  158. .imgInfo:hover {
  159. background: url('../img/info3.png') no-repeat center center;
  160. background-size: 100% auto;
  161. }
  162. .tagSpan {
  163. position: relative;
  164. }
  165. .tagSpan:hover {
  166. .imgInfo {
  167. display: block;
  168. }
  169. }