index.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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: 100%;
  43. // display: inline-block;
  44. tr {
  45. line-height: 18px;
  46. height: 18px;
  47. width: 100%;
  48. font-size: unset;
  49. td {
  50. padding-top: 3px;
  51. font-size: unset;
  52. span {
  53. font-size: unset;
  54. }
  55. }
  56. }
  57. }
  58. .itemPart {
  59. height: 28px;
  60. // line-height: 28px;
  61. overflow: hidden;
  62. padding-top: 0 !important;
  63. width: 290px;
  64. float: left;
  65. padding: 0 15px;
  66. box-sizing: border-box;
  67. span {
  68. display: inline-block;
  69. }
  70. .itemPartL {
  71. max-width: 180px;
  72. overflow: hidden;
  73. text-overflow: ellipsis;
  74. white-space: nowrap;
  75. float: left;
  76. }
  77. .itemPartR {
  78. width: 62px;
  79. outline: none;
  80. float: right;
  81. }
  82. .itemPartT {
  83. float: right;
  84. input {
  85. width: 40px;
  86. text-align: center;
  87. }
  88. .unit {
  89. display: inline-block;
  90. }
  91. }
  92. }
  93. .itemPartOne {
  94. width: 100% !important;
  95. }
  96. .excelDataLis {
  97. padding: 2px 0px;
  98. border-bottom: 1px dashed #989DA3;
  99. .excelDataTitle {
  100. width: 100%;
  101. vertical-align: top;
  102. padding-left: 10px;
  103. float: left;
  104. color: #000;
  105. }
  106. table {
  107. width: 100%;
  108. tr {
  109. height: 16px;
  110. line-height: 16px;
  111. width: 100%;
  112. }
  113. td {
  114. text-align: left;
  115. padding-top: 6px;
  116. padding-left: 10px;
  117. cursor: default;
  118. }
  119. .excelUnit {
  120. width: auto;
  121. margin-left: 5px;
  122. }
  123. }
  124. }
  125. .center {
  126. text-align: center;
  127. font-size: 16px;
  128. padding-top: 10px;
  129. padding-bottom: 50px;
  130. }
  131. .slides {
  132. background-color: #EDEDED;
  133. text-align: center;
  134. height: 28px;
  135. line-height: 28px;
  136. margin: 10px 0 8px 0;
  137. cursor: pointer;
  138. span {
  139. color:#7d7d7d;
  140. font-size: unset;
  141. }
  142. img{
  143. vertical-align: middle;
  144. }
  145. .num {
  146. color: @blue;
  147. }
  148. }
  149. .imgInfo {
  150. position: relative;
  151. }
  152. .imgInfo , .imgInfo1{
  153. width: 15px;
  154. height: 17px;
  155. border-bottom: 0 none !important;
  156. background: url('../img/info2.png') no-repeat center center;
  157. background-size: 100% auto;
  158. position: absolute;
  159. top: -10px;
  160. left: 50%;
  161. margin-left: -8px;
  162. display: none;
  163. cursor: pointer;
  164. }
  165. .imgInfo1 {
  166. top: -13px;
  167. }
  168. .imgInfo:hover, .imgInfo1:hover {
  169. background: url('../img/info3.png') no-repeat center center;
  170. background-size: 100% auto;
  171. }
  172. .excelDataTitle {
  173. .tagSpan {
  174. display: inline-block;
  175. line-height: 28px;
  176. }
  177. }
  178. .tagSpan {
  179. display: inline-block;
  180. position: relative;
  181. }
  182. .selectTagSpan {
  183. // color: #000;
  184. // font-weight: bold;
  185. // .menus {
  186. // border-bottom: 1px solid #666666;
  187. // }
  188. }
  189. .tagSpan:hover {
  190. .imgInfo, .imgInfo1 {
  191. display: block;
  192. }
  193. }