_detail.css 3.48 KB
.help-page {
    .detail-search {
        height: 116px;
        background: #f5f5f5;
        padding-top: 30px;
        border-bottom: 1px solid #dfdfdf;
        box-sizing: border-box;
    }

    .detail-cont {
        padding-top: 20px;
    }

    .common-problem {
        .problem {
            margin-bottom: 20px;
        }
    }

    .detail-problem {
        width: 740px;
        margin: 0 auto;
        padding: 20px 0;

        a {
            width: 48%;
            text-align: left;
            line-height: 30px;
            display: inline-block;
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            font-size: 14px;
            padding-left: 20px;
        }

        a:hover,
        .active {
            color: #d2021c;

            .dot-icon {
                background: url("/help/dot-red.png") no-repeat;
            }
        }
    }

    .all-problem,
    .search-list-area {
        width: 720px;
        margin: 0 auto;
        height: auto;
        overflow: hidden;

        p {
            font-size: 14px;
            line-height: 22px;
        }

        a {
            color: #ce021b;
        }

        .keyword {
            color: #ce021b;
        }

        .titile {
            color: #000;
        }

        .cont {
            color: #989898;
            margin-top: 14px;
            font-size: 14px;
            line-height: 23px;
            overflow: hidden;
        }

        .show-all {
            color: #ce021b;
            cursor: pointer;
        }
    }

    .all-problem {
        .cont {
            height: auto;

            img {
                max-width: 100%;
            }
        }
    }

    .help-cont {
        .cont {
            padding: 25px 20px 0;
            box-sizing: border-box;
            width: 740px;
            margin: 0 auto;
            font-size: 14px;
            overflow: hidden;
            line-height: 24px;

            img {
                max-width: 100%;
            }
        }
    }

    .problem-li {
        float: left;
        margin-top: 30px;
        position: relative;
        padding-left: 36px;
        width: 100%;
        box-sizing: border-box;

        .title:before {
            content: "";
            width: 18px;
            height: 18px;
            background: url("/help/q.png") no-repeat;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .cont:before {
            content: "";
            width: 18px;
            height: 18px;
            background: url("/help/a.png") no-repeat;
            position: absolute;
            left: 0;
        }
    }

    .search-list-area {
        .article-li {
            float: left;
            margin-top: 30px;
            position: relative;
            padding-left: 35px;
            width: 100%;
            box-sizing: border-box;

            .title:before {
                content: "";
                width: 13px;
                height: 16px;
                background: url("/help/file.png") no-repeat;
                position: absolute;
                left: 3px;
                top: 2px;
            }
        }
    }

    .result-error {
        width: 740px;
        margin: 0 auto;
        line-height: 30px;
        font-size: 14px;
        padding-left: 30px;

        &.mt15 {
            margin-top: 15px;
        }

        a {
            color: #ce021b;
            padding: 0 5px;
        }
    }
}