Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -64,7 +64,7 @@ button { |
64 | 64 | .text-bold { |
65 | 65 | color: #333333; |
66 | 66 | font-family: PingFangSC-Medium, PingFang SC; |
67 | - font-weight: 500; | |
67 | + font-weight: bold; | |
68 | 68 | font-size: 15px; |
69 | 69 | } |
70 | 70 | //(设备、告警,适用设备详情基础信息文本(右边的值的文本))第二个文本 |
... | ... | @@ -132,7 +132,7 @@ button { |
132 | 132 | .home-text-total { |
133 | 133 | font-size: 17px; |
134 | 134 | font-family: PingFangSC-Regular, PingFang SC; |
135 | - font-weight: 500; | |
135 | + font-weight: bold; | |
136 | 136 | color: #333333; |
137 | 137 | } |
138 | 138 | .home-text-total-bottom { | ... | ... |