_search.css 2.72 KB
.search-help-page {
    .search-content {
        padding: 15px;

        h2{
            border-bottom: 2px #eee solid;
            font-size: 14px;
            color: #333;
            height: 20px;
            line-height: 20px;
            padding-top: 10px;
        }
        ul {
            margin: 10px 0px;
            display: block;
            min-height: 20px;

            li {
                width: 345px;
                height: 20px;
                line-height: 20px;
                padding: 0px 0px 0px 20px;
                margin: 0px 15px 5px 0px;
                display: inline-block;
                overflow: hidden;
                background: resolve('/help/ask-icon.png') no-repeat 2px 4px;
                font-family: Arial,helvetica,sans-serif;
            }
        }
        .full-search {
            line-height: 22px;
            padding: 10px 8px;
            background-color: #e3e3e3;
            font-size: 14px;
            font-weight: bold;

            label {
                padding: 12px;
            }
            .full-search-name {
                width: 185px;
                height: 22px;
                padding: 0 10px;
                border: 0;
                background: resolve('/help/help-search.png') no-repeat 0 -22px;
            }
            .search-btn {
                width: 31px;
                height: 22px;
                border: 0;
                background: resolve('/help/help-search.png') no-repeat -134px 0px;
                cursor: pointer;
                text-indent: -999em;
            }
            .yoho-im-btn {
                width: 120px;
                height: 20px;
                background: resolve('/help/yoho-im.png');
                display: inline-block;
                vertical-align: middle;
                margin-left: 10px;
                border: 0px;
                cursor: pointer;
            }
        }
        .all-ask-list {
            line-height: 18px;
            padding-top: 10px;

            .ask-item {
                padding: 10px;
            }
            .ask-item.even {
                border: 1px #fbf0d5 solid;
                background: #fefaf0;
            }
            .ask {
                min-height: 10px;
                padding-left: 20px;
                margin-bottom: 10px;
                background: resolve('/help/ask-icon.png') no-repeat 2px 2px;
            }
            .answer {
                padding-left: 20px;
                color: #f07100;
                background: resolve('/help/answer-icon.png') no-repeat 2px 2px;
            }
        }
        .search-pager {
            height: 20px;
            padding: 10px;

            .pager-html {
                display: inline;
            }
        }
    }
}