数据可视化大屏
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

60 líneas
1012B

  1. .chart-card {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. text-align: center;
  6. }
  7. .chart-text {
  8. margin: 0;
  9. font-size: 24px;
  10. color: rgb(126 221 243 / 100%);
  11. }
  12. .chart-button {
  13. width: 17rem;
  14. height: 5;
  15. margin: 5px;
  16. font-size: 28px;
  17. line-height: 22px;
  18. color: rgb(255 0 0 / 100%);
  19. text-align: center;
  20. background-color: rgb(6 70 120 / 0%);
  21. background-image: url('/assets/dashboardButtonBg.png');
  22. background-repeat: no-repeat;
  23. background-position: center;
  24. background-size: contain; /* 或者可以使用 'contain' 根据你的需要 */
  25. border-width: 0;
  26. }
  27. @media (min-width:0){
  28. .chart-button {font-size:12px;}
  29. }
  30. @media (min-width: 360px){
  31. .chart-button {font-size:14px;}
  32. }
  33. @media (min-width: 920px){
  34. .chart-button {font-size:18px;}
  35. }
  36. @media (min-width: 1920px){
  37. .chart-button {font-size:26px;}
  38. }
  39. .chart-container {
  40. width: 10rem;
  41. height: 10rem;
  42. }