Нет описания

pieCharts.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*
  2. * 运维图形统计
  3. * */
  4. div.wrapper {
  5. /*margin: 0;
  6. padding: 0px;*/
  7. font-size: 16px;
  8. -webkit-text-size-adjust: none;
  9. background: -webkit-radial-gradient(circle, #12266a, #000221);
  10. background: -o-radial-gradient(circle, #12266a, #000221);
  11. background: -moz-radial-gradient(circle, #12266a, #000221);
  12. background: radial-gradient(circle, #12266a, #000221);
  13. /* 标准的语法(必须放在最后) */
  14. font-family: "微软雅黑";
  15. display: block;
  16. }
  17. div.daoHang {
  18. display: block;
  19. }
  20. #wrap {
  21. width: 100%;
  22. margin: 0 auto;
  23. }
  24. .phone_top {
  25. height: 420px;
  26. background: url(../img/jd_bg1.png) no-repeat center;
  27. background-size: 100% 100%;
  28. position: relative;
  29. }
  30. .legend_bar {
  31. position: relative;
  32. position: relative;
  33. top: 23px;
  34. margin-left: 15px;
  35. }
  36. .legend_bar .col-line {
  37. display: inline-block;
  38. height: 20px;
  39. width: 2px;
  40. background: #00e9ff;
  41. position: relative;
  42. vertical-align: text-top;
  43. margin-right: 14px;
  44. }
  45. .title_word {
  46. color: #fff;
  47. font-size: 16px;
  48. }
  49. .legend_bar .col-line:before,
  50. .legend_bar .col-line:after {
  51. content: "";
  52. height: 12px;
  53. width: 2px;
  54. background: #00e9ff;
  55. position: absolute;
  56. top: 5px;
  57. }
  58. .legend_bar .col-line:before {
  59. left: -4px;
  60. }
  61. .legend_bar .col-line:after {
  62. left: 4px;
  63. }
  64. .phone_top {
  65. width: 100%;
  66. margin-bottom: 16px;
  67. }
  68. .phone_bottom>div {
  69. height: 400px;
  70. padding: 0;
  71. }
  72. .phone_bottom div.bottom_left {
  73. width: 28%;
  74. margin-right: 1%;
  75. background: url(../img/jd_bg3.png) no-repeat center;
  76. background-size: 100% 100%;
  77. }
  78. .phone_bottom div.bottom_right {
  79. background: url(../img/jd_bg2.png) no-repeat center;
  80. background-size: 100% 100%;
  81. width: 71%;
  82. }
  83. .phone_top .chart{
  84. float: left;
  85. height: 400px;
  86. width: 25%;
  87. padding: 10px;
  88. }
  89. .bottom_left .chart{
  90. width: 100%;
  91. height: 380px;
  92. padding: 10px;
  93. }
  94. .bottom_right .chart{
  95. float: left;
  96. width: 33.33%;
  97. height: 380px;
  98. padding: 10px;
  99. }
  100. .th-bar{
  101. margin-bottom: 10px;
  102. }