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

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

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

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

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

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

}