2019-04-30

无标题文档

  • 1
  • 2
  • 3
  • 4
  • 5

@charset "utf-8";

/* CSS Document */

*{

margin:0px;

padding:0px;

}

.content{

margin:0px auto;

width:426px;

height:130px;

background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/adver-01.jpg);

}

ul{

list-style:none;

overflow:hidden;

position:relative;

    left:286px;

    top:102px;

}

ul li{

border:solid 1px #6f6669;

width:20px;

height:20px;

font-size:14px;

text-align:center;

background-color:#fff;

margin:3px;

float:left;

}

你可能感兴趣的:(2019-04-30)