家族史.html
4.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/blood.css" />
<link rel="stylesheet" type="text/css" href="css/jquery-labelauty.css">
<script src="js/base.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery-labelauty.js"></script>
<script>
$(function(){
$(':input').labelauty();
});
</script>
<style>
input.labelauty + label{
width:2.3rem;
height:0.5rem;
font-size: 0.26rem;
}
.dowebok1 input.labelauty + label{
width:1.8rem;
font-size: 0.24rem;
}
.dowebok1{
margin-top:0.1rem;
}
.dowebok1 li {
width: 1.8rem !important;
margin:0.05rem 0.05rem!important;
}
</style>
<title>家族史</title>
</head>
<body>
<div style="background-color:#fff;">
<div class="perheader center">
<div class="left perback"><a href="#" onClick="javascript:history.back(-1);"><img src="images/care_03.jpg"/></a></div>
<div class="bloodtext">家族史</div>
</div>
</div>
<form action="#">
<div class="fabox">
<div class="fapart1 center">
<div class="fainbox">
<div class="fali">
<div class="fatitle">您的父母或者兄弟姐妹是否患有明确诊断的疾病 ?</div>
<ul class="dowebok">
<li><input type="radio" name="radio" data-labelauty="是"></li>
<li><input type="radio" name="radio" data-labelauty="否"></li>
</ul>
</div>
<div class="fali">
<div class="fatitle">请选择疾病的名称(可多选):</div>
<ul class="dowebok1">
<li><input type="checkbox" name="checkbox" data-labelauty="高血压高"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="脑卒中"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="冠心病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="外周血管病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="心力衰竭"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="糖尿病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="肥胖症"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="慢性肾脏疾病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="慢性阻塞性肺病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="骨质疏松"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="痛风"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="恶性肿瘤"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="风湿免疫性疾病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="精神疾病"></li>
<li><input type="checkbox" name="checkbox" data-labelauty="其他"></li>
</ul>
</div>
<div class="fali">
<div class="fatitle">您的父亲是否在55岁、母亲在65岁之前患有上述疾病吗 ?</div>
<ul class="dowebok">
<li><input type="radio" name="radio" data-labelauty="是"></li>
<li><input type="radio" name="radio" data-labelauty="否"></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div ><button type="button" class="blbut"/>保存</div>
</form>
</body>