| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 | .box {    position: relative;    width: 100%;    .fui-personal-group {        display: flex;        flex-wrap: wrap;        background-repeat: no-repeat;        background-position: center top;        background-size: 100% 100%;        .column-centre {            width: 300rpx;            height: 100rpx;            margin: 150rpx 225rpx;            .personal-names {                width: 100rpx;                height: 100rpx;                border-radius: 50%;                margin: 0 100rpx;            }            .nicknames {                width: 300rpx;                text-align: center;                font-size: 28rpx;                font-weight: 800;            }        }        .nicknames {            width: 300rpx;            text-align: center;            font-size: 28rpx;            font-weight: 800;        }        .personal-name {            width: 100rpx;            height: 100rpx;            border-radius: 50%;            margin: auto 30rpx;        }        .personal-nametwo {            width: 100rpx;            height: 100rpx;            border-radius: 50%;            margin: auto 60rpx;        }        .nickname {            font-size: 28rpx;            font-weight: 800;        }        // .members {        //     position: absolute;        //     bottom: 0rpx;        //     left: 5%;        //     width: 90%;        //     background-image: url("https://file-cloud.fmode.cn/O64wHWNFcf/20220223/5311sb030705.png");        //     background-repeat: no-repeat;        //     background-position: center top;        //     background-size: 100% 100%;        //     padding: 20rpx 0;        //     font-size: 30rpx;        // }        // .members-two {        //     width: 90%;        //     height: 52rpx;        //     margin-top: -120rpx;        //     // background-image: url("https://file-cloud.fmode.cn/lb486SzXLP/20211207/7p0u13091423.png");        //     // background-repeat: no-repeat;        //     // background-position: center top;        //     // background-size: 100% 100%;        //     z-index: 9999;        // }    }    .members {        background-image: url("https://file-cloud.fmode.cn/O64wHWNFcf/20220223/5311sb030705.png");        background-repeat: no-repeat;        background-position: center top;        background-size: 100% 100%;        width: 90%;        margin-top: -57rpx;        margin-left: 5%;        .membersa {            padding: 10rpx 100rpx;            font-size: 30rpx;        }    }    .members-two {        width: 90%;        height: 80rpx;        margin-top: -40rpx;        margin-left: 5%;        z-index: 9999;    }}
 |