index.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. @import "~@less/variables.less";
  2. .slideLi {
  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. .table {
  69. color: #000;
  70. width: 80%;
  71. tr {
  72. line-height: 18px;
  73. height: 18px;
  74. width: 100%;
  75. td {
  76. padding-top: 3px;
  77. }
  78. }
  79. }
  80. .searchResult {
  81. .searchResultT {
  82. img {
  83. float: right;
  84. }
  85. }
  86. }
  87. .excelDataLists {
  88. position: relative;
  89. background-color: #f1f1f1;
  90. border: 1px solid #ccc;
  91. .close {
  92. width: 13px;
  93. height: 13px;
  94. position: absolute;
  95. top: -5px;
  96. right: -5px;
  97. z-index: 30;
  98. background-color: #fff;
  99. border-radius: 50%;
  100. }
  101. .excelDataLis {
  102. padding: 2px 0px;
  103. border-bottom: 1px dashed #989DA3;
  104. .excelDataTitle {
  105. display: inline-block;
  106. width: 20%;
  107. vertical-align: top;
  108. padding-left: 10px;
  109. float: left;
  110. }
  111. table {
  112. width: 80%;
  113. tr {
  114. height: 16px;
  115. line-height: 16px;
  116. width: 100%;
  117. }
  118. td {
  119. text-align: left;
  120. padding-top: 6px;
  121. }
  122. .excelUnit {
  123. width: auto;
  124. margin-left: 5px;
  125. }
  126. }
  127. }
  128. }
  129. .center {
  130. text-align: center;
  131. font-size: 16px;
  132. padding-top: 10px;
  133. padding-bottom: 50px;
  134. }
  135. .slides {
  136. background-color: #EDEDED;
  137. text-align: center;
  138. height: 28px;
  139. line-height: 28px;
  140. margin: 10px 0 8px 0;
  141. cursor: pointer;
  142. span {
  143. color:#7d7d7d;
  144. }
  145. img{
  146. vertical-align: middle;
  147. }
  148. }