_msg.css 1.88 KB
.content-msg {
    margin-top: 40px;
    margin-left: 110px;

    .msg-left {
        position: relative;
        float: left;
        height: 30px;
        margin-right: 90px;
        line-height: 30px;
        text-align: center;
        border-bottom: 1px solid #bbb;
        color: #999;
        padding: 0 10px;
    }

    .msg-right {
        float: left;
        width: 643px;
        border-bottom: 1px solid #eee;
        margin-top: 2px;
        padding-bottom: 5px;

        a {
            img {
                margin-top: 10px;
            }
        }
    }

    .msg-title {
        font-size: 20px;
        color: #1b1b1b;
        line-height: 30px;
        max-height: 64px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .msg-title:hover {
        color: #666;
    }

    .lazy {
        width: 640px;
        height: 430px;
        margin-top: 15px;
    }

    .content {
        display: block;
        font-size: 14px;
        line-height: 24px;
        word-wrap: break-word;
        margin-top: 15px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .msg-app {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .time {
        color: #a6a6a6;
        margin-left: 3px;
    }

    .iconfont {
        font-size: 14px;
        margin-top: 0;
    }

    .time-word {
        font-weight: bold;
        font-size: 14px;
    }

    .like-comment {
        color: #999;
        font-size: 14px;

        &.liked {
            color: #1b1b1b;
        }

        .like-icon {
            cursor: pointer;
        }
    }

    .like-num {
        font-weight: normal;
    }
}