MyHtml.html
-->
*{margin:0px; padding:0px;}
body{ background:#ffb66c;}
div{width:960px ; height:270px ;border:10px solid #e93d68;
margin:120px auto ; border-r...
分类:
Web程序 时间:
2015-02-26 10:01:19
阅读次数:
390
MyHtml.html
-->
*{margin:0px;}
#imgList{width:989px;height:370px;}
#imgList .box1{width:325px;height:370;
float:left;margin-right:4px;}
#imgList .box1 .top{width:325px;...
分类:
Web程序 时间:
2015-02-26 10:01:15
阅读次数:
164
Document
*{margin:0px;padding:0px;}
.box_mod{width:830px;margin:120px auto;position:relative;}
.box_top{width:830px;height:10px;background:url("img/1.png") no-repeat;}
.box_bottom{width:830...
分类:
Web程序 时间:
2015-02-26 10:00:54
阅读次数:
1047
王琪加油.html
-->
*{margin:3px;padding:0px;}
.main{width:1010px;background:#ccccff;
margin:120px auto}
.main .box{width:230px;height:350px;background:#FFFFFF;
border-radiu...
分类:
Web程序 时间:
2015-02-26 10:00:19
阅读次数:
187
MyHtml.html
*{margin:0px;padding:0px;}
a{width:64px;height:64px;background:url("images/1.png");
display:block;margin:120px auto;}
a:hover{background:url("images/2.pn...
<!doctype>
<html>
<head>
<title>圣杯布局</title>
<style>
body,div{margin:0;padding:0;}
.main{
background:red;
width:100%;
float:left;
}
.left{
background:yellow;
width:300px;
float:left;
margin-left:-300px;
}
.right{
back..
分类:
其他好文 时间:
2015-02-25 23:53:16
阅读次数:
253
MyHtml.html
-->
*{margin:0px ; padding:0px}
body{background:url("imgs/bg.jpg")}
.list{width:1200px; height:700px;background:rgba(0,0,0,0.3 );
box-shadow:0px 0px 5px #000;...
分类:
Web程序 时间:
2015-02-25 18:40:59
阅读次数:
246
MyHtml.html
*{margin:0px;padding:0px;}
#web{
width:1020px;height:345px;border:2px solid #660066;
margin:40px auto;
}
#web .pic{width: ;height:}
#web ul li {
list-st...
分类:
Web程序 时间:
2015-02-25 18:39:23
阅读次数:
215
MyHtml.html
-->
*{margin:0px;padding:0px;}
body{background:url("imgs/img/bj.jpg")no-repeat fixed;
background-size:cover;}
#nav #logo{
background:rgba(255,255,255,0....
分类:
移动开发 时间:
2015-02-25 18:39:06
阅读次数:
328
ul { margin:5px 0 0 0; padding:0; list-style:none; width:300px; background:#f1f1f1; }li { border-left:1px solid #fff; border-bottom:1px solid #999; bo...
分类:
Web程序 时间:
2015-02-25 10:16:16
阅读次数:
127