common.less 265 Bytes
.title {
    font-weight: 600;
    display: flex;
    align-items: center;
    &::before {
        content: '';
        display: inline-block;
        background: var(--van-primary-color);
        height: 16px;
        width: 3px;
        margin-right: 6px;
    }
}