/* 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: space-between; flex-wrap: wrap; padding: 44rpx 28rpx; box-sizing: border-box; } .group-item { position: relative; display: flex; flex-direction: column; text-align: center; } .group-item .item-img { width: 214rpx; height: 278rpx; } .type-img { position: absolute; left: 0; top: 16rpx; width: 100rpx; height: 40rpx; }