knowledgeMap.less 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da,endColorstr=#1C85FB);!*IE<9>*!
  9. -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da, endColorstr=#1C85FB)";!*IE8+*!
  10. }
  11. .titleTxt{
  12. position: relative;
  13. width: 1200px;
  14. left: 50%;
  15. margin-left: -600px;
  16. color: #fff;
  17. font-size: 14px;
  18. }
  19. .titleLogo{
  20. position: relative;
  21. top: -2px;
  22. height: 20px;
  23. margin: 0 20px 0 0;
  24. }
  25. .titleLogoShaiyifu{
  26. top: 5px;
  27. height: 30px;
  28. }
  29. .titleInfo{
  30. position: relative;
  31. display: inline-block;
  32. top: -4px;
  33. height: 40px;
  34. line-height: 40px;
  35. }*/
  36. .content{
  37. position: relative;
  38. width: 1200px;
  39. left: 50%;
  40. margin-left: -600px;
  41. cursor: default;
  42. height: 100%;
  43. }
  44. .left{
  45. float: left;
  46. background: #fff;
  47. height: 100%;
  48. margin: 10px 0 0 0;
  49. position: relative;
  50. }
  51. .right{
  52. // background: #fff;
  53. width: 394px;
  54. float: right;
  55. height: 100%;
  56. margin: 10px 0 0 0;
  57. .top{
  58. position: relative;
  59. width:394px;
  60. height:80px;
  61. background:#FFFFFF;
  62. border-radius:2px;
  63. margin: 0 0 10px 0;
  64. font-size: 14px;
  65. .select{
  66. display: inline-block;
  67. width:92px;
  68. height:40px;
  69. background:#E2ECFF;
  70. border-radius:4px;
  71. margin: 20px 10px 10px;
  72. position: relative;
  73. cursor: pointer;
  74. .selectedName{
  75. display: inline-block;
  76. width: 92px;
  77. height: 40px;
  78. text-align: center;
  79. line-height: 40px;
  80. color: #5A8EEE;
  81. position: relative;
  82. }
  83. .iconSlide{
  84. width: 16px;
  85. position: absolute ;
  86. top: 16px;
  87. right: 10px;
  88. }
  89. .selectList{
  90. position: absolute;
  91. display: none;
  92. width:90px;
  93. line-height: 30px;
  94. text-align: center;
  95. background: #fff;
  96. color: #333;
  97. border: 1px solid #e6e6e6;
  98. z-index: 2;
  99. }
  100. .selectItem:hover{
  101. background: #E2ECFF;
  102. }
  103. }
  104. .search{
  105. position: absolute;
  106. display: inline-block;
  107. width:272px;
  108. top: 20px;
  109. left: 112px;
  110. input{
  111. width:192px;
  112. padding: 0 10px;
  113. height:40px;
  114. border:1px solid rgba(230,230,230,1);
  115. border-radius: 4px 0 0 4px;
  116. box-sizing: border-box;
  117. outline: none;
  118. color: #333;
  119. font-size: 14px;
  120. }
  121. input:focus{
  122. border: 1px solid #58a6e7;
  123. outline: 0;
  124. -webkit-box-shadow:#58a6e7 0px 0px 2px;
  125. -moz-box-shadow: #58a6e7 0px 0px 2px;
  126. box-shadow: #58a6e7 0px 0px 2px;
  127. }
  128. input::-ms-clear{display:none;}
  129. input::-webkit-input-placeholder{
  130. color: #ccc;
  131. }
  132.     input:-moz-placeholder,textarea:-moz-placeholder{
  133. color: #ccc;
  134. }
  135.     input::-moz-placeholder,textarea::-moz-placeholder{
  136. color: #ccc;
  137. }
  138.     input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  139. color: #ccc;
  140. }
  141. .searchBtn{
  142. position: absolute;
  143. cursor: pointer;
  144. display: inline-block;
  145. width:60px;
  146. height:40px;
  147. text-align: center;
  148. line-height: 40px;
  149. background:#5A8EEE;
  150. border-radius:0px 4px 4px 0px;
  151. color: #fff;
  152. }
  153. .tabNameList,.tabNameListNoSearch{
  154. position: relative;
  155. top: 5px;
  156. display: none;
  157. width:192px;
  158. max-height:200px;
  159. background: #fff;
  160. border:1px solid rgba(230,230,230,1);
  161. border-radius: 4px 0 0 4px;
  162. box-sizing: border-box;
  163. overflow-y: auto;
  164. z-index:2;
  165. li{
  166. height: 40px;
  167. line-height: 40px;
  168. padding: 0 10px;
  169. color: #333;
  170. }
  171. li:hover{
  172. background: #E2ECFF;
  173. }
  174. .nodeItem{
  175. cursor: pointer;
  176. }
  177. }
  178. }
  179. }
  180. .bottom{
  181. background: #fff;
  182. padding: 0 10px;
  183. .tabList{
  184. width: 100%;
  185. height: 43px;
  186. box-sizing: border-box;
  187. border-bottom: 1px solid #E6E6E6;
  188. position: relative;
  189. .tabBox{
  190. padding: 0 20px 0 10px;
  191. }
  192. .tab{
  193. display: inline-block;
  194. height: 42px;
  195. line-height: 42px;
  196. margin: 0 20px 0 10px;
  197. font-size: 14px;
  198. color: #777;
  199. cursor: pointer;
  200. }
  201. .tab:hover{
  202. color: #5A8EEE;
  203. }
  204. .activeTab{
  205. font-size: 16px;
  206. color: #5A8EEE;
  207. font-weight: bold;
  208. border-bottom: 3px solid #5A8EEE;
  209. box-sizing: border-box;
  210. }
  211. }
  212. .showTabList{
  213. margin-right: 66px;
  214. }
  215. .toggleArrow{
  216. width: 11px;
  217. }
  218. .toggleTab{
  219. display: inline-block;
  220. position: absolute;
  221. font-size: 14px ;
  222. color: #AAA;
  223. line-height: 44px;
  224. right: 0;
  225. top: 0;
  226. width: 66px;
  227. cursor: pointer;
  228. }
  229. .hideTabList{
  230. position: absolute;
  231. background: #fff;
  232. width: 100%;
  233. z-index: 2;
  234. display: none;
  235. top: 43px;
  236. box-shadow:0px 14px 22px -6px rgba(20,39,75,0.12);
  237. }
  238. .radioList{
  239. height: 60px;
  240. line-height: 60px;
  241. }
  242. .radioItem{
  243. font-size: 14px;
  244. color: #333;
  245. line-height: 16px;
  246. margin-right: 20px;
  247. cursor: pointer;
  248. }
  249. .iconRadio{
  250. width: 14px;
  251. position: relative;
  252. top: 2px;
  253. }
  254. .iconSelect{
  255. width: 16px;
  256. top: 0px;
  257. position: relative;
  258. }
  259. }
  260. }
  261. .footer{
  262. position: absolute;
  263. width: 100%;
  264. bottom: 10px;
  265. text-align: center;
  266. font-size: 12px;
  267. color: #ccc;
  268. }
  269. .ztree{
  270. overflow: auto;
  271. }
  272. }