模态框 往左偏移

/* 模态框左移一点 */
        $('#clickname').css({
            width:'auto',
            'margin-left':function(){
                return-($(this).width()/4);
            }
        });
posted @ 2020-01-03 09:25  林荼  阅读(258)  评论(0编辑  收藏  举报