index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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. }
  117. .itemPart {
  118. height: 28px;
  119. // line-height: 28px;
  120. overflow: hidden;
  121. padding-top: 0 !important;
  122. width: 290px;
  123. float: left;
  124. padding: 0 15px;
  125. box-sizing: border-box;
  126. span {
  127. display: inline-block;
  128. }
  129. .itemPartL {
  130. max-width: 180px;
  131. overflow: hidden;
  132. text-overflow: ellipsis;
  133. white-space: nowrap;
  134. float: left;
  135. }
  136. .itemPartR {
  137. width: 62px;
  138. outline: none;
  139. float: right;
  140. }
  141. .itemPartT {
  142. float: right;
  143. input {
  144. width: 40px;
  145. text-align: center;
  146. }
  147. .unit {
  148. display: inline-block;
  149. }
  150. }
  151. }
  152. .itemPartOne {
  153. width: 100% !important;
  154. }
  155. .excelDataLists {
  156. position: relative;
  157. background-color: rgba(237,237,237,0.4);
  158. border: 1px solid #ccc;
  159. .close {
  160. width: 13px;
  161. height: 13px;
  162. position: absolute;
  163. top: -5px;
  164. right: -5px;
  165. z-index: 30;
  166. background-color: #fff;
  167. border-radius: 50%;
  168. }
  169. .excelDataLis {
  170. padding: 2px 0px;
  171. border-bottom: 1px dashed #989DA3;
  172. .excelDataTitle {
  173. display: inline-block;
  174. width: 20%;
  175. vertical-align: top;
  176. padding-left: 10px;
  177. float: left;
  178. }
  179. table {
  180. width: 80%;
  181. tr {
  182. height: 16px;
  183. line-height: 16px;
  184. width: 100%;
  185. }
  186. td {
  187. text-align: left;
  188. padding-top: 6px;
  189. }
  190. .excelUnit {
  191. width: auto;
  192. margin-left: 5px;
  193. }
  194. }
  195. }
  196. }
  197. .center {
  198. text-align: center;
  199. font-size: 16px;
  200. padding-top: 10px;
  201. padding-bottom: 50px;
  202. }
  203. .slides {
  204. background-color: #ccc;
  205. text-align: center;
  206. height: 28px;
  207. line-height: 28px;
  208. margin: 10px 0 8px 0;
  209. cursor: pointer;
  210. span {
  211. color:#7d7d7d;
  212. }
  213. img{
  214. vertical-align: middle;
  215. }
  216. }