-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefenseSystem.html
More file actions
197 lines (178 loc) · 5.89 KB
/
defenseSystem.html
File metadata and controls
197 lines (178 loc) · 5.89 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>立体式院感防御体系</title>
<!--视口宽度为设备宽度,不能缩放-->
<meta name="viewport" content="width=device-width,user-scalable=no">
<!--qq浏览器下强制横盘或者竖屏显示-->
<meta name="x5-orientation" content="portrait" />
<!--qq浏览器下是否可以全屏-->
<meta name="x5-fullscreen" content="true" />
<!--UC浏览器下强制横盘或者竖屏显示-->
<meta name="screen-orientation" content="portrait">
<!--UC浏览器下是否可以全屏-->
<meta name="full-screen" content="yes">
<!--是否禁止识别手机和邮箱-->
<meta name="format-detection" content="telephone=yes, email=no" />
<link rel="stylesheet" type="text/css" href="css/public.css" />
<link rel="stylesheet" type="text/css" href="css/professionalSystem.css" />
</head>
<script src="js/my.js"></script>
<body>
<div class="header container clearfix">
<div class="header-left floatLeft">
<img src="img/phoneIcon.jpg" />
</div>
<div class="header-right floatRight">
<a href="javascript:">
<img src="img/menuIcon.jpg" />
</a>
</div>
<div class="header-mid">
<div class="header-mid-icon floatLeft">
<img src="img/headerIcon.jpg" />
</div>
<div class="header-mid-right floatRight">
<h1 class="center-align">仕馨月子会所</h1>
<p class="center-align">NOBLE NO</p>
<p class="header-mid-textBottom center-align">月子馨享受</p>
</div>
</div>
</div>
<div class="top container">
<div class="photoBox">
<ul class="show">
<li><img src="img/banner01.jpg" /></li>
<li><img src="img/banner02.jpg" /></li>
<li><img src="img/banner03.jpg" /></li>
</ul>
<ul class="btnShow">
<li class="turn-color"></li>
<li class="init-color"></li>
<li class="init-color"></li>
</ul>
</div>
<div class="menu">
<ul>
<li>
<a href="index.html">首页</a>
</li>
<li>
<a href="about.html">关于仕馨</a>
</li>
<li>
<a href="service.html">专业月子服务体系</a>
</li>
<li>
<a href="Branch.html">分店介绍</a>
</li>
<li>
<a href="package.html">套餐介绍</a>
</li>
<li>
<a href="comment.html">妈妈见证</a>
</li>
<li>
<a href="news.html">月子咨询</a>
</li>
</ul>
</div>
</div>
<div class="professionalSystem defenseSystem">
<ul class="triple_img container">
</ul>
</div>
<div class="footer">
<div class="footer-top">
<!--<img src="img/footerImg.png"/>-->
<div class="footer-top-att clearfix">
<div class="footer-top-att-box floatLeft">
<img src="img/att-left .jpg" />
<p>关注官方微信</p>
</div>
<div class="footer-top-att-box floatRight">
<img src="img/att-right.jpg" />
<p>关注官方微博</p>
</div>
</div>
<div class="footer-top-att center-align">
Copyright@2011 仕馨月子会所 (粤ICP备17008523号-1)
</div>
</div>
<div class="footer-bottom">
<div class="container clearfix">
<div class="footer-bottom-box footer-line-right floatLeft">
<img src="img/telIcon.png" class="floatLeft" />
<a href="#" class="floatRight">联系电话</a>
</div>
<div class="footer-bottom-box footer-line-left footer-line-right floatLeft">
<img src="img/bookIcon.png" class="floatLeft" />
<a href="#" class="floatRight">预约看店</a>
</div>
<div class="footer-bottom-box footer-line-left footer-nav floatLeft">
<a href="javascript:" class="floatRight">导航</a>
<img src="img/navIcon.png" class="floatRight" />
</div>
</div>
<div class="footer-show">
<div class="footer-show-box center-align">
<div class="footer-show-line clearfix">
<a href="index.html" class="footer-show-line-box floatLeft">
<img src="img/mainIcon.jpg" />
<p>首页</p>
</a>
<a href="service.html" class="footer-show-line-box floatRight">
<img src="img/serviceIcon.jpg" />
<p>服务体系</p>
</a>
<a href="about.html" class="footer-show-line-box center-align">
<img src="img/aboutIcon.jpg" />
<p>关于仕馨</p>
</a>
</div>
<div class="footer-show-line clearfix">
<a href="Branch.html" class="footer-show-line-box floatLeft">
<img src="img/shopIcon.jpg" />
<p>分店介绍</p>
</a>
<a href="comment.html" class="footer-show-line-box floatRight">
<img src="img/motherIcon.jpg" />
<p>妈妈见证</p>
</a>
<a href="package.html" class="footer-show-line-box center-align">
<img src="img/mealIcon.jpg" />
<p>套餐服务</p>
</a>
</div>
<div class="footer-show-line clearfix">
<a href="news.html" class="footer-show-line-box floatLeft">
<img src="img/monthIcon.jpg" />
<p>月子咨询</p>
</a>
<div class="footer-show-line-box floatRight footer-nav-close">
<img src="img/footerCloseIcon.jpg" />
<p>关闭</p>
</div>
<div class="footer-show-line-box center-align">
<img src="img/visitIcon.jpg" />
<p>预约参观</p>
</div>
</div>
</div>
<div class="rectangle">
</div>
</div>
</div>
</div>
</body>
<script src="js/header_and_footer.js" type="text/javascript" charset="utf-8"></script>
<script src="js/public.js" type="text/javascript" charset="utf-8"></script>
</html>
<script src="js/tool.js"></script>
<script>
var triple_img = $(".triple_img");
var txt_arr = ["紫外线灯管消毒", "沐浴室消毒", "育婴室消毒", "配奶间消毒", "母婴同室消毒", "早教室消毒", "育婴室感染管理", "生物环境检测", "特制中药水擦澡"]
var ps_img = change_psImg("professionalSystem/defenseSystem", 9);
insert_li(triple_img, ps_img, txt_arr);
</script>