不用JS的情况下,怎用CSS把top: 1px改成top: 0px
<div class="test" style="left: 180px; top: 1px;"></div>
.test{top:0px !important;}