* {
padding:0px;
margin:0px;
}
#head {
width:800px;
height:800px;
margin:0 auto;
position:relative;
}
#box {
width:500px;
height:400px;
background-color:#f1c53f;
margin:0 auto;
margin-top:10%;
border:1px solid #000;
}
#ull li {
list-style:none;
float:left;
width:166px;
height:50px;
background-color:#e9e9e9;
text-align:center;
line-height:50px;
}
#box1 {
font-size:20px;
text-align:center;
width:495px;
height:350px;
float:left;
line-height:350px;
background-color:#f1c53f;
position:absolute;
top:7%;
left:19%;
}
#box1 span {
display:none;
}
#box1 .bodyer {
display:block;
}
#ull .lis {
background:red;
}
更新时间:2020-10-12 23:56:49