help.scss 1.48 KB
.installment-help {
    padding: 30px;
    margin: 0;
    background-color: #fff;
    font-family: "微软雅黑", sans-serif;
    color: #444;
    font-weight: 300;

    .help-title {
        text-align: center;
        font-size: 28px;
        margin-top: 10px;
        font-weight: bold;
    }

    .help-group {
        text-align: left;
        margin: 0 5px 45px;

        h2 {
            font-size: 26px;
            font-weight: bold;
        }

        p {
            font-size: 26px;
            line-height: 40px;
            margin-top: 10px;
        }

        .remind {
            color: #f00;
        }

        .underline {
            text-decoration: underline;
        }

        .bold {
            font-weight: bold;
        }

        ul {
            list-style: disc;
            list-style-position: inside;
            margin-left: 22px;
        }

        table {
            width: 92%;
            text-align: center;
            margin: 0 4%;
            border: 1px solid #000;
            font-size: 22px;

            td {
                text-align: center;
                border-right: 1px solid #000;
            }

            tr:last-child {
                border-top: 1px solid #000;
            }
        }
    }
}

.installment-agreement {
    p {
        text-indent: 2em;
    }

    ul {
        list-style-type: none;

        li {
            display: inline-block;
        }
    }

    .indent2 {
        text-indent: 2em;
        display: inline-block;
    }
}