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 @@ + + + + +