index.less 5.2 KB

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