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; }