index.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. 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: 15px;
  30. height: 15px;
  31. margin-bottom: 11px;
  32. cursor: pointer;
  33. display: inline-block;
  34. position: absolute;
  35. right: -4px;
  36. top: 0px;
  37. background: @closeIcon;
  38. background-color: #fff;
  39. background-size: 100% 100%;
  40. }
  41. }
  42. .slideLi:hover{
  43. background:#F2F2F2;
  44. border-radius: 4px;
  45. .partDel{
  46. background: @closeHor;
  47. background-color: #fff;
  48. background-size: 100% 100%;
  49. }
  50. }
  51. .staticTagActive {
  52. cursor: pointer;
  53. color: #333;
  54. display: inline-block;
  55. position: relative;
  56. vertical-align: top;
  57. padding: 2px 10px;
  58. box-sizing: border-box;
  59. width: 20%;
  60. float: left;
  61. span {
  62. border-bottom: 1px solid #666666 ;
  63. }
  64. }
  65. .staticTag {
  66. cursor: pointer;
  67. // color: #767676;
  68. color: @blue;
  69. padding-top: 10px;
  70. display: inline-block;
  71. position: relative;
  72. /* &:before {
  73. content: '\300C';
  74. }
  75. &:after {
  76. content: '\300D';
  77. } */
  78. }
  79. .table {
  80. color: #000;
  81. width: 80%;
  82. tr {
  83. line-height: 18px;
  84. height: 18px;
  85. width: 100%;
  86. font-size: unset;
  87. td {
  88. cursor: default;
  89. padding-top: 3px;
  90. font-size: unset;
  91. span {
  92. font-size: unset;
  93. }
  94. }
  95. }
  96. }
  97. .searchResult {
  98. .searchResultT {
  99. img {
  100. float: right;
  101. }
  102. }
  103. }
  104. .excelDataLists {
  105. position: relative;
  106. background-color: #f1f1f1;
  107. border: 1px solid #ccc;
  108. .close {
  109. width: 13px;
  110. height: 13px;
  111. position: absolute;
  112. top: -5px;
  113. right: -5px;
  114. z-index: 30;
  115. background-color: #fff;
  116. border-radius: 50%;
  117. }
  118. .excelDataLis {
  119. padding: 2px 0px;
  120. border-bottom: 1px dashed #989DA3;
  121. .excelDataTitle {
  122. display: inline-block;
  123. width: 20%;
  124. vertical-align: top;
  125. padding-left: 10px;
  126. float: left;
  127. }
  128. table {
  129. width: 80%;
  130. tr {
  131. height: 16px;
  132. line-height: 16px;
  133. width: 100%;
  134. }
  135. td {
  136. text-align: left;
  137. padding-top: 6px;
  138. cursor: default;
  139. }
  140. .excelUnit {
  141. width: auto;
  142. margin-left: 5px;
  143. }
  144. }
  145. }
  146. }
  147. .center {
  148. text-align: center;
  149. font-size: 16px;
  150. padding-top: 10px;
  151. padding-bottom: 50px;
  152. }
  153. .slides {
  154. background-color: #EDEDED;
  155. text-align: center;
  156. height: 28px;
  157. line-height: 28px;
  158. margin: 10px 0 8px 0;
  159. cursor: pointer;
  160. span {
  161. color:#7d7d7d;
  162. }
  163. img{
  164. vertical-align: middle;
  165. }
  166. .num {
  167. color: @blue;
  168. }
  169. }
  170. .imgInfo {
  171. position: relative;
  172. }
  173. .imgInfo, .imgInfo1 {
  174. width: 15px;
  175. height: 17px;
  176. border-bottom: 0 none !important;
  177. background: url('../img/info2.png') no-repeat center center;
  178. background-size: 100% auto;
  179. position: absolute;
  180. top: -10px;
  181. left: 50%;
  182. margin-left: -8px;
  183. display: none;
  184. cursor: pointer;
  185. }
  186. .imgInfo1 {
  187. top: -13px;
  188. }
  189. .imgInfo:hover, .imgInfo1:hover {
  190. background: url('../img/info3.png') no-repeat center center;
  191. background-size: 100% auto;
  192. }
  193. .tagSpan {
  194. display: inline-block;
  195. position: relative;
  196. }
  197. .selectTagSpan {
  198. color: #000;
  199. font-weight: bold;
  200. }
  201. .tagSpan:hover {
  202. .imgInfo, .imgInfo1 {
  203. display: block;
  204. }
  205. }