亲友健康档案.html.html
3.4 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
<!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>
</head>
<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;"><< 左右滑动浏览 >></div>
</div>
</body>
<!-- Swiper JS -->
<script src="js/swiper.min.js"></script>
<!-- Initialize Swiper -->
<script>
window.onload = function() {
var swiper = new Swiper('.swiper-container',{
autoplay:993000,
speed:1000,
autoplayDisableOnInteraction : false,
loop:true,
centeredSlides : true,
slidesPerView:2,
pagination : '.swiper-pagination',
paginationClickable:true,
prevButton:'.swiper-button-prev',
nextButton:'.swiper-button-next',
onInit:function(swiper){
},
breakpoints: {
668: {
slidesPerView: 1,
}
}
});
}
</script>
</html>