_help.css 3.78 KB
.help-page {
    .search-box {
        width: 308px;
        margin: 0 auto;

        .search-area {
            width: 308px;
            height: 33px;
            border: 1px solid #3a3a3a;
            background: #fff;

            input {
                width: 250px;
                border: none;
                padding: 6px 0 6px 20px;
                line-height: 21px;
                display: inline-block;
            }

            .iconfont {
                font-size: 16px;
                color: #3a3a3a;
                cursor: pointer;
                position: relative;
                top: 2px;
            }
        }

        .keyword {
            margin: 10px 0 45px;
            font-size: 14px;
            color: #000;
            text-align: left;

            a {
                margin: 0 8px;
                display: inline-block;
                color: #3a3a3a;
            }

            a:hover {
                color: #d2021c;
            }
        }
    }

    .dot-icon {
        background: url("/help/dot.png") no-repeat;
        position: relative;
        left: -3px;
        top: -2px;
        width: 4px;
        height: 4px;
        display: inline-block;
    }

    .nav-top {
        height: 220px;
        background: #f5f5f5;
        padding-top: 25px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 25px;

        .title-img {
            width: 229px;
            height: 68px;
            display: block;
            background: url("/help/help-title.jpg") no-repeat;
            margin: 0 auto;
        }
    }

    .notice {
        margin: 3px 0 5px;
        height: 30px;
        overflow: hidden;

        li {
            text-align: center;
            line-height: 30px;
            height: 30px;
        }

        .notice-cont {
            display: inline-block;
            overflow: hidden;
            height: 30px;
            font-size: 14px;
            margin: 0 5px;
            padding-left: 3px;
            color: #3a3a3a;
        }

        .notice-cont:hover {
            color: #d2021c;

            .dot-icon {
                background: url("/help/dot-red.png") no-repeat;
            }
        }            
    }

    .nav-title {
        width: 740px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        background: #f0f0f0;
        margin: 0 auto;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .menu-common {
        width: 740px;
        margin: 10px auto 30px;
        height: auto;
        overflow: hidden;
        padding: 0 15px;
        box-sizing: border-box;

        li {
            float: left;
            margin: 20px 0 0 74px;
            height: 105px;
            overflow: hidden;
        }

        a {
            width: 56px;
            text-align: center;
            display: block;
        }

        p {
            width: 100%;
            font-size: 14px;
            color: #3a3a3a;
            line-height: 17px;
            margin-top: 10px;
            text-align: center;
        }
    }

    .self-service {
        padding:  0 20px;

        li {
            margin-left: 159px;
        }
    }

    .problem {
        width: 700px;
        margin: 0 auto;
        padding-top: 25px;

        a {
            width: 48%;
            text-align: left;
            line-height: 30px;
            margin-left: 10px;
            display: inline-block;
            height: 30px;
            overflow: hidden;
            padding-left: 3px;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            font-size: 14px;
            color: #3a3a3a;
        }

        a:hover {
            color: #d2021c;

            .dot-icon {
                background: url("/help/dot-red.png") no-repeat;
            }
        }
    }
}