index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. @import "~@less/variables.less";
  2. .labelWrap>li {
  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. .staticTagActive {
  41. cursor: pointer;
  42. color: #333;
  43. display: inline-block;
  44. position: relative;
  45. vertical-align: top;
  46. padding: 2px 10px;
  47. box-sizing: border-box;
  48. width: 20%;
  49. float: left;
  50. span {
  51. border-bottom: 1px solid #666666 ;
  52. }
  53. }
  54. .staticTag {
  55. cursor: pointer;
  56. // color: #767676;
  57. color: @blue;
  58. padding-top: 10px;
  59. display: inline-block;
  60. position: relative;
  61. /* &:before {
  62. content: '\300C';
  63. }
  64. &:after {
  65. content: '\300D';
  66. } */
  67. }
  68. .labelWrap {
  69. .table {
  70. color: #000;
  71. width: 80%;
  72. tr {
  73. line-height: 18px;
  74. height: 18px;
  75. width: 100%;
  76. td {
  77. padding-top: 3px;
  78. }
  79. }
  80. }
  81. }
  82. .wrapper {
  83. position: relative;
  84. }
  85. .fillWrap {
  86. display: none;
  87. }
  88. .searchLi {
  89. height: 36px;
  90. line-height: 36px;
  91. padding: 0 30px;
  92. padding-top: 0;
  93. box-sizing: border-box;
  94. overflow: hidden;
  95. text-overflow: ellipsis;
  96. white-space: nowrap;
  97. border: 1px solid transparent;
  98. cursor: pointer;
  99. }
  100. .searchLi:hover {
  101. border: 1px solid @blue;
  102. }
  103. .searchResult {
  104. .searchResultT {
  105. img {
  106. float: right;
  107. }
  108. }
  109. }
  110. .searchLis {
  111. padding-top: 10px;
  112. margin-top: 5px;
  113. margin-bottom: 5px;
  114. border-top: 1px solid #EAEDF1;
  115. overflow: hidden;
  116. box-sizing: border-box;
  117. }
  118. .itemPart {
  119. height: 28px;
  120. // line-height: 28px;
  121. overflow: hidden;
  122. padding-top: 0 !important;
  123. width: 330px;
  124. float: left;
  125. padding: 0 15px;
  126. box-sizing: border-box;
  127. span {
  128. display: inline-block;
  129. }
  130. .itemPartL {
  131. max-width: 180px;
  132. overflow: hidden;
  133. text-overflow: ellipsis;
  134. white-space: nowrap;
  135. float: left;
  136. }
  137. .itemPartR {
  138. width: 62px;
  139. outline: none;
  140. float: right;
  141. }
  142. .itemPartT {
  143. float: right;
  144. input {
  145. width: 40px;
  146. text-align: center;
  147. float: left;
  148. }
  149. .unit {
  150. display: inline-block;
  151. max-width: 70px;
  152. overflow: hidden;
  153. text-overflow: ellipsis;
  154. white-space: nowrap;
  155. }
  156. }
  157. }
  158. .itemPartOne {
  159. width: 100% !important;
  160. }
  161. .excelDataLists {
  162. position: relative;
  163. background-color: rgba(237,237,237,0.4);
  164. border: 1px solid #ccc;
  165. .close {
  166. width: 13px;
  167. height: 13px;
  168. position: absolute;
  169. top: -5px;
  170. right: -5px;
  171. z-index: 30;
  172. background-color: #fff;
  173. border-radius: 50%;
  174. }
  175. .excelDataLis {
  176. padding: 2px 0px;
  177. border-bottom: 1px dashed #989DA3;
  178. .excelDataTitle {
  179. display: inline-block;
  180. width: 20%;
  181. vertical-align: top;
  182. padding-left: 10px;
  183. float: left;
  184. }
  185. table {
  186. width: 80%;
  187. tr {
  188. height: 16px;
  189. line-height: 16px;
  190. width: 100%;
  191. }
  192. td {
  193. text-align: left;
  194. padding-top: 6px;
  195. }
  196. .excelUnit {
  197. width: auto;
  198. margin-left: 5px;
  199. }
  200. }
  201. }
  202. }
  203. .center {
  204. text-align: center;
  205. font-size: 16px;
  206. padding-top: 10px;
  207. padding-bottom: 50px;
  208. }
  209. .slides {
  210. background-color: #ccc;
  211. text-align: center;
  212. height: 28px;
  213. line-height: 28px;
  214. margin: 10px 0 8px 0;
  215. cursor: pointer;
  216. span {
  217. color:#7d7d7d;
  218. }
  219. img{
  220. vertical-align: middle;
  221. }
  222. }