_consult.css 1.3 KB
.consult-me-page {
    font-size: 12px;

    .consult .title {
        background-image: resolve("home/consult.png");
    }

    .consults {
        margin: 10px;
    }

    .consults-table {
        width: 100%;
        border: 1px solid #e6e6e6;

        th {
            height: 28px;
            line-height: 28px;
            background: #efefef;
            padding: 0 5px;
        }

        td {
            color: #666;
            border-top: 1px solid #e6e6e6;
            padding: 5px;
            line-height: 18px;

            .thumb {
                width: 60px;
                height: 60px;
            }

            a {
                color: #468fa2;
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }
            }

            p {
                padding-left: 20px;
                margin-top: 5px;
                color: #999;
                word-break: break-all;
                overflow: hidden;
            }

            .question {
                color: #e9034e;
                background: resolve("home/consult-wd.png") no-repeat -13px 2px;
            }

            .reply {
                color: #390;
                background: resolve("home/consult-wd.png") no-repeat 0 -25px;
            }
        }
    }
}