Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<div class="name">bs</div>
右边距设置为 30px。我怎样才能将其更改为 10px?
(reference to your div).style.marginRight = 10+'px';
我不喜欢内联应用样式。我会添加一个实用程序类。
$("element_id").addClass("utilityClassname");