_newscenter.scss 1.39 KB
.loginsignup .content .newsset img{
    width: 40px/$ppr;
    height: 40px/$ppr;
}
.news_list_fll{
    padding: 20px/$ppr 0;
    overflow: hidden;
    border-bottom: 1px solid $grey4;
    .news_c_img{
        position: relative;
        img{
            width: 90px/$ppr;
            height: 90px/$ppr;
        }
    }    
    .news_c_tit{
        width: 86%;
        p{
            padding-left: 30px/$ppr;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            clear: both;
            color: #4b4b4b;
            line-height: 1.5;
            font-size: 30px/$ppr;
            .news_h{
                color: #222222;
                width: 400px/$ppr;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .yestertime{
                font-size: 26px/$ppr;
                position: relative;
                top: 4px/$ppr;
                color: #4b4b4b;
            }
        }
    }
}
.tip_n{
    background-color: rgba(217, 81, 99, 0.9);
    border-radius: 50%;
    font-size: 0.512rem;
    width: 1.06667rem;
    height: 1.06667rem;
    display: block;
    line-height: 1.06667rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    right: -20px/$ppr;
    top: -20px/$ppr;
    color: white;
    text-align: center;
}