* { padding:0; margin:0; } #box { width:1500px; } #div1 { width:200px; position:relative; margin:0 auto; margin-top:10px; } #div1 #sp { font-size:20px; } #ull { width:800px; height:250px; /* background-color:#DDA0DD; */ position:relative; margin:0 auto; margin-top:20px; } #ull li { list-style:none; width:100px; height:35px; border-radius:7px; border:2px solid red; margin:10px 15px 0px 15px; float:left; text-align:center; line-height:35px; } #div2 { width:800px; height:100px; position:relative; margin:0 auto; /* background-color:red; */ margin-left:30%; } #inp { width:80px; height:50px; float:left; margin-left:10px; } #int { width:400px; height:50px; margin-left:10px; text-align:center; }
更新时间:2020-10-03 23:47:25