|
|
@@ -20,7 +20,7 @@
|
|
|
<img class="ratioBg2" src="../assets/images/personbg1.png" width="80" height="216"></img>
|
|
|
</div> -->
|
|
|
<div class="lritem left">
|
|
|
- <img v-if="latestCase.FVIII<1" class="ratioBg3" src="../assets/images/_1.png" width="80"
|
|
|
+ <img height="100%" v-if="latestCase.FVIII<1" class="ratioBg3" src="../assets/images/_1.png"
|
|
|
></img>
|
|
|
<img v-if="latestCase.FVIII>=1 && latestCase.FVIII<=3" class="ratioBg3" src="../assets/images/1-3.png"
|
|
|
width="100%"></img>
|
|
|
@@ -37,8 +37,8 @@
|
|
|
FVIII浓度:{{latestCase.FVIII}}%</div> -->
|
|
|
<div class="rowfont" style="
|
|
|
margin:5px 0px;color:red;
|
|
|
- font-weight:bold;font-size:5.2rem;
|
|
|
- text-align: center;height: 100px;line-height: 100px;">
|
|
|
+ font-weight:bold;font-size:4.2rem;
|
|
|
+ text-align: center;height: 75px;line-height: 75px;">
|
|
|
{{latestCase.FVIII}}%</div>
|
|
|
<!-- <div class="rowfont">参考方案</div>
|
|
|
<div class="rowfont">1.产品:{{latestCase.ckmpro}}</div>
|
|
|
@@ -57,28 +57,28 @@
|
|
|
1% ~ 3% <sup>2、3</sup>
|
|
|
</div>
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">适宜无风险活动</div>
|
|
|
- <div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">(如看书、看电视、家务等)</div>
|
|
|
+ <div class="rowfont" style="font-weight:bold;font-size:1.0rem;color:#3B4070;">(如看书、看电视、家务等)</div>
|
|
|
</div>
|
|
|
<div v-if="latestCase.FVIII > 3 && latestCase.FVIII <= 5">
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;margin-bottom:5px;">
|
|
|
3% ~ 5% <sup>2、3</sup>
|
|
|
</div>
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">适宜低风险活动</div>
|
|
|
- <div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">(如散步、慢跑、无对抗运动等)</div>
|
|
|
+ <div class="rowfont" style="font-weight:bold;font-size:1.0rem;color:#3B4070;">(如散步、慢跑、无对抗运动等)</div>
|
|
|
</div>
|
|
|
<div v-if="latestCase.FVIII > 5 && latestCase.FVIII <= 15">
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;margin-bottom:5px;">
|
|
|
5%~15% <sup>2、3</sup>
|
|
|
</div>
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">适中风险活动</div>
|
|
|
- <div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">(如爬山、骑行、球类运动等)</div>
|
|
|
+ <div class="rowfont" style="font-weight:bold;font-size:1.0rem;color:#3B4070;">(如爬山、骑行、球类运动等)</div>
|
|
|
</div>
|
|
|
<div v-if="latestCase.FVIII > 15">
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;margin-bottom:5px;">
|
|
|
5%~15% <sup>2、3</sup>
|
|
|
</div>
|
|
|
<div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">适高风险活动</div>
|
|
|
- <div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">(如滑雪、滑冰、滑板等)</div>
|
|
|
+ <div class="rowfont" style="font-weight:bold;font-size:1.0rem;color:#3B4070;">(如滑雪、滑冰、滑板等)</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -89,6 +89,9 @@
|
|
|
<div class="jbbtn" @click="goPage('/procaselist')">PK及方案</div>
|
|
|
<div class="jbbtn" @click="logout">退出登录</div>
|
|
|
</div>
|
|
|
+ <div class="desc">
|
|
|
+ <img src="../assets/images/desc.png" alt="" width="100%">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -118,15 +121,20 @@
|
|
|
<div class="footer">
|
|
|
<div class="jbbtn" @click="logout">退出登录</div>
|
|
|
</div>
|
|
|
+ <div class="desc">
|
|
|
+ <img src="../assets/images/desc.png" alt="" width="100%">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
- <div class="desc">
|
|
|
+ <!-- <div class="desc">
|
|
|
<span>1、本结果仅供参考,具体治疗方案请遵医嘱执行</span><br>
|
|
|
<span>2、Target plasma factor levels for personalized treatment in haemophilia: a Delphi consensus statement,
|
|
|
Alorio,et al.Haemophilia,2017</span><br>
|
|
|
<span>3、Optimising prophylaxis in haemophilia A: The ups and downs of treatment,Erik Berntorp,et al. Blood
|
|
|
Rev, 2021 Nov</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -166,6 +174,7 @@
|
|
|
if (!res.data.code) {
|
|
|
this.latestCase = res.data.data
|
|
|
this.ratioHeight = 216 / 100 * this.latestCase.FVIII
|
|
|
+ // this.latestCase.FVIII = 7
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
@@ -242,21 +251,23 @@
|
|
|
|
|
|
.lrcontainer {
|
|
|
display: flex;
|
|
|
- width: 90%;
|
|
|
+ width: 80%;
|
|
|
margin: auto;
|
|
|
- margin-top: 10px;
|
|
|
- height: 246px;
|
|
|
+ margin-top: 2rem;
|
|
|
+ /* margin-bottom: 2rem; */
|
|
|
+ /* height: 246px; */
|
|
|
|
|
|
.right {
|
|
|
left: 30%;
|
|
|
- width: 65%;
|
|
|
+ width: 70%;
|
|
|
}
|
|
|
|
|
|
.left {
|
|
|
width: 35%;
|
|
|
margin-top: 10px;
|
|
|
position: relative;
|
|
|
- overflow: hidden;
|
|
|
+ /* overflow: hidden; */
|
|
|
+ margin-left:5%;
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -311,7 +322,7 @@
|
|
|
left: 0;
|
|
|
top:0;
|
|
|
right: 0;
|
|
|
- bottom: 20px;
|
|
|
+ bottom: 0;
|
|
|
margin: auto;
|
|
|
z-index: 1;
|
|
|
/* height: 216px; */
|
|
|
@@ -336,7 +347,7 @@
|
|
|
|
|
|
.footer {
|
|
|
margin-top: 20px;
|
|
|
- margin-bottom: 6rem;
|
|
|
+ margin-bottom: 4rem;
|
|
|
.jbbtn{
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
@@ -348,12 +359,10 @@
|
|
|
}
|
|
|
|
|
|
.desc{
|
|
|
- position: fixed;
|
|
|
text-align: left;
|
|
|
font-size:12px;
|
|
|
- bottom:0px;
|
|
|
- z-index:10;
|
|
|
color:#ccc;
|
|
|
+ padding:1rem;
|
|
|
}
|
|
|
|
|
|
</style>
|