.v-list-item {
    height: 127px;
    padding: 10px 10px 0;

    .content {
        display: flex;
        height: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid $sp_e7eaf1;

        .cover {
            flex: 1 0 auto;
            margin-right: 16px;

            img {
                width: 150px;
                height: 108px;
                border-radius: 3px;
            }
        }


    }
}