| 电商 
 *{
 padding:0px;
 margin:0px;
 }
 html,body{
 width:100%;
 height:100%;
 overflow-y: hidden;
 }
 .top{
 height:50px;
 width:100%;
 background-color:black;
 }
 .center{
 height:15%;
 width:100%;
 background-image: url(img/wenzi.png);
 background-repeat:repeat-y;
 }
 .next{
 width:100%;
 height:15%;
 }
 .bottom{
 height:15%;
 background-image:url(img/logo1.jpg);
 background-repeat:no-repeat;
 }
 ul li{
 display:inline-block;
 height:15px;
 line-height: 40px;
 margin-left:20px;
 }
 a{
 display:block;
 height:40px;
 color:gray;
 }
 
 
 
 
 
 
 
 
 
 
 
 <div class=".next">
 
 
 
 
 
 <ul>
 |