_message-content.css 825 Bytes
.content-message-page {
    .title {
        background-image: resolve(/home/message.png);

        .back-list {
            font-size: 12px;
            float: right;
            width: 67px;
            height: 22px;
            line-height: 22px;
            margin-top: 9px;
            padding-right: 4px;
            text-align: center;
            color: #fdfdfd;
            display: inline-block;
            background: resolve(/home/btn-more.png) no-repeat;
            cursor: pointer;
        }
    }
    .text-container {
        font-size: 12px;
        line-height: 18px;
        padding: 20px;

        .text-title {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #999;

            span {
                color: #999;
            }
        }
    }
}