index.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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. margin-bottom: 10px;
  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. border: 1px solid @blue;
  116. }
  117. .searchResult {
  118. .searchResultT {
  119. img {
  120. float: right;
  121. }
  122. }
  123. }
  124. .searchLis {
  125. padding-top: 10px;
  126. margin-top: 5px;
  127. margin-bottom: 5px;
  128. border-top: 1px solid #EAEDF1;
  129. overflow: hidden;
  130. box-sizing: border-box;
  131. }
  132. .itemPart {
  133. height: 28px;
  134. line-height: 28px;
  135. overflow: hidden;
  136. padding-top: 0 !important;
  137. width: 330px;
  138. float: left;
  139. padding: 0 15px;
  140. box-sizing: border-box;
  141. span {
  142. display: inline-block;
  143. }
  144. .itemPartL {
  145. max-width: 180px;
  146. overflow: hidden;
  147. text-overflow: ellipsis;
  148. white-space: nowrap;
  149. float: left;
  150. }
  151. .itemPartR {
  152. width: 62px;
  153. outline: none;
  154. float: left;
  155. margin-top: 5px;
  156. }
  157. .itemPartT {
  158. float: right;
  159. width: 120px;
  160. input {
  161. width: 40px;
  162. text-align: center;
  163. float: left;
  164. margin-right: 10px;
  165. height: 28px;
  166. line-height: 28px;
  167. }
  168. .unit {
  169. display: inline-block;
  170. width: 70px;
  171. height: 28px;
  172. line-height: 28px;
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. white-space: nowrap;
  176. }
  177. }
  178. }
  179. .itemPartOne {
  180. width: 100% !important;
  181. }
  182. .excelDataLists {
  183. position: relative;
  184. background-color: rgba(237,237,237,0.4);
  185. border: 1px solid #ccc;
  186. .close {
  187. display: inline-block;
  188. width: 15px;
  189. height: 15px;
  190. position: absolute;
  191. top: -5px;
  192. right: -5px;
  193. z-index: 1;
  194. border-radius: 50%;
  195. background: @closeIcon;
  196. // background: url('/img/close.png') no-repeat center center;
  197. background-size: 100% 100%;
  198. background-color: #fff;
  199. }
  200. .excelDataLis {
  201. padding: 2px 0px;
  202. border-bottom: 1px dashed #989DA3;
  203. .excelDataTitle {
  204. display: inline-block;
  205. width: 20%;
  206. vertical-align: top;
  207. padding-left: 10px;
  208. float: left;
  209. }
  210. table {
  211. width: 80%;
  212. tr {
  213. height: 16px;
  214. line-height: 16px;
  215. width: 100%;
  216. }
  217. td {
  218. text-align: left;
  219. padding-top: 6px;
  220. }
  221. .excelUnit {
  222. width: auto;
  223. margin-left: 5px;
  224. }
  225. }
  226. }
  227. }
  228. .excelDataLists:hover{
  229. .close{
  230. background: @closeHor;
  231. background-size: 100% 100%;
  232. background-color: #fff;
  233. cursor: pointer;
  234. }
  235. }
  236. .center {
  237. text-align: center;
  238. font-size: 16px;
  239. padding-top: 10px;
  240. padding-bottom: 50px;
  241. }
  242. .slides {
  243. background-color: #ccc;
  244. text-align: center;
  245. height: 28px;
  246. line-height: 28px;
  247. margin: 10px 0 8px 0;
  248. cursor: pointer;
  249. span {
  250. color:#7d7d7d;
  251. }
  252. img{
  253. vertical-align: middle;
  254. }
  255. }