实践课__浮动练习7

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="UTF-8">
 5         <title>虾米</title>
 6         <style type="text/css">
 7             body{background-color:#c3c3c3;}
 8             body, h2{margin:0; padding:0;}
 9             ul, li, p{margin:0; padding:0;}
10             li{list-style:none;}
11             img{border:none; vertical-align:top;}
12             a{text-decoration:none;}
13
14             .box{width:640px; height:273px; background-color:#fff; margin:30px auto; padding:12px 12px 12px 7px;}
15             .header{width:640px; height:30px; border-bottom:1px solid #c7c7c7;}
16             .header h2{font-size:14px; line-height:30px; font-family:"宋体"; display:inline-block; float:left;}
17             .header span{font-size:12px; color:#7e7e7e; float:right; line-height:30px; margin-right:12px;}
18             .list li{width:640px; height:100px; border-bottom:1px solid #e5e5e5; padding:10px 0;}
19             .list li img{width:100px; height:100px; padding-right:10px; float:left;}
20             .desc{display:inline-block; width:530px; float:left; overflow:hidden; height:100px;}
21
22             .desctitle{height:22px;}
23             .desc .desctitle h2{font-size:14px; color:#3f6acc; line-height:22px; display:inline-block;  float:left;}
24             .desc .desctitle img{width:17px; height:15px;  float:left; padding:4px 0 0 5px;}
25
26             .desc p{font-size:12px; color:#b29999; padding-top:10px;}
27             .desc p .active{color:#8ca6d7;}
28             .desc span{font-size:12px;}
29
30             .clearfix{zoom:1;}
31             .clearfix:after{content:""; display:block; clear:both;}
32         </style>
33     </head>
34     <body>
35         <div class="box">
36             <div class="header">
37                 <h2>最新原创精选集</h2>
38                 <span>更多</span>
39             </div>
40             <ul class="list">
41                 <li>
42                     <img src="title_pic.gif" />
43                     <div class="desc clearfix">
44                         <div class="desctitle clearfix">
45                             <a href="#"><h2>挂满回忆的绿树摇曳 承载青春的台湾(34)</h2> <img src="title_play.gif"/></a>
46                         </div>
47                         <p>制作人: <span class="active">柔清梦</span> @2012-11-02</p>
48                         <span>有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,</span>
49                     </div>
50                 </li>
51                 <li>
52                     <img src="title_pic.gif" />
53                     <div class="desc clearfix">
54                         <div class="desctitle clearfix">
55                             <a href="#"><h2>挂满回忆的绿树摇曳 承载青春的台湾(34)</h2> <img src="title_play.gif"/></a>
56                         </div>
57                         <p>制作人: <span class="active">柔清梦</span> @2012-11-02</p>
58                         <span>有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,有人定义"民谣"有两种含义,</span>
59                     </div>
60                 </li>
61             </ul>
62         </div>
63     </body>
64 </html>

时间: 2024-10-13 14:47:50

实践课__浮动练习7的相关文章

实践课__浮动练习8

1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>解决所有浏览器的兼容问题</title> 6 <style type="text/css"> 7 body{margin:0; background-color:#333;} 8 h2, ul, li, p{margin:0; padding:0

实践课__元素移动封装

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div { width: 100px; height: 100px; background-color: red; top: 50px; left: 30px; position: absolute;

实践课__幻灯片模式切换

<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>幻灯片切换效果</title> <style> p {margin: 0;} body {text-align: center;} #box {width: 400px; he

PB自考实践课回顾

为期一个月的自考实践课终于结束了,标志性事件就是我们的保定"两日行"~ 整个实践课开始到最后答辩期间我们确实收获良多,包括PB技术的学习.整个系统的设计.参考修改和实现.与河大老师的深刻交流以及这次宝贵的论文书写和答辩机会. 开始 从开始看书,其实就是重温了数据库系统原理,很快就半本书下去了,后半本书是讲的如何实现一个系统.这对我们来说其实相当简单,大家都有了不少项目经验,而且我们从VB.C#.数据库.VB.NET一路走来,再学习PB也只是一群小虾小蟹,翻不起什么大浪来~ PowerB

免费领取16套深度学习权威实践课,从零基础小白到大牛

摘要:想学习人工智能却无从下手,听过两三遍网课还是不懂什么是卷积神经网络,好不容易啃完了视频却发现没源码没法调参跑代码,快来AI Studio课程!免费优质课程,系统化学习, 名师指导,提供真实开发案例,在线实训调参,提升学习效果,带你快速入行人工智能! 很多学习AI算法的人都很痛苦,尤其是希望进入大热的深度学习领域的你,是否遇到过以下囧境? 网上有大量的学习资料,质量参差不齐,且不知道知该从何学起: 听过两三遍网课,还是不懂什么是卷积神经网络: 好不容易啃完了视频却发现没源码,没法调参跑代码,

2015年7月9日 CSS第二课(浮动、盒子模型、绝对定位和相对定位)

list-style-type:none是指不显示项目符号 1.块级元素的特点:       常用的块级元素有:body,ul li,ol li,h1-6,div,hr,p,table……等 (1)块级元素里面的内容,或者背景图片,默认显示在块的左上角 (2)块级元素,默认情况下,单独占满一行. 常用的块级元素:div.p.h1-h6.hr.ul li.ol li.table.body... 2.浮动:float 作用:通过漂浮,让块级元素实现并排 float:left 或 right 注意:如

实践课-------(第九篇)

通过这十天的框架搭建学习,学会了环境配置,及其测试,得出以下总结 1.创建WEB工程添加struts支持 2.分包 3添加spring支持 4.添加spring配置文件 5.在web.xml文件中配置初始化读取参数(spring的配置文件) 6.配置spring监听器 7.在struts-config.xml文件中配置请求处理器将struts请求委托给spring代理达到控制反转的目的 8.添加hibernate支持 9.配置好hibernate以后在applicatio

Java设计实践课的LeetCode题目

7.Reverse Integer 解题思路:使用强制类型转换的代码,先用long做,之后判断值然后强制转化成int 1 public class Solution { 2 public int reverse(int x) { 3 long reverse_n = 0; 4 while (x != 0) { 5 reverse_n = reverse_n * 10 + x % 10;//关键代码 6 x = x / 10; 7 } 8 if (reverse_n > Integer.MAX_V

身膏鼎镬实践课还

 http://www.djkk.com/blog/myfav-4441207.html http://www.djkk.com/blog/zjmore-4441207.html http://www.djkk.com/blog/mypic-4441207.html http://www.djkk.com/blog/myfriend-4441207.html http://www.djkk.com/blog/myaction-4441207.html http://www.djkk.com/