my_news.css 1.3 KB

.new_top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.24rem;
    color: #656565;
    padding: 0.16rem 0;
    margin: 0 0 0.16rem 0;
    background-color: #fff;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}

.new_top div {
    padding: 0.12rem 0.05rem;
    position: relative;
}

.new_top .sapn_active {
    color: #DDBB73;
    border-bottom: 1px solid #DDBB73;
}

.new_top .news {
    position: absolute;
    top: 0.05rem;
    right: -0.05rem;
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 50%;
    color: #F6F5F5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    background-color: #FF0000;
}

.all {
    margin-top: 1.1rem;
}

.all_item {
    padding: 0.5rem 0.63rem 0.47rem 0.54rem;
    margin-bottom: 0.17rem;
    background-color: #fff;
    position: relative;
}

.all_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 0.24rem;
    color: #424242;
}

.all_time {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #878787;
    font-size: 0.2rem;
    padding: 0.37rem 0 0 0;
}

.new_num2 {
    font-size: 0.14rem;
}