数据可视化大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
665B

  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: 28px;
  10. color: rgb(126 221 243 / 100%);
  11. }
  12. .chart-button {
  13. width: 175px;
  14. height: 51px;
  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. }