_index.css 1.77 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;
            text-align: center;
            background: #fff;
        }

        .nav {
            li {
                cursor: pointer;
                padding: 10px 15px;
                width: 200px;
                font-size: 14px;

                .plus {
                    cursor: pointer;
                    margin-right: 10px;
                    height: 14px;
                    width: 14px;
                    background-repeat: no-repeat;
                    background-image: resolve("help/plus.png");
                    background-size: 14px 14px;
                    position: relative;
                    top: 3px;
                }

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

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

            .smll-category {
                display: none;
            }
        }
    }

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

        .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;
        }
    }
}