From afe4f422c83738d358ea7b55385e37ad0147ec53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Thu, 29 Jan 2026 16:58:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E7=B2=BE=E9=80=89=E9=A1=B5=E9=9D=A2=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=B5=B7=E5=A4=96=E5=85=88=E6=9C=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 3 + src/pages/foreign/index.vue | 38 ++- src/pages/recommend/index.vue | 560 ++++++++++++++++++++++++++++++++++ 3 files changed, 587 insertions(+), 14 deletions(-) create mode 100644 src/pages/recommend/index.vue diff --git a/src/pages.json b/src/pages.json index ae7e47d..36e5360 100644 --- a/src/pages.json +++ b/src/pages.json @@ -78,6 +78,9 @@ }, { "path": "pages/foreign/index" + }, + { + "path": "pages/quality/index" } ], "globalStyle": { diff --git a/src/pages/foreign/index.vue b/src/pages/foreign/index.vue index f1db640..918d5c3 100644 --- a/src/pages/foreign/index.vue +++ b/src/pages/foreign/index.vue @@ -26,8 +26,8 @@ 09:30:00 - 来自 - 中国证券报 + 来自 + 中国证券报 @@ -70,8 +70,8 @@ 09:30:00 - 来自 - 中国证券报 + 来自 + 中国证券报 @@ -106,8 +106,8 @@ 09:30:00 - 来自 - 中国证券报 + 来自 + 中国证券报 @@ -222,7 +222,7 @@ import { ref } from "vue"; .page-timeline { width: 100%; - padding: 60rpx 28rpx 0; + padding: 60rpx 30rpx 0; background: #f3f5f8; border-radius: 24rpx 24rpx 0px 0px; overflow: hidden; @@ -276,7 +276,7 @@ import { ref } from "vue"; } .news { - padding: 25rpx 30rpx 10rpx; + padding: 25rpx 30rpx; box-sizing: border-box; .news-top { @@ -294,16 +294,26 @@ import { ref } from "vue"; } .source { - font-family: "PingFangSC, PingFang SC"; - font-weight: 400; - font-size: 24rpx; - color: #222222; - line-height: 33rpx; + display: flex; + align-items: center; - .l-1 { + .t-1 { + font-family: "PingFangSC, PingFang SC"; + font-weight: 400; + font-size: 24rpx; + color: #222222; + line-height: 33rpx; margin-right: 4rpx; color: #666666; } + + .t-2 { + font-family: "PingFangSC, PingFang SC"; + font-weight: 400; + font-size: 24rpx; + color: #222222; + line-height: 33rpx; + } } } diff --git a/src/pages/recommend/index.vue b/src/pages/recommend/index.vue new file mode 100644 index 0000000..962ef0a --- /dev/null +++ b/src/pages/recommend/index.vue @@ -0,0 +1,560 @@ + + + + +