123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* 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;
- }
|