-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwap_nei2.html
executable file
·555 lines (500 loc) · 16.7 KB
/
wap_nei2.html
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<!--[if IEMobile 7 ]> <html class="no-js iem7"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="cleartype" content="on">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/touch/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/touch/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/touch/apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" href="img/touch/apple-touch-icon.png">
<meta name="msapplication-TileImage" content="img/touch/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#222222">
<meta name = "format-detection" content = "telephone=no">
<meta http-equiv="x-dns-prefetch-control" content="off">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="">
<!--
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/jquery.mobile-1.4.1.min.css">
<link rel="stylesheet" href="css/jquery-mobile-fluid960.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<style>
*,html,body,div,p{
text-rendering: optimizeLegibility;
-webkit-font-smoothing:antialiased;
-webkit-overflow-scrolling: touch;
}
.ui-content{
padding:5px;
}
.header{
height:30px;line-height:30px;background-color:#5496b1;
background-image:url(img/contact.png);
background-repeat:no-repeat;
background-position:right 3px top 5px;
}
.icon{
display:inline-block;
}
.icon-arrow-sidebar{
width:20px;
height:22px;
background:url(img/sidebar_arrow.png) no-repeat;
}
.header a{
float: left;
margin-left: 10px;
margin-top: 5px;
margin-right: 10px;
}
.header .page-title{
font-size:14px;
color:white;
text-shadow:none;
font-family:'微软雅黑';
}
.news_title{
margin:0 auto;
padding:0;
text-align:center;
font-size:14px;
color:#5a5a5a;
}
.ui-toolbar{
height:39px;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
.ui-toolbar > a{
display:inline-block;
height:39px;
background-image:url(img/toolbar.png);
background-repeat:no-repeat;
}
.ui-toolbar > a:nth-of-type(1){
width:77px;
}
.ui-toolbar > a:nth-of-type(2){
width:77px;
background-position:-77px;
}
.ui-toolbar > a:nth-of-type(3){
width:77px;
background-position:-154px;
}
.ui-toolbar > a:nth-of-type(4){
width:77px;
background-position:-231px;
}
.ui-footer{
height:55px;
line-height: 25px;
text-align:center;
border:0;
background-color:#f2f2f2;
}
.ui-footer > a,
.ui-bar-a.ui-footer > a,
.ui-footer > a:visited,
.ui-footer>p{
font-size:12px;
font-family:'微软雅黑';
text-decoration:none;
color:#898989;
margin:0;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{background:white;}
.icon-arrow{
display:inline-block;
width:16px;
height:16px;
background:url(img/icon_article_arrow.png) no-repeat;
}
#news_date,#news_origin{
font-size:12px;
text-align:center;
color:#5a5a5a;
}
.news_content,
.news_content pre{
font-size:12px;
line-height:18px;
color:#000;
}
.btn_action{
text-align:center;
}
.btn_action > a{
display:inline-block;
height:31px;
margin:auto;
width:110px;
text-indent:-999px;
font-size:0;
background-image:url(img/btn_action.png);
background-repeat:no-repeat;
}
.btn_action a.btn:nth-of-type(2){
background-position: -126px 0;
margin-left:15px;
}
.news_section{
line-height:30px;
margin:10px 0;
}
.news_section h1{
background: #ebf1f3;
background: -moz-linear-gradient(top, #ebf1f3 1%, #e9ecee 35%, #e6e7e8 71%, #e4e4e4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ebf1f3), color-stop(35%,#e9ecee), color-stop(71%,#e6e7e8), color-stop(100%,#e4e4e4));
background: -webkit-linear-gradient(top, #ebf1f3 1%,#e9ecee 35%,#e6e7e8 71%,#e4e4e4 100%);
background: -o-linear-gradient(top, #ebf1f3 1%,#e9ecee 35%,#e6e7e8 71%,#e4e4e4 100%);
background: -ms-linear-gradient(top, #ebf1f3 1%,#e9ecee 35%,#e6e7e8 71%,#e4e4e4 100%);
background: linear-gradient(to bottom, #ebf1f3 1%,#e9ecee 35%,#e6e7e8 71%,#e4e4e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f3', endColorstr='#e4e4e4',GradientType=0 );
padding:0 0 0 10px;
margin:0;
margin-bottom:10px;
font-family:'微软雅黑';
font-size:14px;
color:#000;
font-weight:normal;
}
.pull-right{
float:right;
margin-right:10px;
}
.news_section h1 .pull-right{
font-size:12px;
color:#787878;
}
.news_section a{
color:#373737;
font-weight:normal;
text-decoration:none;
}
figure{
margin-right:10px;
overflow:hidden;
height:140px;
}
figure figcaption{
font-size:12px;
line-height:15px;
padding:10px;
color:#373737;
}
figure.nomargin{
margin:0;
}
.article article{
border-bottom:1px dashed #797979;
line-height:22px;
}
.article article a.ui-link{
font-size:12px;
text-decoration:none;
color:#797979;
}
.article article a.ui-link:before{
content:'.';
font-size:20px;
line-height:15px;
padding-right:10px;
vertical-align:top;
display:inline-block;
}
.article article a.ui-link i{
font-size:12px;
text-decoration:none;
color:#5496b1;
float:right;
}
</style>
<style>
.sidebar{
width:125px;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}
.ui-page .sidebar{
left:-125px;
top:0;
z-index:5;
position:absolute;
}
.ui-page.nav-showing .sidebar{
left:0;
}
.menu{
border:2px solid #55cdfe;
background: #d1f2ff;
background: -moz-linear-gradient(left, #d1f2ff 0%, #dbf5ff 32%, #e4f7ff 69%, #e3f7ff 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d1f2ff), color-stop(32%,#dbf5ff), color-stop(69%,#e4f7ff), color-stop(100%,#e3f7ff));
background: -webkit-linear-gradient(left, #d1f2ff 0%,#dbf5ff 32%,#e4f7ff 69%,#e3f7ff 100%);
background: -o-linear-gradient(left, #d1f2ff 0%,#dbf5ff 32%,#e4f7ff 69%,#e3f7ff 100%);
background: -ms-linear-gradient(left, #d1f2ff 0%,#dbf5ff 32%,#e4f7ff 69%,#e3f7ff 100%);
background: linear-gradient(to right, #d1f2ff 0%,#dbf5ff 32%,#e4f7ff 69%,#e3f7ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1f2ff', endColorstr='#e3f7ff',GradientType=1 );
box-sizing:border-box;
padding:2px;
border-radius:5px;
width:124px;
height:363px;
}
.menu > a{
display:block;
height:44px;
line-height:44px;
border-bottom:1px solid #c5eeff;
box-shadow:0 1px 0 #fff;
text-decoration:none;
color:#3b3b3b;
font-size:14px;
font-family:'微软雅黑';
text-shadow:0px 1px 0 #fff;
}
.menu .icon{
width:23px;
height:24px;
margin-top: 12px;
margin-left:5px;
margin-right:10px;
float: left;
background-image:url(img/menu_icons.png);
background-repeat:no-repeat;
}
.menu .icon1{
background-position:0 0;
margin-top:12px;
}
.menu .icon2{
background-position:0 -45px;
}
.menu .icon3{
background-position:0 -90px;
}
.menu .icon4{
background-position:0 -130px;
}
.menu .icon5{
background-position:0 -175px;
}
.menu .icon6{
background-position:0 -218px;
}
.menu .icon7{
background-position:0 -263px;
}
.menu .menu_close{
display:block;
width:35px;
height:35px;
background:url(img/menu_close.png) no-repeat;
float:right;
margin-right:10px;
margin-top:5px;
cursor:pointer;
}
.ui-page .ui-content{
position:relative;
overflow-y:auto;
width:98%;
margin-left:0;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}
.ui-page.nav-showing .ui-content{
overflow:hidden;
position:absolute;
top:0;
left:0;
margin-left:125px;
}
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page{
overflow-x:hidden;
position:relative;
width:100%;
}
</style>
</head>
<body>
<!-- Add your site or application content here -->
<div data-role="page" data-url="" class="ui-page ui-body-c ui-page-active">
<div class="sidebar" id="sidebar">
<div class="menu">
<a href="wap_yuan.html">
<i class="icon icon1"></i>医院简介
</a>
<a href="wap_news.html">
<i class="icon icon2"></i>新闻动态</a>
<a href="wap_doctor.html">
<i class="icon icon3"></i>孕育专家</a>
<a href="wap_jishu.html">
<i class="icon icon4"></i>孕育技术</a>
<a href="wap_woman.html">
<i class="icon icon5"></i>女性不孕</a>
<a href="wap_man.html">
<i class="icon icon6"></i>男性不育</a>
<a href="wap_lie.html">
<i class="icon icon7"></i>成功案例</a>
<span class="menu_close"></span>
</div>
</div>
<div data-role="content" class="ui-content" role="main">
<div class="header">
<a href="#"><i class="icon icon-arrow-sidebar"></i></a><span class="page-title">输软管不孕</span>
</div>
<div class="clearfix"></div>
<div class="container_12">
<div class="grid_12">
<h1 class="news_title">治疗输卵管堵塞切忌“误入歧途”</h1>
<div class="grid_6" id="news_date">
时间:<span>2014-01-03</span>
</div>
<div class="grid_6" id="news_origin">
文章来源:<span>上海长江医院</span>
</div>
<div class="grid_12 news_content">
<pre> 对人体来说,睡眠充足、睡眠质量良好是长寿的必要条件之一。可是你知道睡觉也要注意睡姿吗?专家提醒如果女性睡眠姿势不对,很容易导致痛经、月经量过多等问题的发生。怎么回事呢?
</pre>
<img src="img/nei_banner.png" />
<pre>
一般来说,睡眠通常有3种姿势。仰卧、侧卧和俯卧。而对女性来说,最好的睡姿是向右侧卧。仰卧睡觉看似不影响身体各器官,其实在女性生殖系统的正常解剖中,子宫的位置应该是前倾前屈位,但有研究发现,大多数后位子宫与仰卧位睡姿有关。
目前,俯卧睡觉的女性不多,因为这种姿势易使胸部受压,影响呼吸。对发育中的青少年女性而言,这一姿势还会影响胸廓和乳房发育,所以要尽量避免。子宫能处于前倾前屈位,有赖于子宫韧带,而后位子宫倒向骶骨凹,尤其是后屈的子宫,使整个子宫体全都躺在骶骨凹内,将骶骨凹堵塞得严严实实,并压迫骶前神经组织,容易产生腰酸、下腹坠胀等不适。月经前,子宫体和骶骨前的软组织充血、水肿,更易增加后位子宫对神经组织的压迫,加重症状。
此外,后位子宫还有以下潜在问题:
痛经
后位子宫犹如一把茶壶,宫颈管犹如茶壶嘴,子宫体犹如茶壶体。作为茶壶嘴的宫颈,其位置高于作为壶体的子宫腔,月经血难以从“壶底”排出。
月经过多
子宫向后倾倒,还常可引起卵巢输卵管向后下方下垂,使卵巢输卵管位置变异,引起盆腔静脉扭曲,血流不畅,产生盆腔静脉淤血,导致月经过多。</pre>
</div>
<div class="grid_12 btn_action">
<a href="#" class="btn">网上预约</a>
<a href="#" class="btn">电话咨询</a>
</div>
<div class="grid_12">
<img src="img/share.gif" style="margin:10px 0;"/>
</div>
<div class="clearfix"></div>
<div class="news_section">
<h1>[浏览该文章的人还浏览过]</h1>
<div class="grid_12">
<section class="article">
<article>
<a href="#">女性不孕不育的测试方法有哪些<i>></i></a>
</article>
<article>
<a href="#">上海多囊卵巢综合症应该怎么检查<i>></i></a>
</article>
<article>
<a href="#">要怎么判断男性精子是否异常<i>></i></a>
</article>
<article>
<a href="#">女性子宫内膜异位症的症状<i>></i></a>
</article>
<article>
<a href="#">多囊卵巢综合症用什么方法治疗好<i>></i></a>
</article>
</section>
</div>
</div>
<div class="clearfix"></div>
<div class="news_section">
<h1>[案例推荐]<a href="#" class="pull-right">我要求助 >></a></h1>
<div class="grid_6">
<a href="#">
<figure>
<img src="img/news1.jpg">
<figcaption>仅仅治疗一个月便怀孕了</figcaption>
</figure>
</a>
</div>
<div class="grid_6">
<a href="#">
<figure class="nomargin">
<img src="img/news2.jpg">
<figcaption>仅仅治疗一个月便怀孕了</figcaption>
</figure>
</a>
</div>
</div>
<div class="grid_12">
<section class="article">
<article>
<a href="#">女性不孕不育的测试方法有哪些<i>></i></a>
</article>
<article>
<a href="#">上海多囊卵巢综合症应该怎么检查<i>></i></a>
</article>
<article>
<a href="#">要怎么判断男性精子是否异常<i>></i></a>
</article>
<article>
<a href="#">女性子宫内膜异位症的症状<i>></i></a>
</article>
<article>
<a href="#">多囊卵巢综合症用什么方法治疗好<i>></i></a>
</article>
</section>
</div>
</div>
</div>
<div class="ui-toolbar" role="toolbar">
<a href="#"></a><a href="#"></a><a href="#"></a><a href="#"></a>
</div>
<div class="ui-bar-a ui-footer">
<a href="#">返回首页</a>
<a href="#">访问PC版</a>
<a href="javascript:scollTo(0,0);">回到顶部</a>
<a href="#">联系方式</a>
<p>本网站信息仅做健康参考,具体诊疗请遵医师意见</p>
</div><!-- /footer -->
</div><!-- /content -->
</div>
<script src="js/vendor/zepto.min.js"></script>
<script src="js/vendor/jquery-1.11.0.min.js"></script>
<script src="js/helper.js"></script>
<script>
$(document).bind("mobileinit", function() {
$.mobile.ajaxEnabled=false
});
</script>
<script src="js/jquery.mobile-1.4.1.min.js"></script>
<script src="js/hammer.min.js"></script>
<script>
$(function(){
$('.menu').on('click','.menu_close',function(){
$('.ui-page').removeClass('nav-showing');
});
$('a.ui-link').on('click','.icon-arrow-sidebar',function(){
$('.ui-page').addClass('nav-showing');
});
var element = $('.icon-arrow-sidebar').parent();
var hammertime = Hammer(element[0]).on("tap", function(event) {
$('.ui-page').addClass('nav-showing');
});
var sidebar = $('.sidebar')[0];
Hammer(sidebar).on("swipeleft", function(event) {
$('.ui-page').removeClass('nav-showing');
});
Hammer($('.ui-content')[0]).on("swipeleft", function(event) {
$('.ui-page').removeClass('nav-showing');
});
Hammer($('.ui-content')[0]).on("swiperight", function(event) {
$('.ui-page').addClass('nav-showing');
});
});
</script>
</body>
</html>