From 610c70ee1c3963a59e668f52ce9d87f2d1279bfb Mon Sep 17 00:00:00 2001 From: Trae AI Date: Tue, 3 Mar 2026 17:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/compare_price/index.wxss | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/pages/compare_price/index.wxss b/pages/compare_price/index.wxss index 9c47cd2..68a450e 100644 --- a/pages/compare_price/index.wxss +++ b/pages/compare_price/index.wxss @@ -351,8 +351,14 @@ } .price-amount { - display: block; + display: inline-flex; + align-items: center; + justify-content: center; margin-bottom: -5px; + font-size: 26px; + font-weight: 700; + color: #ff4d4f; + letter-spacing: -0.5px; } .unit-price { @@ -362,12 +368,8 @@ } .currency-symbol { - font-size: 14px; -} - -.price-amount { font-size: 24px; - font-weight: bold; + margin-right: 2px; } .unit-price { @@ -463,8 +465,14 @@ } .compare-price-amount { - display: block; + display: inline-flex; + align-items: center; + justify-content: center; margin-bottom: -5px; + font-size: 26px; + font-weight: 700; + color: #ff4d4f; + letter-spacing: -0.5px; } .compare-item-price .unit-price { @@ -473,11 +481,6 @@ margin-top: -5px; } -.compare-price-amount { - font-size: 24px; - font-weight: bold; -} - .compare-item-spec { font-size: 14px; color: #666666;