From 271b065e2d3ae78ee4972131197396388a7d442f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E5=BF=B5?= Date: Wed, 11 Jun 2025 09:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/index.css b/assets/css/index.css index cad8955..72ec71c 100755 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -77,6 +77,18 @@ height: 30px; padding: 0 11px; margin-right: 10px; + border: 1px solid #f44336; + background: #f44336; +} +.vehicle-card:hover .cus-btn { + color: #f44336 !important; + background: white; +} +.vehicle-card:hover .cus-btn span { + color: #f44336; +} +.vehicle-card .cus-btn span:first-child { + padding-bottom: 4px; } .detailsbtn{ display: flex;