index.less 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. display: flex;
  10. i {
  11. font-style: normal;
  12. display: inline-block;
  13. vertical-align: top;
  14. padding-top: 3px;
  15. &:before {
  16. content: '\300C';
  17. }
  18. &:after {
  19. content: '\300D';
  20. }
  21. }
  22. &>p {
  23. cursor: pointer;
  24. color: #767676;
  25. display: inline-block;
  26. position: relative;
  27. vertical-align: top;
  28. }
  29. .partDel {
  30. width: 13px;
  31. height: 13px;
  32. margin-bottom: 11px;
  33. cursor: pointer;
  34. display: inline-block;
  35. position: absolute;
  36. right: 0;
  37. top: 12px;
  38. background-color: #fff;
  39. }
  40. }
  41. .staticTagActive {
  42. cursor: pointer;
  43. color: #333;
  44. display: inline-block;
  45. position: relative;
  46. vertical-align: top;
  47. padding: 2px 10px;
  48. box-sizing: border-box;
  49. width: 20%;
  50. float: left;
  51. span {
  52. border-bottom: 1px solid #666666 ;
  53. }
  54. }
  55. .staticTag {
  56. cursor: pointer;
  57. // color: #767676;
  58. color: @blue;
  59. padding-top: 10px;
  60. display: inline-block;
  61. position: relative;
  62. /* &:before {
  63. content: '\300C';
  64. }
  65. &:after {
  66. content: '\300D';
  67. } */
  68. }
  69. .labelWrap {
  70. .table {
  71. color: #000;
  72. width: 80%;
  73. tr {
  74. line-height: 18px;
  75. height: 18px;
  76. width: 100%;
  77. td {
  78. padding-top: 3px;
  79. }
  80. }
  81. }
  82. }
  83. .wrapper {
  84. position: relative;
  85. }
  86. .fillWrap {
  87. display: none;
  88. }
  89. .searchLiUl {
  90. /*overflow-y: auto;
  91. max-height: 225px;*/
  92. // min-height: 80px;
  93. }
  94. .searchIsp {
  95. display: block !important;
  96. left: 107px !important;
  97. width: 302px !important;
  98. top: 0 !important;
  99. float: right;
  100. }
  101. .searchLi {
  102. height: 36px;
  103. line-height: 36px;
  104. padding: 0 30px;
  105. padding-top: 0;
  106. box-sizing: border-box;
  107. overflow: hidden;
  108. text-overflow: ellipsis;
  109. white-space: nowrap;
  110. border: 1px solid transparent;
  111. cursor: pointer;
  112. // background-color: #f5f5f5;
  113. }
  114. .searchLi:hover {
  115. background: @hoverBg;
  116. color: @bannerBg;
  117. }
  118. .searchResult {
  119. .searchResultT {
  120. img {
  121. float: right;
  122. }
  123. }
  124. }
  125. .searchLis {
  126. padding-top: 10px;
  127. margin-top: 5px;
  128. margin-bottom: 5px;
  129. border-top: 1px solid #EAEDF1;
  130. overflow: hidden;
  131. box-sizing: border-box;
  132. }
  133. .itemPart {
  134. height: 28px;
  135. line-height: 28px;
  136. overflow: hidden;
  137. padding-top: 0 !important;
  138. width: 330px;
  139. float: left;
  140. padding: 0 15px;
  141. box-sizing: border-box;
  142. span {
  143. display: inline-block;
  144. }
  145. .itemPartL {
  146. max-width: 180px;
  147. overflow: hidden;
  148. text-overflow: ellipsis;
  149. white-space: nowrap;
  150. float: left;
  151. }
  152. .itemPartR {
  153. width: 62px;
  154. outline: none;
  155. float: left;
  156. margin-top: 5px;
  157. }
  158. .itemPartT {
  159. float: right;
  160. width: 120px;
  161. input {
  162. width: 40px;
  163. text-align: center;
  164. float: left;
  165. margin-right: 10px;
  166. height: 28px;
  167. line-height: 28px;
  168. }
  169. .unit {
  170. display: inline-block;
  171. width: 70px;
  172. height: 28px;
  173. line-height: 28px;
  174. overflow: hidden;
  175. text-overflow: ellipsis;
  176. white-space: nowrap;
  177. }
  178. }
  179. }
  180. .itemPartOne {
  181. width: 100% !important;
  182. }
  183. .excelDataLists {
  184. position: relative;
  185. background-color: rgba(237,237,237,0.4);
  186. border: 1px solid #ccc;
  187. .close {
  188. display: inline-block;
  189. width: 15px;
  190. height: 15px;
  191. position: absolute;
  192. top: -5px;
  193. right: -5px;
  194. z-index: 1;
  195. border-radius: 50%;
  196. background: @closeIcon;
  197. // background: url('/img/close.png') no-repeat center center;
  198. background-size: 100% 100%;
  199. background-color: #fff;
  200. }
  201. .excelDataLis {
  202. padding: 2px 0px;
  203. border-bottom: 1px dashed #989DA3;
  204. .excelDataTitle {
  205. display: inline-block;
  206. width: 20%;
  207. vertical-align: top;
  208. padding-left: 10px;
  209. float: left;
  210. }
  211. table {
  212. width: 80%;
  213. tr {
  214. height: 16px;
  215. line-height: 16px;
  216. width: 100%;
  217. }
  218. td {
  219. text-align: left;
  220. padding-top: 6px;
  221. }
  222. .excelUnit {
  223. width: auto;
  224. margin-left: 5px;
  225. }
  226. }
  227. }
  228. }
  229. .excelDataLists:hover{
  230. .close{
  231. background: @closeHor;
  232. background-size: 100% 100%;
  233. background-color: #fff;
  234. cursor: pointer;
  235. }
  236. }
  237. .center {
  238. text-align: center;
  239. font-size: 16px;
  240. padding-top: 10px;
  241. padding-bottom: 50px;
  242. }
  243. .slides {
  244. background-color: #ccc;
  245. text-align: center;
  246. height: 28px;
  247. line-height: 28px;
  248. margin: 10px 0 8px 0;
  249. cursor: pointer;
  250. span {
  251. color:#7d7d7d;
  252. }
  253. img{
  254. vertical-align: middle;
  255. }
  256. }