echartsHome.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. * {
  2. font-family: "Microsoft YaHei";
  3. }
  4. .CodeMirror * {
  5. font-family: sans-serif;
  6. }
  7. html {
  8. background-color: rgb(6, 19, 37);
  9. }
  10. body {
  11. padding-top: 50px;
  12. padding-bottom: 0;
  13. background-color: rgb(247, 247, 247);
  14. }
  15. body p {
  16. line-height: 2;
  17. }
  18. .navbar {
  19. margin-bottom: 0;
  20. }
  21. .navbar > .container .navbar-brand {
  22. margin-left:0;
  23. }
  24. .navbar a.navbar-brand {
  25. background:url('../img/echarts-logo.png') no-repeat 0 10px;
  26. padding-left: 48px;
  27. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  28. font-size: 25px;
  29. }
  30. .navbar-default {
  31. background-color: rgb(247, 247, 247);
  32. border-color:rgb(218, 218, 218);
  33. }
  34. .navbar-default .navbar-nav > li.active > a {
  35. background-color: transparent;
  36. color: #3E98C5;
  37. font-weight: bolder;
  38. border-bottom: 3px solid rgb(62,152, 197);
  39. }
  40. @media (max-width: 980px) {
  41. .navbar-default .navbar-nav > li > a {
  42. padding-left: 8px;
  43. padding-right: 8px;
  44. }
  45. }
  46. .navbar-default .navbar-nav > li > a:hover {
  47. background-color: #eee;
  48. }
  49. .navbar-fixed-top {
  50. z-index: 999999;
  51. }
  52. .carousel-caption.ecx-link {
  53. bottom: 20px;
  54. }
  55. .carousel-caption.ecx-link a {
  56. font-size:14px;
  57. height: 30px;
  58. display: block;
  59. color:#999;
  60. }
  61. .carousel-caption.ecx-link a:hover {
  62. color:#eee;
  63. text-decoration: none;
  64. }
  65. blockquote {
  66. border-width:0;
  67. margin-bottom:10px;
  68. }
  69. .marketing .feature .col-lg-4 img {
  70. margin-bottom: 10px;
  71. }
  72. .marketing .thx .col-lg-4 {
  73. margin-bottom: 0;
  74. text-align:left;
  75. }
  76. .thx blockquote p {
  77. text-align:left;
  78. margin-bottom:0;
  79. }
  80. .thx blockquote small {
  81. text-align:right;
  82. }
  83. .thx div {
  84. padding:0;
  85. }
  86. div.user {
  87. margin-top: 30px;
  88. }
  89. .user img {
  90. height:50px;
  91. padding: 5px;
  92. margin: 15px 3px;
  93. border: 1px solid #ddd;
  94. opacity: .75;
  95. }
  96. .user a:hover img {
  97. opacity: 1;
  98. border: 1px solid #ccc;
  99. }
  100. .featurette {
  101. padding:50px 0;
  102. border-top: 1px solid #ddd;
  103. }
  104. .featurette-heading {
  105. margin-top: 0px
  106. }
  107. img {
  108. max-width: 100%;
  109. }
  110. hr {
  111. border-color: #ddd;
  112. }
  113. .row {
  114. margin-right: 0;
  115. margin-left: 0;
  116. }
  117. .jumbotron {
  118. margin: 0;
  119. text-align: center;
  120. background-color:transparent;
  121. }
  122. .jumbotron h1 {
  123. font-size: 100px;
  124. line-height: 1;
  125. }
  126. .jumbotron .lead {
  127. font-size: 24px;
  128. line-height: 1.25;
  129. }
  130. .jumbotron .btn {
  131. font-size: 21px;
  132. padding: 14px 24px;
  133. }
  134. .team {
  135. padding-bottom:0;
  136. }
  137. .team .row {
  138. margin-bottom: 40px;
  139. }
  140. .team i {
  141. font-size:12px;
  142. }
  143. .e-list dt {
  144. float: left;
  145. clear: left;
  146. width: 60px;
  147. }
  148. .e-list dd {
  149. float: left;
  150. clear: right;
  151. color: #666;
  152. }
  153. #footer {
  154. clear:both;
  155. background-color: rgb(6, 19, 37);
  156. padding: 30px 0;
  157. }
  158. #footer p {
  159. color: #fff;
  160. font-size: 14px;
  161. }
  162. #footer li a {
  163. color: rgb(190, 205, 223);
  164. font-size: 12px;
  165. }
  166. #footer ul {
  167. list-style-type: none;
  168. padding: 0;
  169. }
  170. #footer i {
  171. color: rgb(190, 205, 223);
  172. }
  173. #footer div.flogo {
  174. position:relative;
  175. }
  176. #footer div.flogo img {
  177. width:220px;
  178. position:absolute;
  179. left:30px;
  180. top:-120px;
  181. }
  182. #footer div.flogo a:hover img {
  183. top:-130px;
  184. }
  185. .dropdown i {
  186. color:#555;
  187. }
  188. .nav ul.dropdown-menu{
  189. min-width : 0;
  190. }
  191. .dropdown-menu > li > a {
  192. padding: 3px 10px;
  193. }
  194. /*example*/
  195. .CodeMirror pre{color: #f8f8f2;}
  196. .CodeMirror-scrollbar-filler {
  197. background-color:rgb(247,247,247);
  198. }
  199. .container-fluid .example {
  200. padding: 25px 0;
  201. }
  202. .sidebar-nav {
  203. padding: 9px 0;
  204. margin-bottom: 0;
  205. }
  206. .nav-header {
  207. display: block;
  208. padding: 3px 15px;
  209. font-size: 11px;
  210. font-weight: bold;
  211. line-height: 20px;
  212. color: #999999;
  213. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  214. text-transform: uppercase;
  215. }
  216. .col-md-4.ani {
  217. transition: width 1s;
  218. -moz-transition: width 1s;
  219. -webkit-transition: width 1s;
  220. -o-transition: width 1s;
  221. }
  222. .col-md-8.ani {
  223. transition: width 1s;
  224. -moz-transition: width 1s;
  225. -webkit-transition: width 1s;
  226. -o-transition: width 1s;
  227. }
  228. .main {
  229. height: 400px;
  230. /*width: 778px !important;*/
  231. overflow: hidden;
  232. padding : 10px;
  233. margin-bottom: 10px;
  234. border: 1px solid #e3e3e3;
  235. -webkit-border-radius: 4px;
  236. -moz-border-radius: 4px;
  237. border-radius: 4px;
  238. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  239. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  240. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  241. }
  242. #graphic .btn {
  243. width: 80px;
  244. }
  245. #graphic .text-primary {
  246. margin:0 5px 0 20px
  247. }
  248. #icon-resize {
  249. color:#000;
  250. float:right;
  251. opacity:.4;
  252. filter:alpha(opacity=30);
  253. }
  254. a#icon-resize:hover {
  255. opacity:.8;
  256. filter:alpha(opacity=60);
  257. text-decoration: blink;
  258. }
  259. /*doc*/
  260. .panel {
  261. background-color:transparent;
  262. margin-left: -15px;
  263. margin-top: 10px;
  264. -webkit-box-shadow: none;
  265. box-shadow: none;
  266. }
  267. .panel-body {
  268. padding: 0 0 0 10px;
  269. }
  270. #toc,
  271. #config {
  272. padding: 9px 0;
  273. overflow-y : auto;
  274. }
  275. .tree ul,
  276. .tree li {
  277. list-style: none;
  278. font-size : 14px;
  279. line-height : 20px;
  280. }
  281. .tree ul {
  282. margin: 0;
  283. padding: 0 0 0 2em;
  284. }
  285. .tree {
  286. white-space: nowrap;
  287. }
  288. .tree strong {
  289. color: purple;
  290. font-weight: normal;
  291. }
  292. .tree li {
  293. position: relative;
  294. }
  295. .tree strong:hover, #content .value:hover, #content .summary:hover {
  296. background-color: silver;
  297. -webkit-transition: all .5s ease-in;
  298. }
  299. .tree .operator {
  300. position: absolute;
  301. left: -1em;
  302. top: 0;
  303. display: none;
  304. cursor: pointer;
  305. }
  306. .tree ul .operator {
  307. display: block;
  308. }
  309. .tree ul .value,
  310. .tree ul .group,
  311. .tree ul .summary {
  312. margin-left: .5em;
  313. }
  314. .tree .group {
  315. display: inline;
  316. }
  317. .tree .summary {
  318. display: none;
  319. color: black;
  320. font-weight: bold;
  321. }
  322. .tree .tree-close .group {
  323. display: none;
  324. }
  325. .tree .tree-close .summary {
  326. display: inline;
  327. }
  328. .tree .string {
  329. color: maroon;
  330. }
  331. .tree .number {
  332. color: blue;
  333. }
  334. .tree .boolean {
  335. color: black;
  336. }
  337. #doc h3 a,#doc h4 a,#doc h5 a{
  338. display:inline-block;
  339. padding-top:80px;
  340. }
  341. table.full {width:100%;}
  342. .ADoc_table { border-collapse: collapse; margin-bottom:15px; }
  343. .ADoc_table th, .ADoc_table td {
  344. border:1px solid rgb(23,53,81);
  345. padding: 3px;
  346. color:#222;
  347. }
  348. .ADoc_table th {
  349. border-bottom:2px solid rgb(23,53,81);
  350. background:rgb(37,78,117);
  351. color:#fff;
  352. text-align:center;
  353. }
  354. .bgRed {
  355. background:rgb(255,230,230);
  356. }
  357. .bgGreen {
  358. background:rgb(230,255,230);
  359. }
  360. .bgBlue {
  361. background:rgb(210,230,255);
  362. }
  363. .prettyprint {
  364. margin-top: 8px;
  365. }
  366. .prettyprint xmp{
  367. margin: 0px;
  368. padding: 10px;
  369. }
  370. .prettyprint .pln {
  371. line-height: 0px;
  372. }
  373. .ec-icon {
  374. display: inline-block;
  375. width: 35px;
  376. height: 25px;
  377. *margin-right: .3em;
  378. line-height: 25px;
  379. vertical-align: middle;
  380. background-image: url("../img/icon-bar.png");
  381. background-repeat: no-repeat;
  382. }
  383. .ec-icon-line {
  384. background-position: 0 -1px;
  385. }
  386. .ec-icon-bar {
  387. background-position: 0 -26px;
  388. }
  389. .ec-icon-scatter {
  390. background-position: 0 -51px;
  391. }
  392. .ec-icon-k {
  393. background-position: 0 -76px;
  394. }
  395. .ec-icon-pie {
  396. background-position: 0 -101px;
  397. }
  398. .ec-icon-radar {
  399. background-position: 0 -126px;
  400. }
  401. .ec-icon-chord {
  402. background-position: 0 -151px;
  403. }
  404. .ec-icon-force {
  405. background-position: 0 -176px;
  406. }
  407. .ec-icon-map {
  408. background-position: 0 -201px;
  409. }
  410. .ec-icon-gauge {
  411. background-position: 0 -226px;
  412. }
  413. .ec-icon-funnel {
  414. background-position: 0 -251px;
  415. }
  416. .ec-icon-mix {
  417. background-position: 0 -276px;
  418. }
  419. .ec-icon-component {
  420. background-position: 0 -301px;
  421. }
  422. .ec-icon-other {
  423. background-position: 0 -326px;
  424. }
  425. .ec-icon-theme {
  426. background-position: 0 -351px;
  427. }
  428. .ec-icon-topic {
  429. background-position: 0 -376px;
  430. }
  431. .ec-icon-eventRiver {
  432. background-position: 0 -401px;
  433. }
  434. .ec-icon-venn {
  435. background-position: 0 -426px;
  436. }
  437. .ec-icon-treemap {
  438. background-position: 0 -451px;
  439. }
  440. .ec-icon-wordCloud {
  441. background-position: 0 -476px;
  442. }
  443. .ec-icon-tree {
  444. background-position: 0 -501px;
  445. }
  446. .ec-icon-heatmap {
  447. background-position: 0 -526px;
  448. }