_help.css 1.23 KB
.installment-help {
    padding: 0 5px;
    margin: 0;
    background-color: #fff;
    font-family: "Helvetica", "黑体", "Arial";

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

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

        h2 {
            font-size: 34px;
        }

        p {
            font-size: 28px;
            line-height: 40px;
            margin-top: 10px;
            text-indent: 2em;
        }

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