﻿.user-share {
    width: 100%;
    min-height: 100vh;
}

.returnback {
    height: 0.88rem;
    margin-bottom: 0.2rem;
}

.list {
    width: 100%;
    border-bottom: 0.01rem solid #EEEEEE;
    padding: 0.31rem;
    align-items: top;
}

.user-image {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-right: 0.14rem;
}

.list-box {
    width: 90%;
}

.username {
    font-size: 0.28rem;
    font-weight: 400;
    color: #0163A1;
    margin-right: 0.2rem;
}

.el-rate__icon {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.08rem;
}

.content {
    margin-top: 0.18rem;
    margin-bottom: 0.31rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.picture-box {
    width: 100%;
    flex-wrap: wrap;
}

.picture:nth-child(3n-1) {
    margin: 0 0.09rem;
}

.picture {
    width: 1.92rem;
    height: 1.92rem;
    margin-bottom: 0.1rem;
}

.time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    margin-top: 0.1rem;
}
.headreturn {
    position: fixed;
    top: 0;
    padding-left: 0.2rem;
    height: 1.4rem;
    align-items: center;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 1000;
}

.headreturn-text {
    max-width: 2.5rem;
    font-size: .32rem;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.search {
    border-radius: .3rem;
    background: #F7F7F9;
    height: .5rem;
    display:flex;
    align-items:center;
    padding:0 12px;
    margin-left:10px;
}

.search-img {
    width: .3rem;
}

.search-input {
    border: unset;
    font-size: .26rem;
    background: #F7F7F9;
    margin-top: 0.04rem;
}

.search-btn {
    width: 1rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
}

.heig_box {
    height: 1.4rem;
}