_index.css 3.45 KB
.help-page {
    width: 990px;
    font-size: 12px;
    margin: 0 auto 20px;

    .path-nav {
        padding: 11px 0;
        border-bottom: 0;
        border-bottom: 0;
        padding-left: 25px;
        background: resolve('/help/home-icon.png') no-repeat 0px 12px;
    }

    .left-container {
        float: left;
        width: 180px;
        margin-right: 8px;
    }

    .block {
        border: 1px solid #dedede;
        border-radius: 2px;
    }

    .title {
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        background-color: #e3e3e3;
        background-position: 10px 12px;
        background-repeat: no-repeat;
    }

    .help-navigation {
        background: #f8f8f8;
        margin-bottom: 10px;

        .help-center {
            background-image: resolve('/help/help-center.png');
        }

        dl {
            width: 100%;
            height: 40px;
            background: #efefef;
            border-top: 1px #e6e6e6 solid;
            border-bottom: 1px #e6e6e6 solid;

            dt {
                width: 132px;
                height: 22px;
                margin: 10px 0 10px 7px;
                overflow: hidden;
                background: resolve('/help/help-search.png') no-repeat;
                float: left;

                input {
                    width: 110px;
                    border: 0px;
                    background: none;
                    margin: 3px 10px;
                }
            }
            dd {
                width: 31px;
                float: left;
                margin: 10px 0;

                .search-btn {
                    width: 31px;
                    height: 22px;
                    border: 0;
                    background: resolve('/help/help-search.png') no-repeat -134px 0px;
                    cursor: pointer;
                    text-indent: -999em;
                }
            }
        }
        ul {
            width: 154px;
            padding: 8px 12px;

            li {
                line-height: 20px;
                font-family: Arial,helvetica,sans-serif;
                margin: 5px 0;
                padding-left: 20px;
                color: #333;
                background: resolve('/help/help-nav-li.png') no-repeat;
            }

            .active {
                background-position: 0px -20px;

                a {
                    color: #fff;
                }
            }
        }
    }

    .help-service {
        background: #f8f8f8;
        line-height: 15px;

        .service-center {
            background-image: resolve('/help/yoho-service.png');
            background-position: 10px 9px;
        }

        .service-main {
            padding: 12px;

            strong {
                color: #000;
                font-size: 18px;
                font-weight: bold;
                font-family: Arial,helvetica,sans-serif;
            }
            
            p:first-child {
                margin-bottom: 10px;
            }
        }
    }
    .help-main {
        width: 800px;
        float: left;
        line-height: 18px;

        strong {
            font-weight: bold;
        }

        .help-content {
            padding: 15px;
            
            a {
                color: #468fa2;
                text-decoration: underline;
            }
        }
    }
}

@import "search";