ChatCircle.css 4.2 KB

.banner_box{
    width: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
}
.banner_img {
    width: 100%;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_img img {
    width: 100%;
    height: 100%;
}
.search_box{
    width: 100%;
    padding:  0 0.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2  ;
}
.search_box input{
    border: 0;
    outline: none;
    background: #FAFAFA;
}
.search_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:rgba(250,250,250,1);
    box-shadow:0 0.08rem 0.16rem 0 rgba(6,33,65,0.08);
    border-radius:0.1rem;
    padding: 0.2rem 0.3rem;
    margin-top: -0.15rem;
}
.classify_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
    box-sizing: border-box;
    background:rgba(250,250,250,1);
    box-shadow:0 0.08rem 0.16rem 0 rgba(6,33,65,0.08);
    border-radius:0.1rem;
    margin-top: 0.16rem;
}
.classify_img{
    width:1.10rem;
    height:1.10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;

}
.classify_item{
    margin-right: 0.5rem;
}
.select_title{
    color: #222;
}
.classify_box .classify_item:last-child {
    margin-right: 0rem!important;
}

.classify_img img{
    width: 100%;
    height: 100%;
}
.classify_title{
    font-size: 0.26rem;
    color: #999;
    text-align: center;
}
/*content*/
.content_box{
    width: 100%;
    padding: 0.35rem;
    box-sizing: border-box;
}

.content{
    padding:0 0.2rem ;
    box-shadow:0 0.08rem 0.16rem 0 rgba(6,33,65,0.08);
    background: #FAFAFA;
    border-radius:0.1rem;
}

.content_title{
    font-size: 0.3rem;
    color: #089982;
    position: relative;
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;

}
.content_title:after{
    content: '';
    position: absolute;
    left:-0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width:0.08rem;
    height:0.32rem;
    background:#069A84;
    border-radius:0.06rem;
}
.item_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FAFAFA;
    border-bottom: 1px solid #EBEBEB;
    padding: 0.2rem 0;
    font-size: 0.26rem;
    color: #53575C;
}
.item_box img{
    width: 1.6rem;
    height: 1.6rem;
    -webkit-border-radius: 0.10rem;
    -moz-border-radius: 0.10rem;
    border-radius: 0.10rem;
    margin-left: 0.15rem;
}
.item_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0;
}
.article_title{
    font-size: 0.36rem;
    font-weight: bold;
    color: #252729;
    margin-bottom: 0.2rem;
}
.article_item{
    background: #fff;
    margin-bottom: 0.16rem;
    padding: 0.3rem;
    font-size: 0.3rem;
    color: #252729;
}
.article_info{
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.article_info text{
    margin-right: 0.2rem;
}
.head_img{
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-content: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.2rem;
}
.head_img img{
    width: 100%;
    height: 100%;
}
.comment_item{
    display: flex;
    align-items: flex-start;
    padding: 0.2rem 0;
    border-bottom: 1px solid #EBEBEB;
}
.comment_item:last-child{
    border: 0;
}
.comment_content{
    width: 80%;
}
.user_name{
    font-size: 0.3rem;
    color: #53575C;
    margin-bottom: 0.15rem;
}
.content_time{
    font-size: 0.26rem;
    color: #53575C;
    margin-top: 0.15rem;
}

.bottom_box{
    width:100%;
    height:1rem;
    background:rgba(255,255,255,1);
    box-shadow:0 -2px 9px 0px rgba(235,235,235,1);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    color: #53575C  ;
}
.bottom_box textarea{
    width: 80%;
    border: 0;
    outline: none;
}
.circle{
    background: none;
}
.circle img{
    margin-left:  0;
    margin-right:0.15rem ;
}
.item_title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #252729;
}