标签: html css google-chrome firefox margin
this is my website
在第二页(创始人框)
<div class="socials1"> ...</div>
在 firefox 中,保证金就好了
.socials1 { margin-top:55px;}
而 in chrome 我必须做到: .socials1 { margin-top:25px;}
.socials1 { margin-top:25px;}
任何人都可以告诉我是否有办法解决这个问题,或者我必须使用用户代理检测并加载不同的CSS?