diff --git a/src/views/ExchangeGoldCoinsView.vue b/src/views/ExchangeGoldCoinsView.vue index b09036f..1578df3 100644 --- a/src/views/ExchangeGoldCoinsView.vue +++ b/src/views/ExchangeGoldCoinsView.vue @@ -39,7 +39,14 @@
Exchange Gold Coins
-
+
- +
{{ coin.amount }}
${{ coin.price }}
@@ -313,21 +320,6 @@ onMounted(() => { font-style: italic; } -/* 兑换部分 */ -.exchange-section { - background-color: white; - padding: 16px; - border-radius: 12px; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); -} - -.exchange-section h3 { - margin: 0 0 16px 0; - font-size: 18px; - font-weight: 600; - color: #333; -} - .coin-item { display: flex; flex-direction: column; @@ -341,10 +333,6 @@ onMounted(() => { aspect-ratio: 1/1; } -.coin-item:hover { - border-color: #8b5cf6; -} - .coin-item.selected { border-color: #8b5cf6; background-color: #f3f4f6; @@ -362,12 +350,10 @@ onMounted(() => { border: none; padding: 12px; color: white; - cursor: pointer; - transition: background-color 0.2s; } .exchange-btn:disabled { - cursor: not-allowed; + background: #ccc; } @media screen and (max-width: 360px) {