table{
    border-collapse: collapse;
    border-spacing: 0;
}
.basics {
    width: 100%;
    table-layout: fixed;
    table{
        tbody{
            tr:hover{
                background: red
            }
        }
    }
}//基础,横向滑块
.frame{
    border: 1px solid #cccccc;
}
// 外边框
