Commit 1812a13f authored by gengchunlei's avatar gengchunlei

Merge branch 'chronic-master' of…

Merge branch 'chronic-master' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-master
parents 8b3ae8e1 0fe69260
......@@ -11,7 +11,7 @@
存在慢性病患病风险,可前往医院进一步检查。
</p>
<p class="tip" v-else>
通过筛查,您的慢病高危评估结果为:一般人群。目前不存在慢性病患病风险,若有疑问,可前往医院进一步检查。
通过筛查,您的慢病高危评估结果为:<span class="bold">一般人群</span>。目前不存在慢性病患病风险,若有疑问,可前往医院进一步检查。
</p>
<div class="result text-12" v-if="screenInfo.screenResult === 2">
......@@ -69,6 +69,10 @@ export default {
color: #595959;
line-height: 1.5;
font-size: 12px;
.bold {
color: #262626;
font-weight: 600;
}
}
.result {
background-color: #F8FAFC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment