亲友健康档案.html
6.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!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" href="css/swiper.min.css">
<script src="js/base.js" type="text/javascript" charset="utf-8"></script>
<title>健康档案</title>
<style>
.agheader {
background: rgba(255, 255, 255, .8);
}
.body {
background: none;
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-image: url(images/health2_02.jpg);
background-size: 100% 100%;
}
.he2part{
background-image: none;
height:100%;
}
.he2part .swiper-container{
margin-top: 2rem;
}
.he2kuang,.he3kuang,.he4kuang{
/* width:4.77rem; */
height:6.04rem;
background-size: 100% 100%;
margin-top: 0;
}
.dangtit{
margin-top: 1.5rem;
}
.dangdesc{
margin-bottom: 1.2rem;
}
.dangreport{
margin-bottom: 0.3rem;
}
.swiper-slide{
/* width:4.77rem !important; */
border-radius: 10px;
}
</style>
</head>
<body>
<div class="body">
<div class="agheader center">
<div class="left seback">
<a href="#" onClick="javascript:history.back(-1);">
<img src="images/care_03.jpg" />
</a>
</div>
<div class="headertext">健康档案</div>
</div>
<div class="he2part center">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide swiper-slide-center none-effect">
<div class="he2kuang">
<div class="dangall">
<span>1</span>/3</div>
<div class="dangtit">李凯的健康档案</div>
<div class="dangdesc">最后更新时间:2018-01-26 14:22:14</div>
<div class="dangreport">
<a href="#">
<img src="images/he2a_03.jpg" />服务报告(0份)</a>
</div>
<div class="dangreport">
<a href="#">
<img src="images/he2a_06.jpg" />检验报告(0份)</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="he3kuang">
<div class="dangall">
<span>2</span>/3</div>
<div class="dangtit">李凯的健康档案</div>
<div class="dangdesc">最后更新时间:2018-01-26 14:22:14</div>
<div class="dangreport">
<a href="#">
<img src="images/he2a_03.jpg" />服务报告(0份)</a>
</div>
<div class="dangreport">
<a href="#">
<img src="images/he2a_06.jpg" />检验报告(0份)</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="he4kuang">
<div class="dangall">
<span>3</span>/3</div>
<div class="dangtit">李凯的健康档案</div>
<div class="dangdesc">最后更新时间:2018-01-26 14:22:14</div>
<div class="dangreport">
<a href="#">
<img src="images/he2a_03.jpg" />服务报告(0份)</a>
</div>
<div class="dangreport">
<a href="#">
<img src="images/he2a_06.jpg" />检验报告(0份)</a>
</div>
</div>
</div>
</div>
</div>
<div style="color:#424242;margin-top:1.5rem;">
<< 左右滑动浏览>></div>
</div>
</div>
</body>
<!-- Swiper JS -->
<script src="js/swiper.min.js"></script>
<!-- Initialize Swiper -->
<script>
window.onload = function () {
var swiper = new Swiper('.swiper-container', {
effect: 'coverflow',
slidesPerView: 2,
centeredSlides: true,
coverflow: {
rotate: 30,
stretch: -50,
depth: 100,
modifier: 1,
slideShadows: true
}
// autoplay: 993000,
// speed: 1000,
// autoplayDisableOnInteraction: false,
// loop: true,
// centeredSlides: true,
// pagination: '.swiper-pagination',
// paginationClickable: true,
// prevButton: '.swiper-button-prev',
// nextButton: '.swiper-button-next',
// onInit: function (swiper) {
// },
// breakpoints: {
// 668: {
// slidesPerView: 3,
// }
// }
});
}
</script>
</html>