Maison  >  Article  >  interface Web  >  span居中问题_html/css_WEB-ITnose

span居中问题_html/css_WEB-ITnose

WBOY
WBOYoriginal
2016-06-24 11:43:501233parcourir

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



无标题文档







tt
vv







一定float left
我怎么样才能让两个span在b中水平居中而且顶部不超过b呢???????? 


回复讨论(解决方案)

span{
padding:10px;
border:#999 solid 1px;
display: inline-block;
}


span{
padding:10px;
border:#999 solid 1px;
line-height: 40px;
}

span 里面加display: inline-block; 就可以饿了

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



无标题文档







tt
vv



Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn