From 1ccfee2eee43e102f209999b54515dfc59e10f89 Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 04:36:30 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=BC=A9=E7=95=A5=E5=9B=BE=E5=92=8C=E4=BF=A1=E6=81=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 103 ++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 57 deletions(-) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index d0a56ae..124eb40 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -78,66 +78,57 @@ onMounted(() => {
- -
+ +
- +
+ 推荐 +
- -
-
-
- {{ product.name }} -
-
- - 申购截止:{{ useDateFormat(product.subscribeEndAt, 'YYYY-MM-DD') }} -
+ +
+
+ {{ product.name }} +
+
+ + 申购截止:{{ useDateFormat(product.subscribeEndAt, 'YYYY-MM-DD') }} +
- -
-
- 当前价格 - ¥{{ Number(product.price) }} -
-
- 到期收益 - - - {{ Number(product.maturityYield) }} - -
-
- 产品周期(天) - - - {{ Number(product.cycleDays) }} - -
+ +
+
+ 当前价格 + ¥{{ Number(product.price) }} +
+
+ 到期收益 + + ¥{{ Number(product.maturityYield) }} + +
+
+ 周期(天) + + + {{ Number(product.cycleDays) }} +
-
- -
+
@@ -161,15 +152,13 @@ onMounted(() => { } .subscribe-btn { - --background: linear-gradient(135deg, #ac1717 0%, #662626 100%); - --background-activated: linear-gradient(135deg, #ac1717 0%, #662626 100%); + --background: linear-gradient(135deg, #c41e3a 0%, #8b1a2e 100%); + --background-activated: linear-gradient(135deg, #8b1a2e 0%, #6d1523 100%); --border-radius: 12px; - --padding-start: 16px; - --padding-end: 16px; - --box-shadow: 0 2px 8px rgba(196, 30, 30, 0.3); + --box-shadow: 0 2px 8px rgba(196, 30, 58, 0.3); font-weight: 600; - font-size: 13px; - height: 32px; + font-size: 15px; + height: 44px; text-transform: none; }