group.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. ::-webkit-scrollbar {
  2. display: none;
  3. }
  4. .group {
  5. height: 100%;
  6. width: 100%;
  7. padding-bottom: 102rpx;
  8. box-sizing: border-box;
  9. }
  10. scroll-view {
  11. height: 100%;
  12. }
  13. .group-container {
  14. width: 100%;
  15. box-sizing: border-box;
  16. padding: 0 18rpx;
  17. background: #fff;
  18. }
  19. .search {
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. width: 100%;
  24. height: 60rpx;
  25. border-radius: 12rpx;
  26. background: #F0F1F5;
  27. padding: 0 20rpx;
  28. box-sizing: border-box;
  29. }
  30. .search input {
  31. width: 80%;
  32. height: 100%;
  33. }
  34. .search image {
  35. width: 34rpx;
  36. height: 34rpx;
  37. }
  38. .less-group,
  39. .whole-group {
  40. width: 100%;
  41. background: #fff;
  42. }
  43. .whole-group {
  44. margin-top: 32rpx;
  45. padding: 0 18rpx;
  46. box-sizing: border-box;
  47. }
  48. .less-group .title,
  49. .whole-group .title {
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. height: 90rpx;
  54. position: relative;
  55. }
  56. .title .left {
  57. font-size: 32rpx;
  58. padding-left: 52rpx;
  59. }
  60. .quota {
  61. font-size: 28rpx;
  62. color: red;
  63. }
  64. .title .ren {
  65. width: 42rpx;
  66. height: 36rpx;
  67. position: absolute;
  68. left: 0;
  69. }
  70. .title .right {
  71. font-size: 28rpx;
  72. }
  73. .group-box {
  74. display: flex;
  75. width: 100%;
  76. flex-wrap: wrap;
  77. justify-content: space-between;
  78. }
  79. .group-item {
  80. display: flex;
  81. flex-direction: column;
  82. }
  83. .group-item image {
  84. width: 214rpx;
  85. height: 278rpx;
  86. }
  87. .group-item view:nth-child(2) {
  88. font-size: 32rpx;
  89. color: #E51C23;
  90. }
  91. .group-item view:nth-child(3) {
  92. font-size: 28rpx;
  93. color: #969595;
  94. margin-top: 18rpx;
  95. }
  96. .group-item text {
  97. margin-left: 10rpx;
  98. }
  99. .group-item #grade {
  100. margin-top: 20rpx;
  101. color: #000;
  102. text-align: center;
  103. font-size: 28rpx;
  104. }
  105. .Collage-bottom {
  106. display: flex;
  107. justify-content: space-around;
  108. align-items: center;
  109. height: 102rpx;
  110. }
  111. .Collage-bottom image {
  112. width: 42rpx;
  113. height: 50rpx;
  114. vertical-align: middle;
  115. margin-right: 30rpx;
  116. }
  117. .Collage-bottom text {
  118. vertical-align: middle;
  119. }