信达小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.1 KiB

3 months ago
<navbar custom-style="background:{{background}};" fixed>
<van-icon class="nav-back" name="arrow-left" slot="left" bind:tap="handleBack" />
</navbar>
<view
class="page"
style="background: url('{{imageUrl}}bg10.png?t={{Timestamp}}') no-repeat top center/100% 610rpx;padding-top:{{pageTop+22}}px;"
>
<view class="body" style="background: url('{{imageUrl}}bg40.png?t={{Timestamp}}') no-repeat top center/100% 423rpx">
<view class="contaienr">
<view class="title">
<view>糖皮质激素具有抗炎和免疫抑制作用,能够减轻眼睑、泪腺等眼眶周围组织炎性反应,改善眼外肌水肿等症状。</view>
<view>
<text style="font-weight: bold">需关注剂量越高,不良反应也越大</text>
;记录激素用量,对健康做到心中有数。
</view>
3 months ago
</view>
<view class="progress">
<view class="p-header">每周记录用量的必要性</view>
3 months ago
<view class="row">
<view class="aside">
<view class="line-top op0"></view>
<view class="order"></view>
<view class="line"></view>
</view>
<view class="r-content">自我管理健康的关键动作</view>
</view>
<view class="row">
<view class="aside">
<view class="line-top"></view>
<view class="order"></view>
<view class="line"></view>
</view>
<view class="r-content">医护调整方案的重要依据</view>
3 months ago
</view>
<view class="row">
<view class="aside">
<view class="line-top"></view>
<view class="order"></view>
<view class="line op0"></view>
</view>
<view class="r-content">平衡“治疗效果”与 “用药安全”的核心</view>
</view>
</view>
<view class="tip">
参考文献
<view></view>
中国甲状腺相关眼病诊断和治疗指南(2022年)
</view>
<view class="btn1" bind:tap="handleAdd">开始记录</view>
<view class="btn2" bind:tap="handleReport">查看我的记录</view>
</view>
</view>
</view>