Browse Source

加粗选股策略数据字体

dongqian/feature-20251022181325-deepmate简版
dongqian 3 weeks ago
parent
commit
1ce56aef47
  1. 5
      pages/deepExploration/stockSelectDetail.vue

5
pages/deepExploration/stockSelectDetail.vue

@ -342,18 +342,19 @@
display: flex; display: flex;
border-top: 1rpx dashed #eee; border-top: 1rpx dashed #eee;
width: 210%; width: 210%;
font-weight: 400;
&.increase-positive { &.increase-positive {
.other_colum { .other_colum {
color: #2DD357; color: #2DD357;
font-weight: 200;
font-weight: 400;
} }
} }
&.increase-negative { &.increase-negative {
.other_colum { .other_colum {
color: #FF4150; color: #FF4150;
font-weight: 200;
font-weight: 400;
} }
} }

Loading…
Cancel
Save