$('.layui-table .layui-table-cell > span').css({'font-weight': 'bold'});//表头字体样式
/*$('th').css({'background-color': '#5792c6', 'color': '#fff','font-weight':'bold'}) 表头的样式 */
$('th').hide();//表头隐藏的样式
$('.layui-table-page').css('margin-top','40px');//页码部分的高度调整