my-group.wxss 734 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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: row;
  14. flex-wrap: wrap;
  15. padding-top: 44rpx;
  16. box-sizing: border-box;
  17. }
  18. .group-item {
  19. position: relative;
  20. display: flex;
  21. flex-direction: column;
  22. text-align: center;
  23. margin-left: 28rpx;
  24. }
  25. .group-item .item-img {
  26. width: 214rpx;
  27. height: 278rpx;
  28. }
  29. .type-img {
  30. position: absolute;
  31. left: 0;
  32. top: 16rpx;
  33. width: 100rpx;
  34. height: 40rpx;
  35. }
  36. .jiang {
  37. position: absolute;
  38. right: 5rpx;
  39. bottom: 55rpx;
  40. width: 82rpx;
  41. height: 68rpx;
  42. }