index.less 4.9 KB

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