knowledgeTree.less 8.2 KB

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