日期:2014-05-16 浏览次数:20404 次
<div class="box" style=" width:300px; height:90px; background:#FCF7C2; position:absolute; top:0; left:0;"> </div>
$(document).ready(function(){ var leftpx="200px"; $(".box").css("left","leftpx"); });