* { padding:0; margin:0; } .tab { width:500px; height:300px; margin:0 auto; background-color:#f5f5f5; } .tab-list { width:500px; height:39px; text-align:center; border:#000 1px solid; } .tab-list li { float:left; height:39px; line-height:39px; list-style:none; cursor:pointer; width:100px; } .current { background-color:red; color:#fff; } .item { display:none; }
更新时间:2022-10-12 23:30:28