diff --git a/pages/deepExploration/stockSelectDetail.vue b/pages/deepExploration/stockSelectDetail.vue index 4d133b7..116fa42 100644 --- a/pages/deepExploration/stockSelectDetail.vue +++ b/pages/deepExploration/stockSelectDetail.vue @@ -342,18 +342,19 @@ display: flex; border-top: 1rpx dashed #eee; width: 210%; + font-weight: 400; &.increase-positive { .other_colum { color: #2DD357; - font-weight: 200; + font-weight: 400; } } &.increase-negative { .other_colum { color: #FF4150; - font-weight: 200; + font-weight: 400; } }