From a188cbfdf1534389031adea3b766e209067c9626 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Thu, 24 Jul 2025 14:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E4=BA=A7=E5=A2=9E=E5=8A=A0=E5=8E=9F?= =?UTF-8?q?=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/techan/detail.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue index 83bc940..ff3824d 100644 --- a/subPackages/techan/detail.vue +++ b/subPackages/techan/detail.vue @@ -28,6 +28,7 @@ {{ info.money / 100 }} + ¥{{info.price / 100}} @@ -433,6 +434,7 @@ .price { display: flex; + align-items: baseline; } } @@ -485,6 +487,12 @@ color: #B5BCC9; } } + .old-price { + font-size: 24rpx; + color: #B5BCC9; + margin-left: 10rpx; + text-decoration: line-through; + } .notice { width: 700rpx;