table { border-collapse: collapse; border-spacing: @s-none; } td, th { padding: @s-none; } .table { display: table; width: 100%; > dl { display: table-row; > dt, > dd { display: table-cell; } } > ul { display: table-row; > li { display: table-cell; padding: 10px; color: @c-gray; font-size: @f-size; font-size: 14px\9; vertical-align: middle; > a { white-space: nowrap; margin: 0 6px; } } &:nth-child(2n) { > li { background: #f1f5f8; } } &.table-head { > li { background: #d5e4ff; color: @c-gray-light; } } &.table-foot { > li { color: @c-gray-light; font-size: @f-size-sm; font-size: 16px\9; padding-top: 40px; padding-bottom: 40px; } } &.total-table-head { > li { background: #296dec; font-weight: bold; color: #fff; } } } &.border-none {//无边框表格 &.table-head { } &.@{ns}page { } } &.border-null {//空表格 &.table-head { } &.@{ns}page { } .notice { } } .notice {//没有信息是的表体提示信息 } } .page-list{ overflow: auto; }