电子相册的制作代码














电子相册
-天使在人间































@charset="utf-8";
*{margin: 0;padding: 0;}
.clearfix:after{content: "";display: block;clear: both;height: 0;}
.clearfix:{-ms-zoom:1;}
a{text-decoration: none;color: black;}
li{list-style: none;}
body{background-color: black;}
.content{width: 800px;height: 500px;margin: 0 auto;
border: 2px solid white;margin-top: 100px;}




.content_title{height: 100px;line-height: 100px;text-align: center;
}
.content_title span:first-child{color: white;font-size: 18px;
font-weight: bold;vertical-align: middle;}
.content_title span:last-child{color: white;font-size: 30px;
font-weight: bold;vertical-align: middle;}


.show_img>.left{overflow: hidden;width: 400px;height: 280px;
float: left;margin-left: 32px; }
.show_img>.right{float: right;overflow: scroll;width: 180px;height:280px;
}
.footer{margin-top: 20px;}
.footer p{color: white;}
.footer a{color: white;}








你可能感兴趣的:(电子相册的制作代码)