width: 300px; padding-top: 10px; padding-bottom: 10px;
要么
$(element).css({ width: '300px','padding-top': '10px','padding-bottom': '10px' });