_message.css 2.79 KB
.message-me-page {
    .message .title {
        background-image: resolve(/home/message.png);
    }

    .message-table-header {
        font-size: 12px;

        .sender {
            width: 118px;
            padding-left: 38px;
            text-align: left;
        }

        .heading {
            width: 408px;
            text-align: left;
        }

        .time {
            width: 130px;
        }

        .action {
            padding-left: 10px;
            width: 66px;
        }
    }

    .message-list {
        padding: 10px;
        font-size: 12px;

        table {
            width: 100%;
            line-height: 38px;

            tr {
                color: #999;
                border: 1px solid #e6e6e6;

                td {
                    text-align: center;
                }

                input{
                   vertical-align: middle;
                   margin: 0;
                }

                .del-btn {
                    color: #468fa2;
                    text-decoration: none;
                    cursor: pointer;
                }
            }

            .list-foot{
                background: #f8f8f8;

                button {
                    float: left;
                    line-height: 18px;
                    padding: 2px 10px;
                    border: 1px solid #ccc;
                    border-radius: 2px;
                    cursor: pointer;
                    outline: none;
                }

                .del-choose-btn {
                    background: #DA044A;
                    border-color: #CC0345;
                    margin-right: 10px;
                    color: #fff;
                }

                .read-choose-btn {
                    background: #DDDDDD;
                    color: #b3b3b3;
                }
                .has-new {
                    background: #3797AF;
                    border-color: #147E98;
                    color: #fff;
                }
            }

            .td-sender {
                width: 110px;
                color: #666;
                text-align: left;
                white-space: nowrap;
                overflow: hidden;
            }

            .td-title {
                width: 410px;
                padding-left: 10px;
                color: #666;
                text-align: left;
                white-space: nowrap;
                overflow: hidden;
            }

            .new-msg {
                background: #f0f5f8;
                border-bottom: 1px #becfd3 solid;

                .td-sender a,
                .td-title a {
                    font-weight: bold;
                    color: #468fa2;
                }
            }
        }
    }
}