knowledgeMap.less 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. .knowledgeMapWrapper{
  2. min-width: 1200px;
  3. .title{
  4. position: relative;
  5. height: 40px;
  6. line-height: 40px;
  7. background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
  8. }
  9. .titleTxt{
  10. position: relative;
  11. width: 1200px;
  12. left: 50%;
  13. margin-left: -600px;
  14. color: #fff;
  15. font-size: 14px;
  16. }
  17. .titleLogo{
  18. position: relative;
  19. top: 3px;
  20. height: 20px;
  21. }
  22. .content{
  23. position: relative;
  24. width: 1200px;
  25. left: 50%;
  26. margin-left: -600px;
  27. cursor: pointer;
  28. height: 100%;
  29. }
  30. .left{
  31. float: left;
  32. background: #fff;
  33. height: 100%;
  34. margin: 10px 0 0 0;
  35. }
  36. .right{
  37. // background: #fff;
  38. width: 394px;
  39. float: right;
  40. height: 100%;
  41. margin: 10px 0 0 0;
  42. .top{
  43. position: relative;
  44. width:394px;
  45. height:80px;
  46. background:#FFFFFF;
  47. border-radius:2px;
  48. margin: 0 0 10px 0;
  49. font-size: 14px;
  50. .select{
  51. display: inline-block;
  52. width:92px;
  53. height:40px;
  54. background:#E2ECFF;
  55. border-radius:4px;
  56. margin: 20px 10px 10px;
  57. .selectedName{
  58. display: inline-block;
  59. width: 60px;
  60. height: 40px;
  61. text-align: center;
  62. line-height: 40px;
  63. color: #5A8EEE;
  64. position: relative;
  65. }
  66. .iconSlide{
  67. width: 7px;
  68. position: relative;
  69. top: -3px;
  70. }
  71. .selectList{
  72. position: absolute;
  73. display: none;
  74. width:90px;
  75. line-height: 30px;
  76. text-align: center;
  77. background: #fff;
  78. color: #333;
  79. border: 1px solid #e6e6e6;
  80. z-index: 2;
  81. }
  82. .selectItem:hover{
  83. background: #abcdef;
  84. }
  85. }
  86. .search{
  87. position: absolute;
  88. display: inline-block;
  89. width:272px;
  90. top: 20px;
  91. left: 112px;
  92. input{
  93. width:192px;
  94. padding: 0 10px;
  95. height:40px;
  96. border:1px solid rgba(230,230,230,1);
  97. border-radius: 4px 0 0 4px;
  98. box-sizing: border-box;
  99. outline: none;
  100. color: #333;
  101. }
  102. .searchBtn{
  103. position: absolute;;
  104. display: inline-block;
  105. width:60px;
  106. height:40px;
  107. text-align: center;
  108. line-height: 40px;
  109. background:#5A8EEE;
  110. border-radius:0px 4px 4px 0px;
  111. color: #fff;
  112. }
  113. .tabNameList{
  114. position: relative;
  115. top: 5px;
  116. display: none;
  117. width:192px;
  118. max-height:200px;
  119. background: #fff;
  120. border:1px solid rgba(230,230,230,1);
  121. border-radius: 4px 0 0 4px;
  122. box-sizing: border-box;
  123. overflow-y: auto;
  124. li{
  125. height: 40px;
  126. line-height: 40px;
  127. padding: 0 10px;
  128. color: #333;
  129. }
  130. li:hover{
  131. background: #E2ECFF;
  132. }
  133. }
  134. }
  135. }
  136. .bottom{
  137. background: #fff;
  138. padding: 0 10px;
  139. .tabList{
  140. width: 100%;
  141. height: 43px;
  142. box-sizing: border-box;
  143. border-bottom: 1px solid #E6E6E6;
  144. .tab{
  145. display: inline-block;
  146. height: 42px;
  147. line-height: 42px;
  148. padding: 0 20px 0 10px;
  149. font-size: 12px;
  150. color: #777;
  151. }
  152. .activeTab{
  153. font-size: 16px;
  154. color: #5A8EEE;
  155. font-weight: bold;
  156. border-bottom: 3px solid #5A8EEE;
  157. box-sizing: border-box;
  158. }
  159. }
  160. .radioList{
  161. height: 60px;
  162. line-height: 60px;
  163. }
  164. .radioItem{
  165. font-size: 12px;
  166. color: #333;
  167. line-height: 16px;
  168. }
  169. .iconRadio{
  170. width: 14px;
  171. position: relative;
  172. top: 2px;
  173. }
  174. .iconSelect{
  175. width: 12px;
  176. top: 0px;
  177. position: relative;
  178. }
  179. }
  180. }
  181. .ztree{
  182. overflow: auto;
  183. }
  184. }