diff --git a/apps/player/src/views/ProfileView.vue b/apps/player/src/views/ProfileView.vue index e88d8c0..d29b9cd 100644 --- a/apps/player/src/views/ProfileView.vue +++ b/apps/player/src/views/ProfileView.vue @@ -123,9 +123,6 @@ const balanceAmountClass = computed(() => {
-
THEBET365 @@ -387,31 +384,6 @@ const balanceAmountClass = computed(() => { min-width: 0; } -.bank-card-chip { - width: 34px; - height: 24px; - border-radius: 5px; - background: linear-gradient(135deg, #e8c96a 0%, #c9a227 40%, #a8841f 100%); - border: 1px solid rgba(255, 255, 255, 0.25); - box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3); - display: flex; - flex-direction: column; - justify-content: center; - gap: 3px; - padding: 0 7px; - flex-shrink: 0; -} - -.bank-card-chip span { - display: block; - height: 2px; - border-radius: 1px; - background: rgba(0, 0, 0, 0.25); -} - -.bank-card-chip span:nth-child(2) { width: 70%; } -.bank-card-chip span:nth-child(3) { width: 50%; } - .brand-logo { width: 22px; height: 22px; diff --git a/apps/player/src/views/RechargeView.vue b/apps/player/src/views/RechargeView.vue index 5837d3c..87fe961 100644 --- a/apps/player/src/views/RechargeView.vue +++ b/apps/player/src/views/RechargeView.vue @@ -214,9 +214,6 @@ onMounted(fetchMethods);