feat: update styles and enhance pet purchase flow in marketplace components
This commit is contained in:
@@ -156,17 +156,17 @@ onUnmounted(() => { if (timer) clearInterval(timer); });
|
||||
border: 1px solid #00aaff44; border-radius: 10px; padding: 4px 10px;
|
||||
}
|
||||
.sh-back:hover { background: #00aaff14; }
|
||||
.sh-title { font-size: 18px; font-weight: bold; color: #00eeff; text-shadow: 0 0 10px #00ccff99; }
|
||||
.sh-title { font-size: 18px; font-weight: bold; color: #6699aa; }
|
||||
.sh-sub { font-size: 13px; color: #8888aa; }
|
||||
.sh-right { display: flex; align-items: center; gap: 12px; }
|
||||
.sh-ip { font-family: 'Courier New', monospace; font-size: 11px; color: #5566aa; }
|
||||
.sh-balance { font-family: 'Courier New', monospace; font-size: 15px; font-weight: bold; color: #ffdd66; text-shadow: 0 0 10px #ffaa0044; }
|
||||
.sh-balance.free { color: #33ff99; text-shadow: 0 0 10px #00ff6644; }
|
||||
.sh-balance { font-family: 'Courier New', monospace; font-size: 15px; font-weight: bold; color: #ccaa44; }
|
||||
.sh-balance.free { color: #44aa77; }
|
||||
.sh-cr { font-size: 10px; color: #886633; }
|
||||
.sh-topup {
|
||||
background: #1a2a1a; border: 1px solid #33aa55; color: #44dd77;
|
||||
font-size: 12px; font-weight: bold; padding: 6px 14px; border-radius: 16px; cursor: pointer;
|
||||
box-shadow: 0 0 10px #33aa5533;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sh-topup:hover { background: #234a23; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user