dashboard.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .pay{
  2. text-align: center;
  3. padding: 10px;
  4. }
  5. .pay img{
  6. width: 180px;
  7. height: 180px;
  8. }
  9. .card-container{
  10. margin-bottom: 10px;
  11. }
  12. .card-container.left{
  13. padding-right: 10px;
  14. }
  15. @media screen and (max-width: 992px) {
  16. .card-container.left{
  17. padding-right: 0;
  18. }
  19. }
  20. .card-container .el-card__header{
  21. padding: 8px 20px;
  22. }
  23. .card-container .header{
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. }
  28. .card-container .el-card__header .title{
  29. font-weight: bold;
  30. font-size: 14px;
  31. display: flex;
  32. align-items: center;
  33. }
  34. .card-container .el-card__header .title i{
  35. font-size: 22px;
  36. color: var(--el-color-primary);
  37. margin-right: 8px;
  38. }
  39. .style-1{
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. padding: 10px;
  44. border-radius: 6px;
  45. width: 87%;
  46. margin:0 auto 10px;
  47. color: #fff;
  48. }
  49. .style-1 i{
  50. font-size: 42px;
  51. color: #fff;
  52. }
  53. .style-2{
  54. padding: 10px;
  55. width: 87%;
  56. margin:0 auto;
  57. text-align: center;
  58. }
  59. .style-3{
  60. padding: 10px;
  61. width: 87%;
  62. margin:0 auto;
  63. text-align: center;
  64. }
  65. .style-3 .box-title{
  66. text-align: left;
  67. }
  68. .style-3 .box{
  69. height: 190px;
  70. display: flex;
  71. flex-direction: column;
  72. justify-content: space-around;
  73. }
  74. .style-3 .box-content-left{
  75. text-align: left;
  76. }
  77. .style-3 .box-number-top{
  78. font-size: 26px;
  79. }
  80. .style-3 .box-number-bottom{
  81. color: darkgrey;
  82. }
  83. .style-3 .box-content{
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. }
  88. .style-3 .icon{
  89. color: #fff;
  90. width: 60px;
  91. height: 60px;
  92. line-height: 60px;
  93. text-align: center;
  94. font-size: 32px;
  95. }
  96. .box .box-title{
  97. font-size: 18px;
  98. }
  99. .bkcolor1{
  100. background: linear-gradient(to right,var(--el-color-primary-light-3),var(--el-color-primary));
  101. }
  102. .bkcolor2{
  103. background: linear-gradient(to right,var(--el-color-warning-light-3),var(--el-color-warning));
  104. }
  105. .bkcolor3{
  106. background: linear-gradient(to right,var(--el-color-danger-light-3),var(--el-color-danger));
  107. }
  108. .bkcolor4{
  109. background: linear-gradient(to right,var(--el-color-success-light-3),var(--el-color-success));
  110. }
  111. .chart1{
  112. width: 100%;
  113. height: 305px;
  114. }
  115. .chart2{
  116. width: 100%;
  117. height: 310px;
  118. margin: 0 auto;
  119. }
  120. .chart3{
  121. width: 100%;
  122. height: 300px;
  123. }