码迷,mamicode.com
首页 > Web开发 > 详细

CSS板块练习代码

时间:2014-10-12 18:34:48      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   ar   strong   sp   div   on   代码   

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">
.main{
width: 400px;
height: 500px;
background-color: #eee;
padding: 20px;
font-family: Arial;
}
.div1,.div2,.div3{
/*width: 400px;*/
height: 120px;
background-color:#fa1;
}
.div2,.div3{
margin-top: 20px;
}
.div1>img{
/*width: 150px;*/
float: left;
/*margin-top: 100px;*/
}
.div1>div{
width: 240px;
height: 92%;
background-color: #faa;
float: right;
padding-top: 10px;
padding-left: 10px;
}
.div1>div>h5{
font: 18px Arial;
margin: 0px;
}
.div1>div>p{
width: 210px;
margin: 0px;
/*overflow: hidden;*/
word-break:break-all;
padding-bottom: 4px;
border-bottom:1px solid #bbb;
}
.samll{
width: 90%;
height: 35px;
background-color: #fff;
}
.samll>strong{
font-size: 24px;
font-weight: 900;
float: left;
margin-top: 3px;
}
.sp{
padding: 4px 9px;
background-color: #A3C809;
border-radius: 3px;
margin-left: 39px;
float: left;
margin-top: 5px;
cursor: pointer;
}
.sp span{
padding: 0px 6px;
font-weight: bolder;
background-color: #567611;
border-radius:100%;
color: #fff;
float: left;
}
.samll span button{

}
</style>
</head>
<body>
<div class="main">
<div class="div1">
<img src="1.jpg">
<div>
<h5>KIch 好的呵呵</h5>
<p>fbefhuriewhgiouergbouierbhuiotbo
jkewqflu</p>
<div class="samll">
<strong>1248$</strong>
<a href="www.djkewcfu.com" class="sp"><span>i</span></a>
</div>
</div>
</div>
<div class="div2"></div>
<div class="div3"></div>
<div class="div4"></div>
</div>
</body>
</html>

CSS板块练习代码

标签:style   color   io   ar   strong   sp   div   on   代码   

原文地址:http://www.cnblogs.com/chenjiren0109/p/4020732.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!