knowledgeTree.less 8.6 KB

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