diff --git a/src/components/RankList.vue b/src/components/RankList.vue index b4fbfeb..15c5221 100644 --- a/src/components/RankList.vue +++ b/src/components/RankList.vue @@ -26,7 +26,7 @@ {{ item }} - + {{ item }} - + { .main { position: relative; background-color: #fff; - padding-bottom: 120rpx; + padding-bottom: 30rpx; .title { padding-top: 16rpx; @@ -242,7 +242,7 @@ const handleSub = () => { /* 允许换行 */ overflow-wrap: break-word; /* 在必要时单词内部断行 */ - font-family: "SourceHanSansCN-Medium"; + // font-family: "SourceHanSansCN-Medium"; } .author { @@ -275,6 +275,15 @@ const handleSub = () => { margin: 30rpx auto; color: #666666; // font-size: 28rpx; + font-family: + PingFangSC, + PingFang SC, + Helvetica, + Noto Sans SC, + Hiragino Sans GB, + Microsoft YaHei, + Arial, + sans-serif; font-size: var(--h2-font-size); // text-indent: 0.5em; white-space: pre-wrap; @@ -306,6 +315,15 @@ const handleSub = () => { line-height: 50rpx; text-align: justify; white-space: pre-wrap; + font-family: + PingFangSC, + PingFang SC, + Helvetica, + Noto Sans SC, + Hiragino Sans GB, + Microsoft YaHei, + Arial, + sans-serif; ::v-deep { p { @@ -340,10 +358,12 @@ const handleSub = () => { .r_tags { display: flex; - gap: 10rpx; + gap: 4pt; .tag { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 22rpx; color: #3f80fa; @@ -379,7 +399,9 @@ const handleSub = () => { } .etf_title { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: bold; font-size: 30rpx; color: #222222; @@ -394,7 +416,9 @@ const handleSub = () => { background: #edf1f5; border-radius: 8rpx; - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 24rpx; color: #666666; diff --git a/src/components/articleList/index2.vue b/src/components/articleList/index2.vue index f058f63..8e07d0b 100644 --- a/src/components/articleList/index2.vue +++ b/src/components/articleList/index2.vue @@ -155,7 +155,7 @@ const handleClick = (item: any) => { word-break: break-all; font-family: PingFangSC, PingFang SC; - font-weight: bold; + // font-weight: bold; font-size: 32rpx; color: #192236; line-height: 45rpx; diff --git a/src/components/charts/LineHol.vue b/src/components/charts/LineHol.vue index 0b9b808..c882d19 100644 --- a/src/components/charts/LineHol.vue +++ b/src/components/charts/LineHol.vue @@ -106,6 +106,10 @@ const initChart = () => { splitLine: { show: false, }, + axisLabel: { + show: true, + color: "#999999" + } }, ], yAxis: [ @@ -115,6 +119,7 @@ const initChart = () => { axisLabel: { interval: 0, rotate: 30, + color: "#333333" }, splitLine: { show: false, @@ -129,7 +134,9 @@ const initChart = () => { label: { position: "right", show: true, + color: "#666666" }, + barWidth: '10pt', itemStyle: { color: props.barColor, normal: { diff --git a/src/components/charts/LineHolYellow.vue b/src/components/charts/LineHolYellow.vue index f9da692..febff02 100644 --- a/src/components/charts/LineHolYellow.vue +++ b/src/components/charts/LineHolYellow.vue @@ -64,12 +64,17 @@ const initChart = () => { splitLine: { show: false, }, + axisLabel: { + show: true, + color: "#999999", + }, }, yAxis: { type: "category", axisLabel: { interval: 0, rotate: 30, + color: "#333333", }, splitLine: { show: false, @@ -94,7 +99,9 @@ const initChart = () => { label: { position: "right", show: true, + color: "#666666" }, + barWidth: '10pt', itemStyle: { color: "#FFCE34", normal: { @@ -124,7 +131,7 @@ watch( if (newVal) { initChart(); } - } + }, ); onMounted(async () => { // await getData(); diff --git a/src/pages/detail/indexNewsInfo.vue b/src/pages/detail/indexNewsInfo.vue index 51bfd9e..41f63fa 100644 --- a/src/pages/detail/indexNewsInfo.vue +++ b/src/pages/detail/indexNewsInfo.vue @@ -18,7 +18,7 @@
- + - + /> --> @@ -287,7 +287,7 @@ const jumpDetail = (item: any) => { .container { // background-color: #f5f5f5; - padding-bottom: 112rpx; + // padding-bottom: 112rpx; box-sizing: border-box; } diff --git a/src/pages/realtimeInfo/indexRelease.vue b/src/pages/realtimeInfo/indexRelease.vue index 23d9edc..2ea36e2 100644 --- a/src/pages/realtimeInfo/indexRelease.vue +++ b/src/pages/realtimeInfo/indexRelease.vue @@ -52,19 +52,18 @@ --> - + - - - - -
-
-
申万行业
-
概念标签
-
媒体来源
-
-
+ + + 申万行业 + 概念标签 + 媒体来源 + + + + +
- + - + + 编辑精选 - + + 搜索资讯 @@ -108,6 +109,7 @@