feat: unify trading workspace visual system

This commit is contained in:
leefer
2026-08-06 02:48:46 +08:00
parent b3a21d05b7
commit bd97ba1829
25 changed files with 803 additions and 800 deletions
+5 -5
View File
@@ -315,7 +315,7 @@
border-radius: 4px;
background: rgb(255, 255, 255);
background: var(--surface);
}
.membership-expiry {
@@ -729,7 +729,7 @@ button.account-role-badge:focus-visible {
.vip-role-badge.is-nonmember b {
background: rgb(135, 147, 158);
color: rgb(255, 255, 255);
color: var(--text-inverse);
}
.vip-role-badge b {
@@ -1216,7 +1216,7 @@ button.account-role-badge:focus-visible {
background: rgb(37, 99, 235);
color: rgb(255, 255, 255);
color: var(--text-inverse);
box-shadow: none;
@@ -1401,7 +1401,7 @@ button.account-role-badge:focus-visible {
border-radius: 7px;
background: rgb(248, 250, 252);
background: var(--table-header);
}
.account-settings-dialog .membership-status-grid span {
@@ -1439,7 +1439,7 @@ button.account-role-badge:focus-visible {
}
.account-settings-dialog .membership-comparison-head {
background: rgb(245, 247, 249);
background: var(--table-header);
}
.account-settings-dialog .membership-topup-row {