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.
|
-
- .chart-card {
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- }
-
- .chart-text {
- margin: 0;
- font-size: 28px;
- color: rgb(126 221 243 / 100%);
-
- }
-
-
- .chart-button {
- width: 175px;
- height: 51px;
- margin: 5px;
- font-size: 28px;
- line-height: 22px;
- color: rgb(255 0 0 / 100%);
- text-align: center;
- background-color: rgb(6 70 120 / 0%);
- background-image: url('/assets/dashboardButtonBg.png');
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain; /* 或者可以使用 'contain' 根据你的需要 */
- border-width: 0;
- }
-
|