base.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. html,body{margin: 0;padding: 0;}
  2. body{
  3. background: #1e2131;
  4. color: #fff;
  5. font-family: "Microsoft YaHei";
  6. }
  7. /*@media (max-width: 1400px) {*/
  8. /*.col-lg-6 {*/
  9. /*width: 50%!important;*/
  10. /*}*/
  11. /*}*/
  12. .container-fluid-s{
  13. margin: 2vw 1.5vw;
  14. }
  15. .total{
  16. padding: 3.4vw 0;
  17. text-align: center;
  18. }
  19. .hbule{
  20. color: #86b5d2;
  21. }
  22. .purple{
  23. color: #8129dd;
  24. }
  25. .grn{
  26. color: #8ec63f;
  27. }
  28. .bule{
  29. color: #2756ca;
  30. }
  31. .yel{
  32. color: #f1b601;
  33. }
  34. .org{
  35. color: #f86423;
  36. }
  37. .ybule{
  38. color: #27aae3;
  39. }
  40. .bold{
  41. font-weight: bold;
  42. }
  43. .fl{
  44. float: left;
  45. }
  46. .fr{
  47. float: right!important;
  48. }
  49. .mrbt{
  50. margin-bottom: 20px;
  51. }
  52. .totalbox{
  53. border: 1px solid #3188ff;
  54. box-shadow: 0.1vw 0.1vw 1vw rgba(38,79,141,.7);
  55. height: 22vw;
  56. }
  57. .totaltem{
  58. margin: 0 0;
  59. }
  60. .totaltem .name{
  61. font-size: 1.6vw;
  62. }
  63. .totaltem .number a{
  64. font-size: 3.0vw;
  65. color: #fff;
  66. background: #204397;
  67. padding:0 0.8vw;
  68. margin: 0 0.2vw;
  69. }
  70. .totaltitle{
  71. background: #252e44;
  72. /*margin-right: -15px;*/
  73. /*margin-left: -15px;*/
  74. padding: 0.8vw 1.3vw;
  75. }
  76. .totaltitle p {
  77. margin: 0;
  78. font-family: "Microsoft YaHei";
  79. font-weight: bold;
  80. font-size: 1vw;
  81. }
  82. .column{
  83. border: 1px solid #252e44;
  84. text-align: center;
  85. margin-bottom: 2vw;
  86. }
  87. .column p{
  88. background: #252e44;
  89. color: #fff;
  90. padding: 0.5vw 0;
  91. font-size: 1vw;
  92. }
  93. .column div{
  94. font-size: 1vw;
  95. padding: 0.5vw 0;
  96. }
  97. .nav-pills>li>a {
  98. border-radius: 0;
  99. }
  100. .nav>li>a {
  101. position: relative;
  102. display: block;
  103. padding: 0 0.8vw;
  104. }
  105. .tab-content{
  106. height: 86%;
  107. }
  108. .tab-pane{
  109. height: 100%;
  110. }