给.riqi的父元素清除浮动后,为什么还是高度塌陷?

给.riqi的父元素清除浮动后,为什么还是高度塌陷?

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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!DOCTYPE html>
<html>
 
<head>
    <meta charset="UTF-8">
    <title>6-8</title>
    <link rel="stylesheet" type="text/css" href="css/6-8.css">
    <script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
    <script type="text/javascript" src="js/6-8.js"></script>
</head>
 
<body>
    <!-- top区 -->
    <div class="top">
        <div class="wrap">
            <p class="call">010-114/116114电话预约</p>
            <p class="welcome">欢迎来到城市医院预约挂号统一平台 请&nbsp;&nbsp;&nbsp;&nbsp;<a href="#">登录</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">注册</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="">帮助中心</a></p>
        </div>
    </div>
    <!-- header区 -->
    <div class="header">
        <div class="wrap clearfix">
            <a href="#" class="logo"><img src="http://img1.sycdn.imooc.com/climg//58c61b2f0001f5c008400172.png"></a>
            <div class="search ui-search">
                <div class="ui-search-selected">医院</div>
                <div class="ui-search-selected-list">
                    <a href="#">科室</a>
                    <a href="#">医院</a>
                    <a href="#">疾病</a>
                </div>
                <input type="text" name="search-content" class="ui-search-input" placeholder="请输入搜索内容">
                <a href="#" class="ui-search-submit">&nbsp;</a>
            </div>
        </div>
    </div>
    <!-- nav区 -->
    <div class="nav">
        <div class="wrap clearfix">
            <a href="#">首页</a>
            <a href="#">按医院挂号</a>
            <a href="#" class="keshi">按科室挂号</a>
            <a href="#">按疾病挂号</a>
            <a href="#">最新公告</a>
            <a href="#" class="right">社会知名医院</a>
        </div>
    </div>
    <!-- 医院简介区 -->
    <div class="jianjie">
        <div class="wrap clearfix">
            <div class="shang">
                <span class="xiehe">北京协和医院</span>
                <a href="#">关注医院</a>
                <div class="dengji2">
                    <span class="dengji">等级:</span>
                    <span class="dengji1">三级甲等</span>
                    <span class="dengji">区域:</span>
                    <span class="dengji1">东城区</span>
                    <span class="dengji">分类:</span>
                    <span class="dengji1">中国医科院所属医院</span>
                </div>
            </div>
            <div class="xia">
                <img src="图片素材/hospital-1.jpg" class="sucai1">
                <span>[东院]北京市东城区帅府园一号 [西院]北京市西城区大木仓胡同41号</span>
                <span>http://www.pumch.cn/</span>
                <span>东院咨询台:010-69155564;西院咨询台:010-69158010</span>
                <span>东院:106,108,110,111,116,684,685到东单路口北;&nbsp;&nbsp;&nbsp;41,104快.814到东单路口南;&nbsp;&nbsp;&nbsp;1,52,728,802到东单路口西;&nbsp;&nbsp;&nbsp;20,25,37,39到东单路口东;<br>103,104,420,803到新东安市场;地铁1、5号线到东单。西院:68到薛才胡同东口;<br>更多乘车路线仙剑须知</span>
                <img src="图片素材/map-1.png" class="sucai2">
            </div>
        </div>
    </div>
    <!-- 科室排班区 -->
    <div class="paiban">
        <div class="wrap clearfix">
            <div class="paibannav">
                <a href="#" class="active">预约挂号</a>
                <a href="#">医院介绍</a>
                <a href="#">预约须知</a>
                <a href="#">停诊信息</a>
                <a href="#">查询取消</a>
            </div>
            <div class="wrap clearfix wrap1">
                <div class="yuyueguahao clearfix">
                    <div class="kaifang">开放预约科室</div>
                    <div class="zhuanke">2301</div>
                    <div class="teshu">
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                    </div>
                    <div class="zhuanke">专科</div>
                    <div class="teshu">
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                    </div>
                    <div class="zhuanke">内科</div>
                    <div class="teshu">
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                    </div>
                    <div class="zhuanke">内科</div>
                    <div class="teshu teshu1">
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                        <a href="#">特殊门诊科</a>
                    </div>
                </div>
                <div class="yuyueguize">
                    <div class="guize">
                        预约规则<span>(更新时间每日8:30更新)</span>
                    </div>
                    <div class="guizeneirong">
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">预约周期:</span>
                            <span class="qitian">七天</span>
                        </div>
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">放号时间:</span>
                            <span class="qitian">8:30</span>
                        </div>
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">停挂时间:</span>
                            <span class="qitian">下午14:00停止次日预约挂号<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(周五14:00后挺挂至下周一)</span>
                        </div>
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">退号时间:</span>
                            <span class="qitian">就诊前一天工作日14:00前取消</span>
                        </div>
                        <div class="zhouqi zhouqi1">
                            <span class="yuyuezhouqi">特殊规则:</span>
                            <span class="qitian"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;①就诊前一天工作日14:00前取消<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;就诊前一天工作日14:00前取消就<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;诊前一天工作日14:00前取消就诊<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;前一天工作日14:00前取消就诊前<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一天工作日14:00前取消就诊前一<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;天工作日14:00前取消就诊前一天<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;工作日14:00前取消就诊前一天工<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;作日14:00前取消就诊前一天工作<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;日14:00前取消就诊前一天工作日<span>
                        </div>
                    </div>
                </div>
            </div>
            <div class="wrap clearfix wrap2">
             <div class="fanhui">科室排班表&nbsp;&nbsp;&nbsp;&nbsp;<span><a href="#">返回科室列表</a></span></div>
                <div class="left schedule_main clearfix">
                    <div class="schedule_tool_left">
                        <div class="date"><a href="#" class="icon"></a></div>
                        <div class="status">上午</div>
                        <div class="status">下午</div>
                        <div class="status">晚上</div>
                    </div>
                    <div class="schedule_box">
                        <div class="schedule_box_wrap clearfix" id="schedule_box_wrap">
                            <!-- js动态生成排班表 -->
                        </div>
                    </div>
                    <div class="schedule_tool_right">
                        <div class="date"><a href="#" class="icon icon1"></a></div>
                        <div class="status"></div>
                        <div class="status"></div>
                        <div class="status"></div>
                    </div>
                </div>
                <div class="yuyueguize">
                    <div class="guize">
                        预约规则<span>(更新时间每日8:30更新)</span>
                    </div>
                    <div class="guizeneirong">
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">预约周期:</span>
                            <span class="qitian">七天</span>
                        </div>
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">放号时间:</span>
                            <span class="qitian">8:30</span>
                        </div>
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">停挂时间:</span>
                            <span class="qitian">下午14:00停止次日预约挂号<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(周五14:00后挺挂至下周一)</span>
                        </div>
                        <div class="zhouqi">
                            <span class="yuyuezhouqi">退号时间:</span>
                            <span class="qitian">就诊前一天工作日14:00前取消</span>
                        </div>
                        <div class="zhouqi zhouqi1">
                            <span class="yuyuezhouqi">特殊规则:</span>
                            <span class="qitian"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;①就诊前一天工作日14:00前取消<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;就诊前一天工作日14:00前取消就<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;诊前一天工作日14:00前取消就诊<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;前一天工作日14:00前取消就诊前<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一天工作日14:00前取消就诊前一<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;天工作日14:00前取消就诊前一天<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;工作日14:00前取消就诊前一天工<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;作日14:00前取消就诊前一天工作<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;日14:00前取消就诊前一天工作日<span>
                        </div>
                    </div>
                </div>
                <div class="riqi"><img src="图片素材/icon-info.jpg">您还没有选择就诊日期</div>
            </div>
        </div>
    </div>
    <div class="footer">
        Copyright&nbsp;&copy;&nbsp;2017慕课网版权所有
    </div>
