knowledgeMap.less 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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: default;
  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: 92px;
  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. font-size: 14px;
  102. }
  103. input:focus{
  104. border: 1px solid #58a6e7;
  105. outline: 0;
  106. -webkit-box-shadow:#58a6e7 0px 0px 2px;
  107. -moz-box-shadow: #58a6e7 0px 0px 2px;
  108. box-shadow: #58a6e7 0px 0px 2px;
  109. }
  110. input::-ms-clear{display:none;}
  111. input::-webkit-input-placeholder{
  112. color: #ccc;
  113. }
  114.     input:-moz-placeholder,textarea:-moz-placeholder{
  115. color: #ccc;
  116. }
  117.     input::-moz-placeholder,textarea::-moz-placeholder{
  118. color: #ccc;
  119. }
  120.     input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  121. color: #ccc;
  122. }
  123. .searchBtn{
  124. position: absolute;
  125. cursor: pointer;
  126. display: inline-block;
  127. width:60px;
  128. height:40px;
  129. text-align: center;
  130. line-height: 40px;
  131. background:#5A8EEE;
  132. border-radius:0px 4px 4px 0px;
  133. color: #fff;
  134. }
  135. .tabNameList,.tabNameListNoSearch{
  136. position: relative;
  137. top: 5px;
  138. display: none;
  139. width:192px;
  140. max-height:200px;
  141. background: #fff;
  142. border:1px solid rgba(230,230,230,1);
  143. border-radius: 4px 0 0 4px;
  144. box-sizing: border-box;
  145. overflow-y: auto;
  146. z-index:2;
  147. li{
  148. height: 40px;
  149. line-height: 40px;
  150. padding: 0 10px;
  151. color: #333;
  152. }
  153. li:hover{
  154. background: #E2ECFF;
  155. }
  156. .nodeItem{
  157. cursor: pointer;
  158. }
  159. }
  160. }
  161. }
  162. .bottom{
  163. background: #fff;
  164. padding: 0 10px;
  165. .tabList{
  166. width: 100%;
  167. height: 43px;
  168. box-sizing: border-box;
  169. border-bottom: 1px solid #E6E6E6;
  170. .tab{
  171. display: inline-block;
  172. height: 42px;
  173. line-height: 42px;
  174. padding: 0 20px 0 10px;
  175. font-size: 12px;
  176. color: #777;
  177. }
  178. .activeTab{
  179. font-size: 16px;
  180. color: #5A8EEE;
  181. font-weight: bold;
  182. border-bottom: 3px solid #5A8EEE;
  183. box-sizing: border-box;
  184. }
  185. }
  186. .radioList{
  187. height: 60px;
  188. line-height: 60px;
  189. }
  190. .radioItem{
  191. font-size: 14px;
  192. color: #333;
  193. line-height: 16px;
  194. }
  195. .iconRadio{
  196. width: 14px;
  197. position: relative;
  198. top: 2px;
  199. }
  200. .iconSelect{
  201. width: 16px;
  202. top: 0px;
  203. position: relative;
  204. }
  205. }
  206. }
  207. .ztree{
  208. overflow: auto;
  209. }
  210. }