role_home.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. .statistics-head {
  2. background-color: #054c89 ;
  3. margin-top: 50px;
  4. width: 80%;
  5. left: 100px;
  6. right: 100px;
  7. height: auto;
  8. }
  9. .statistics-head-title {
  10. margin-top: auto;
  11. width: 100%;
  12. height: auto;
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: space-between;
  16. align-items: center;
  17. }
  18. .statistics-head-row {
  19. margin-top: auto;
  20. width: 100%;
  21. height: auto;
  22. display: flex;
  23. flex-direction: row;
  24. justify-content: space-between;
  25. align-items: center;
  26. }
  27. .statistics-head-row-light {
  28. background-color: #07589d;
  29. margin-top: auto;
  30. width: 100%;
  31. height: auto;
  32. display: flex;
  33. flex-direction: row;
  34. justify-content: space-between;
  35. align-items: center;
  36. }
  37. .statistics-head-row-item {
  38. height: auto;
  39. width: auto;
  40. color: white;
  41. margin-left: 20px;
  42. margin-right: 20px;
  43. }
  44. .statistics-head-row-item-button {
  45. background: #5887e3;
  46. height: auto;
  47. width: auto;
  48. text-align: center;
  49. margin: 20px;
  50. padding-left: 15px;
  51. padding-right: 15px;
  52. padding-top: 5px;
  53. padding-bottom: 5px;
  54. }
  55. .statistics-head-row-item-button a{
  56. width:100%;
  57. height:100%;
  58. display:block;
  59. color:#fff;
  60. font-size: 16px;
  61. cursor: pointer;
  62. }
  63. .statistics-body {
  64. /*margin-top: 50px;*/
  65. width: 80%;
  66. left: 100px;
  67. right: 100px;
  68. height: auto;
  69. display: flex;
  70. flex-direction: row;
  71. flex-wrap: wrap;
  72. justify-content: space-between;
  73. align-items: center;
  74. }
  75. .statistics-body-item {
  76. background-color: #054c89;
  77. margin-top: 50px;
  78. width: auto;
  79. height: auto;
  80. display: flex;
  81. flex-direction: column;
  82. justify-content: space-between;
  83. align-items: center;
  84. }
  85. .statistics-body-item-body {
  86. width: auto;
  87. height: auto;
  88. display: flex;
  89. flex-direction: row;
  90. justify-content: space-between;
  91. align-items: flex-start;
  92. /*padding-right: 30px;*/
  93. /*padding-left: 30px;*/
  94. /*padding-top: 20px;*/
  95. /*padding-bottom: 20px;*/
  96. }
  97. .statistics-body-item-body-icon {
  98. padding-top: 30px;
  99. padding-bottom: 30px;
  100. padding-left: 40px;
  101. width: 100px;
  102. height: 100px;
  103. font-size: 100px;
  104. color: white;
  105. }
  106. .statistics-body-item-body-body {
  107. padding-top: 30px;
  108. padding-bottom: 30px;
  109. padding-left: 40px;
  110. padding-right: 40px;
  111. width: auto;
  112. height: auto;
  113. }
  114. .statistics-body-item-body-body-title {
  115. color: white;
  116. font-size: 30px;
  117. }
  118. .statistics-body-item-body-body-item {
  119. padding: 0;
  120. margin: 0;
  121. font-size: 20px;
  122. color: white;
  123. }
  124. .statistics-body-item-bottom-button {
  125. background: #229dd6;
  126. height: auto;
  127. width: 100%;
  128. text-align: center;
  129. padding-top: 10px;
  130. padding-bottom: 10px;
  131. }
  132. .statistics-body-item-bottom-button a{
  133. width:100%;
  134. height:100%;
  135. display:block;
  136. color:#fff;
  137. font-size: 16px;
  138. cursor: pointer;
  139. }