// 水平分隔线
.tn-horizontal-divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
}

// 垂直分割线
.tn-vertical-divider {
    width: 1px;
    height: 100%;
    background-color: #ddd;
}