_detail.css 5.01 KB
.help-page {
    padding-bottom: 30px;
    background: #f5f5f5;

    /* 个人中心布局下重置默认的底部样式 */
    + .blk-footer .center-content {
        border-top: none;
    }

    .help-navigation {
        width: 150px;
        margin-right: 10px;
        background: #fff;

        .title {
            height: 60px;
            line-height: 60px;
            padding-left: 15px;
            text-align: left;
            background: #fff;
        }

        .nav {
            color: #1b1b1b;
            font-size: 14px;

            li {
                cursor: pointer;
                padding: 10px 15px;
                width: 200px;

                .icon {
                    cursor: pointer;
                    margin-right: 10px;
                    height: 13px;
                    width: 13px;
                    display: inline-block;
                    position: relative;
                    top: 1px;
                }

                .plus {
                    background: resolve("help/plus.png") no-repeat;
                }

                .minus {
                    background: resolve("help/minus.png") no-repeat;
                }

                .mult {
                    margin-right: 22px;
                    height: 14px;
                    width: 14px;
                }

                &.selected > a {
                    color: #379ed6;
                }
            }

            .smll-category {
                display: none;
                font-size: 13px;
                color: #666;
            }
        }
    }

    .help-main {
        width: 990px;
        min-height: 570px;
        padding: 35px 30px;
        background-color: #fff;
        font-size: 14px;

        .detail-cont {
            border-top: 1px solid #eee;
            padding-top: 45px;
        }

        .blk-pagination {
            margin: 20px auto 0;
        }

        .normal-data,
        .step-data {
            padding: 2px;
            line-height: 25px;
        }

        .big-title {
            font-size: 20px;
        }

        .step-title {
            font-weight: bolder;
            padding-bottom: 5px;
        }

        .step {
            list-style: disc;
        }
    }

    .result-error {
        line-height: 30px;

        &.mt30 {
            margin-top: 30px;
        }

        a {
            color: #1ea1da;
        }
    }

    .search-result {
        font-size: 18px;
        color: #000;
        font-weight: bold;

        .blue {
            color: #1ca1da;
            padding: 0 5px;
        }
    }

    .search-list {
        width: 100%;
        height: auto;
        overflow: hidden;

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

            .title:before {
                content: "\e6e6";
                position: absolute;
                left: 3px;
                top: 1px;
                font-size: 18px;
            }
        }
    }

    .common-problem {
        h2 {
            font-size: 18px;
            font-weight: bold;
        }

        .problem {
            width: 928px;
            margin-top: 20px;

            a {
                width: 219px;
            }
        }

        .all-problem-title {
            margin-top: 45px;
        }
    }

    .all-problem,
    .search-list {
        p {
            font-size: 14px;
            line-height: 22px;
        }

        a {
            color: #1ea1da;
        }

        .keyword {
            color: #1ea1da;
        }

        .titile {
            color: #000;
        }

        .cont {
            color: #989898;
            margin-top: 15px;
            line-height: 22px;
            font-size: 14px;
        }

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

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

            .title:before {
                content: "\e6e4";
                position: absolute;
                left: 0;
                font-size: 18px;
            }

            .cont:before {
                content: "\e6e5";
                position: absolute;
                left: 0;
                font-size: 18px;
            }
        }
    }

    .all-problem {
        height: auto;
        overflow: hidden;
    }

    .help-detail {
        h2 {
            font-size: 18px;
            font-weight: bold;
        }

        .help-cont {
            .cont {
                margin-top: 17px;
                line-height: 22px;
            }

            img {
                display: inline-block;
            }
        }
    }

    .help-problem {
        margin-top: 17px;
        margin-bottom: 35px;

        a {
            width: 350px;
            margin-right: 20px;

            &.active {
                color: #1ea1da;
            }
        }
    }
}