index.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .stat-pannel {
  2. background-color: #fff;
  3. }
  4. .stat-item {
  5. text-align: center;
  6. width: 100%;
  7. border-right: solid 1px rgba(64, 158, 239, 0.1);
  8. }
  9. .stat-des {
  10. font-size: 32rpx;
  11. color: #999;
  12. margin-bottom: 10rpx;
  13. display: flex;
  14. flex-direction: row;
  15. align-items: center;
  16. justify-content: center;
  17. }
  18. .des-icon {
  19. width: 30rpx;
  20. height: 30rpx;
  21. vertical-align: middle;
  22. margin-right: 10rpx;
  23. }
  24. .stat-data {
  25. font-size: 40rpx;
  26. font-weight: bold;
  27. }
  28. .stat-pannel {
  29. padding: 30rpx 0;
  30. }
  31. .chart-pannel {
  32. margin-top: 20rpx;
  33. background-color: #fff;
  34. overflow: visible;
  35. }
  36. .chart-desc {
  37. padding: 16rpx 20rpx;
  38. color: #0cc191;
  39. font-size: 32rpx;
  40. }
  41. .time-desc {
  42. padding: 16rpx 20rpx;
  43. font-size: 32rpx;
  44. }
  45. .chart-container {
  46. width: 100%;
  47. height: 400rpx;
  48. overflow: visible;
  49. }
  50. .device-msg {
  51. color: #409eff;
  52. text-align: center;
  53. }
  54. .chart-container-pie {
  55. width: 100%;
  56. height: 400rpx;
  57. }
  58. .topbar-pannel {
  59. width: 40%;
  60. }
  61. .percent-pannel {
  62. width: 60%;
  63. }
  64. .fresh-icon {
  65. width: 26rpx;
  66. height: 26rpx;
  67. vertical-align: middle;
  68. }