knowledgeMap.less 5.9 KB

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