好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

颜色问题_html/css_WEB-ITnose

按理想li的底色应该是灰色的,为啥是白色的
"http://www.w3.org/TR/html4/loose.dtd">



无标题文档


#card{
width:300px;
height:200px;
}
#tit{
width:100%;
height:25px;
line-height:25px;
}
#tit h3{
margin:0px;
padding:0px;
width:80px;
background:#ccc;
float:left;
line-height:25px;
text-align:center;
border:2px solid white;
font-size:12px;
color:white;
}
#content{
width:100%;
height:175px;
background:#888;
}
#content div{
display:none;
}
#content .one{
display:block;
}
#tit .titin{
border:2px solid #888;
background:#888;
}




第一项


第二项


第三项


查看更多关于颜色问题_html/css_WEB-ITnose的详细内容...

  阅读:38次