|
@@ -132,11 +132,34 @@
|
|
<#--style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; margin-top: 1vh;"></textarea>-->
|
|
<#--style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; margin-top: 1vh;"></textarea>-->
|
|
<input id="suspectedId" type="text" hidden="hidden" value=""/>
|
|
<input id="suspectedId" type="text" hidden="hidden" value=""/>
|
|
<div style="height: 5vh; line-height: 5vh;margin-left: 2vw;">病情描述</div>
|
|
<div style="height: 5vh; line-height: 5vh;margin-left: 2vw;">病情描述</div>
|
|
|
|
+
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
<div style="color: gray;height: 5vh; line-height: 5vh; width: 55%;">新冠肺炎</div>
|
|
<div style="color: gray;height: 5vh; line-height: 5vh; width: 55%;">新冠肺炎</div>
|
|
- <input id="switchQuezhen" class="weui-input" autofocus="" type="text" placeholder="请选择"
|
|
|
|
- maxlength="20"
|
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;"/>
|
|
|
|
|
|
+ <#--<input id="switchQuezhen" class="weui-input" autofocus="" type="text" placeholder="请选择"-->
|
|
|
|
+ <#--maxlength="20"-->
|
|
|
|
+ <#--style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;"/>-->
|
|
|
|
+ <div class="weui-cells weui-cells_checkbox" style="width: 125%">
|
|
|
|
+ <label class="weui-cell weui-cell_active weui-check__label" for="s18">
|
|
|
|
+ <input type="radio" name="radio" value="0" class="weui-check" id="s18">
|
|
|
|
+ <i class="weui-icon-checked"></i>无
|
|
|
|
+ </label>
|
|
|
|
+ <label class="weui-cell weui-cell_active weui-check__label" for="s19">
|
|
|
|
+ <input type="radio" name="radio" value="1" class="weui-check" id="s19">
|
|
|
|
+ <i class="weui-icon-checked"></i>新冠确诊
|
|
|
|
+ </label>
|
|
|
|
+ <label class="weui-cell weui-cell_active weui-check__label" for="s20">
|
|
|
|
+ <input type="radio" name="radio" value="2" class="weui-check" id="s20">
|
|
|
|
+ <i class="weui-icon-checked"></i>新冠疑似
|
|
|
|
+ </label>
|
|
|
|
+ <label class="weui-cell weui-cell_active weui-check__label" for="s21">
|
|
|
|
+ <input type="radio" name="radio" value="3" class="weui-check" id="s21">
|
|
|
|
+ <i class="weui-icon-checked"></i>密切接触者
|
|
|
|
+ </label>
|
|
|
|
+ <label class="weui-cell weui-cell_active weui-check__label" for="s22">
|
|
|
|
+ <input type="radio" name="radio" value="4" class="weui-check" id="s22">
|
|
|
|
+ <i class="weui-icon-checked"></i>接触观察
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div id="ribao_djgl">
|
|
<div id="ribao_djgl">
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|