/* pages/groupPage/my-group/my-group.wxss */ .my-group { width: 100%; height: 100%; } .my-group scroll-view { width: 100%; height: 100%; } .my-group-content { width: 100%; display: flex; justify-content: row; flex-wrap: wrap; padding-top: 44rpx; box-sizing: border-box; } .group-item { position: relative; display: flex; flex-direction: column; text-align: center; margin-left: 28rpx; } .group-item .item-img { width: 214rpx; height: 278rpx; } .type-img { position: absolute; left: 0; top: 16rpx; width: 100rpx; height: 40rpx; } .jiang { position: absolute; right: 5rpx; bottom: 55rpx; width: 82rpx; height: 68rpx; }