1.margin-top负值必须与display:block配合才起作用。
2.radio与文字垂直对齐
input[type="radio"]{
margin-right: 0.3rem;
vertical-align: text-bottom;
*margin-bottom: -2px; //兼容IE6,IE7
}
1.margin-top负值必须与display:block配合才起作用。
2.radio与文字垂直对齐
input[type="radio"]{
margin-right: 0.3rem;
vertical-align: text-bottom;
*margin-bottom: -2px; //兼容IE6,IE7
}
转载于:https://www.cnblogs.com/haley168/articles/htmlQuestion.html