</body>
 
</html>
 
 
 
* {
    padding: 0;
    margin: 0;
    border: 0;
}
 
a {
    text-decoration: none;
}
 
/* top区 */
.top {
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    font-size: 10px;
    line-height: 30px;
    color: #868686;
}
 
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
 
.call {
    display: inline-block;
    padding-left: 20px;
    background: url('http://img1.sycdn.imooc.com/climg//58c61b9d0001e02d00170017.png') left no-repeat;
}
 
.welcome {
    display: inline-block;
    float: right;
}
 
.welcome a {
    color: #5bb8e8;
    text-decoration: none;
}
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
 
.clearfix {
    zoom: 1;
}
/* header区 */
.logo {
    display: inline-block;
    width: 403px;
    height: 74px;
    padding: 9px 0;
}
 
.logo img {
    width: 100%;
    height: 100%;
}
 
.search {
    position: absolute;
    height: 38px;
    width: 326px;
    right: 0;
    top: 29px;
    background: url('http://img1.sycdn.imooc.com/climg//58c61b7e00012b9303260038.jpg')
}
/* nav区 */
.nav {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #60bff2;
    line-height: 36px;
    margin-bottom: 20px;
}
 
.nav a {
    display: inline-block;
    width: 120px;
   
    box-sizing: border-box;
   
    font-size: 10px;
    text-decoration: none;
    color: white;
    float: left;
    text-align: center;
}
.nav a:hover{
    color: #d7f3ff;
}
 
.nav .wrap a.right {
    float: right;
    width: 140px;
    padding-right: 0;
}
 
 
 
.search {
    font-size: 10px;
}
 
.ui-search-selected {
    position: absolute;
    top: 8px;
    left: 10px;
    color: white;
}
 
.ui-search-input {
    position: absolute;
    top: 1px;
    left: 70px;
    width: 216px;
    height: 35px;
    border: none;
}
 
.ui-search-selected-list {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background: white;
    z-index: 2;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
 
.ui-search-selected-list a {
    display: block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    color: #A5a2a2;
}
 
.ui-search-selected-list a:hover {
    background: #ebeef5;
}
 
.ui-search-submit {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    width: 40px;
    height: 36px;
 
}
/* 医院简介区 */
.jianjie .wrap{
    background: #F7F7F7;
    height: 350px;
    box-sizing: border-box;
    padding: 20px;
}
.shang{
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}
.shang a{
   font-size: 10px;
   color: #fecd09;
 
}
.dengji2{
    float: right;
    display: inline-block;
}
.dengji,.dengji1{
   font-size: 10px;
    
}
.dengji{
    color: blue;
}
.xia{
    padding-top: 20px;
    position: relative;
}
.xia span{
    display: block;
    float: left;
    font-size: 10px;
    color: #868686;
    width: 700px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.xia span:before{
    background: url('../图片素材/icon-web.png') 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 206px;
    content: '';
}
.xia span:nth-child(2):before{
   background-position: 0 -22px;
   top: 68px;
    left: 206px;
}
.xia span:nth-child(3):before{
   background-position: 0 -44px;
   top: 111px;
    left: 206px;
}
.xia span:nth-child(4):before{
   background-position: 0 -63px;
   top: 150px;
    left: 206px;
}
.sucai1{
    display: block;
    float: left;
}
.sucai2{
    float: right;
    position: absolute;
    top: 20px;
    right: 10px;
}
/* 科室排班区 */
.paiban .wrap{
   margin-top: 70px;
   /* margin-bottom: 70px; */
}
.paiban div.wrap1{
   margin-top: 20px;
 
}
.paibannav{
    border-bottom: 2px solid #60bff2;
    margin-bottom: 20px;
}
.paibannav a{
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #60bff2;
    text-align: center;
     
}
a.active{
    background: #60bff2;
    color: white;
}
.yuyueguahao{
    width: 802px;
    box-sizing: border-box;
    margin-right: 20px;
    border: 1px solid #f5f5f5;
    float: left;
}
.kaifang{
    width: 100%;
    height: 70px;
    background: #f5f5f5;
    line-height: 70px;
    padding-left: 40px;
    box-sizing: border-box;
 
}
.zhuanke{
   width: 250px;
   float: left;
   height: 200px;
   font-size: 10px;
   text-align: center;
   background: #60bff2;
    
 
}
.teshu{
    width: 550px;
    float: left;
   height: 200px;
   font-size: 10px;
     border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
   padding-top: 10px;
   padding-left: 20px;
}
.teshu a{
    display: inline-block;
    width: 120px;
    margin-bottom: 20px;
}
div.teshu1{
     border-bottom: none;
 
}
.yuyueguize{
    width: 375px;
    border: 1px solid #f5f5f5;
    height: 500px;
    float: right;
}
.guize{
    width: 100%;
    height: 70px;
     background: #f5f5f5;
     line-height: 70px;
    box-sizing: border-box;
   padding-left: 20px;
 
}
 
.guize span{
    font-size: 10px;
    color: #60bff2;
}
.guizeneirong{
    height: 430px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
     box-sizing: border-box;
   padding-left: 20px;
   padding-top: 20px;
   font-size: 10px;
}
.zhouqi1{
    height: 500px;
}
.zhouqi{
    padding-bottom: 10px;
}
.qitian{
    color: gray;
}
.fanhui{
    padding-left: 20px;
}
.fanhui span a{
    font-size: 10px;
    color:#60bff2;
}
.schedule_main{
    float: left;
}
.schedule_tool_left{
    float: left;
}
.schedule_box{
    float: left;
}
.icon{
    background: url('../图片素材/icon-scheduling-left.jpg');
    display: block;
    width: 40px;
    height: 40px;
}
.schedule_tool_right a.icon1{
    background: url('../图片素材/icon-scheduling-right.jpg');
 
}
.status{
    height: 150px;
    line-height: 150px;
    background: #60bff2;
    font-size: 10px;
    text-align: center;
}
.schedule_tool_right{
    float: right;
}
 
.riqi{
    text-align: center;
    font-size: 10px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #f5f5f5;
 
}
/* footer区 */
.footer {
    height: 70px;
    margin-top: 38px;
    width: 100%;
    text-align: center;
    line-height: 70px;
    background: #acacac;
    font-size: 10px;
    color: #bdbdbe;
}
 
 
$.fn.Uisearch = function() {
    var ui = $(this);
    $('.ui-search-selected', ui).click(function() {
        $('.ui-search-selected-list').show();
        return false;
    })
    $('.ui-search-selected-list a', ui).click(function() {
        $('.ui-search-selected').text($(this).text());
        $('.ui-search-selected-list').hide();
        return false;
    })
    $('body').click(function() {
        $('.ui-search-selected-list').hide();
 
    })
}
 
$(document).ready(function() {
    $('.ui-search').Uisearch();
 
    // 科室排班选项卡
    $('.paibannav a').click(function(){
        $(this).addClass('active');
        $(this).siblings().removeClass('active');
    })
 
})


正在回答

登陆购买课程后可参与讨论,去登陆

2回答

同学,你好。这里不需要给.riqi的父元素清除浮动,只需要给.riqi上面的两个浮动的兄弟元素清除浮动就可以了,如图:

http://img1.sycdn.imooc.com//climg/5c7e36a60001db4111630083.jpg

祝学习愉快!

  • 谢谢老师,为什么给父元素清除浮动无效,给两个浮动的兄弟元素清除浮动有效?
    2019-03-05 17:08:16
  • Steve007 回复 提问者 qq_鸭绿桥第一帅哥_0 #2
    因为父元素并没有浮动,而是它的两个兄弟元素产生了浮动,所以要给它的两个兄弟元素清除浮动,而不是给它的父元素清除浮动。
    2019-03-05 17:23:16
山河远阔ZZ 2019-03-05 16:35:28

同学你好,底部想要清除上面浮动元素造成的影响,可以在.riqi的前面创建一个空标签,空标签的类名是.clearfix,因为clearfix里面是做的清除浮动的样式。参考下图:

http://img1.sycdn.imooc.com//climg/5c7e32ec0001795310860111.jpg

自己试一试哦,如果帮助到了你,欢迎采纳。

祝学习愉快!

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师
插入代码