society.css 5.6 KB
.coursenav {
    width: 100%;
    overflow-x: scroll;
    background: #fff;
    padding: 0 0.32rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.coursenavleftkk {
    width: 6.26rem;
    padding: 0.24rem 0;
    box-sizing: border-box;
    overflow-x: scroll;
    position: relative;
}

.youhua {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.05rem;
    /* position: absolute;
    right: -0.6rem;
    top: 0;
    z-index: 99; */
}

.coursenavleft {
    color: #b5bfba;
    font-size: 0.28rem;
    text-align: center;
    flex: 0 0 auto;
    margin-right: 0.52rem;
}

.coursenavleftk {
    color: #b5bfba;
    font-size: 0.28rem;
    text-align: center;
    flex: 0 0 auto;
    margin-right: 0.52rem;
    position: relative;
}

.selactive {
    position: relative;
    color: #599158;
}

.selactive::after {
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.02rem;
    background: #599158;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}


/* 社区盒子 */

.societyitem {
    width: 6.86rem;
    background: #ffffff;
    border-radius: 0.08rem;
    box-shadow: 0 0.26rem 0.44rem 0 rgba(49, 144, 49, 0.08);
    padding: 0.24rem 0.26rem;
    box-sizing: border-box;
    margin: 0.32rem auto 0;
}

.societytop {
    position: relative;
}

.personimg {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0;
    border-radius: 50%;
}

.personimg img {
    border-radius: 50%;
}

.personname {
    color: #02170b;
    font-size: 0.28rem;
}

.persondate {
    color: #b5bfba;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.dingimg {
    width: 0.4rem;
    height: 0.6rem;
    font-size: 0;
    position: absolute;
    top: -0.24rem;
    right: 0;
}

.personright {
    margin-left: 0.16rem;
}

.societytext {
    color: #344039;
    font-size: 0.28rem;
    margin-top: 0.18rem;
}

.societyimg {
    flex-wrap: wrap;
    margin-top: 0.24rem;
}

.societyimgitem {
    width: 1.45rem;
    max-height: 1.45rem;
    font-size: 0;
    margin-right: 0.14rem;
    margin-bottom: 0.16rem;
    overflow: hidden;
    min-height: 1.45rem;
}

.socvideoitem {
    width: 4.65rem;
    height: 1.8rem;
    font-size: 0;
}


/* .societyimgitem:nth-child(5n) {
    margin-right: 0;
} */

.jianzheng {
    width: 1.56rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    font-size: 0.16rem;
    line-height: 0.44rem;
    margin-top: 0.32rem;
    margin-right: 0.2rem;
}

.jianzhengtui {
    flex-wrap: wrap;
}

.jianzhengleft {
    width: 0.36rem;
    height: 0.44rem;
    background: #5d9a5c;
    color: #fff;
    text-align: center;
    border-radius: 0.08rem 0 0 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jianzhengright {
    width: 1.2rem;
    height: 0.44rem;
    background: #e6ebe6;
    text-align: center;
    color: #5d9a5c;
    border-radius: 0 0.08rem 0.08rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dianzanimg {
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0;
}

.number {
    color: #7b7b7b;
    font-size: 0.2rem;
    margin-left: 0.18rem;
    margin-top: 0.1rem;
}

.dianitem {
    margin-right: 0.38rem;
}

.dainzan {
    margin-top: 0.26rem;
}

.gantanimg {
    width: 2.4rem;
    height: 2.4rem;
    background: rgba(50, 50, 51, 0.7);
    border-radius: 0.08rem;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.ganimg {
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0.58rem;
}

.gantantext {
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.16rem;
}

.addimgbox {
    position: absolute;
    right: 0.32rem;
    bottom: 1.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.faimg {
    width: 0.88rem;
    height: 0.88rem;
}

.fatext {
    color: rgb(89, 145, 88);
    font-size: 0.28rem;
    margin-top: 0.1rem;
}


/* 发布 */

.publishitem {
    padding: 0.26rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.publeft {
    color: rgba(50, 50, 51, 1);
    font-size: 0.28rem;
}

.pubpicker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.kindname {
    color: #999999;
    font-size: 0.28rem;
    /* margin-left: 0.32rem; */
}

.enterkind {
    width: 100%;
    height: 5rem;
    padding: 0.18rem 0;
    color: #999999;
    font-size: 0.28rem;
    box-sizing: border-box;
}

.enterkind textarea {
    width: 100%;
    border: none;
    outline: none;
}

.pubimg {
    width: 1.58rem;
    height: 1.58rem;
    font-size: 0;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border: 1px dashed #999;
    position: relative;
}

.videoimg {
    width: 0.8rem;
    height: 0.8rem;
}

.pubsuccess {
    width: 6.22rem;
    height: 2.72rem;
    background: #ffffff;
    border-radius: 0.08rem 0.08rem 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pubsuccessname {
    color: #323233;
    font-size: 0.28rem;
    text-align: center;
    padding: 0.68rem 0.48rem 0.68rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.pubsure {
    height: 0.96rem;
    text-align: center;
    line-height: 0.96rem;
    color: #4f874f;
    text-align: center;
    font-size: 0.28rem;
}

.listanniu {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listanniuk {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.socvideo {
    margin-top: 0.16rem;
}