knowledgeMap.less 5.8 KB

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