index.less 836 Bytes
.question_some {
    h3 {
        position: relative;
        color: #222;
        font-size: 16px;
        padding-left: 5px;

        &::before {
            content: "";
            position: absolute;
            top: 4px;
            left: 0;
            height: 15px;
            border-left: 3px solid #135faa;
        }
    }

    /deep/ .van-cell {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-bottom: 1px solid #ebedf0;
        font-size: 12px;
    }

    /deep/ .van-cell:not(:last-child)::after {
        border-bottom: 0;
    }

    /deep/ .van-cell__title {
        span {
            display: block;
            width: 354px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            white-space: nowrap;
        }
    }
}