my-group.wxss 610 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/groupPage/my-group/my-group.wxss */
  2. .my-group {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .my-group scroll-view {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .my-group-content {
  11. width: 100%;
  12. display: flex;
  13. justify-content: space-between;
  14. flex-wrap: wrap;
  15. padding: 44rpx 28rpx;
  16. box-sizing: border-box;
  17. }
  18. .group-item {
  19. position: relative;
  20. display: flex;
  21. flex-direction: column;
  22. text-align: center;
  23. }
  24. .group-item .item-img {
  25. width: 214rpx;
  26. height: 278rpx;
  27. }
  28. .type-img {
  29. position: absolute;
  30. left: 0;
  31. top: 16rpx;
  32. width: 100rpx;
  33. height: 40rpx;
  34. }