groupMemlist.scss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. page {
  2. background-color: #121212;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. background-color: #121212;
  8. width: 100%;
  9. background: url('../../static/home/top_bg.png');
  10. background-size: 100% 320rpx;
  11. background-repeat: no-repeat;
  12. }
  13. .header {
  14. display: flex;
  15. flex-direction: row;
  16. justify-content: flex-start;
  17. align-items: center;
  18. width: 750rpx;height: 320rpx;
  19. padding-top: calc(var(--status-bar-height) + 0rpx);
  20. .left {
  21. display: flex;flex-direction: row;width:200rpx;height:120rpx;
  22. justify-content: center;
  23. padding-left:50rpx;
  24. image {
  25. width:124rpx;height:40rpx;
  26. }
  27. }
  28. }
  29. .thread {
  30. height: 20rpx;
  31. }
  32. .thread2 {
  33. height: 60rpx;
  34. }
  35. .list {
  36. height: 86vh;
  37. .item {
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. margin-bottom: 20rpx;
  42. padding-bottom: 10rpx;
  43. border-bottom: dotted 1px #f0f0f0;
  44. .left {
  45. display: flex;
  46. align-items: center;
  47. .avatorImg2 {
  48. width: 90rpx;
  49. height: 90rpx;
  50. background-color: #d4237a;
  51. border-radius: 50%;
  52. display: flex;
  53. justify-content: center;
  54. align-items: center;
  55. color: #fff;
  56. font-weight: bold;
  57. font-size: 40rpx;
  58. }
  59. .nick {
  60. margin-left: 20rpx;
  61. }
  62. .avatar {
  63. border-radius: 100%;
  64. width: 75rpx;
  65. height: 75rpx;
  66. }
  67. .gender {
  68. margin-left: 20rpx;
  69. width: 30rpx;
  70. height: 30rpx;
  71. }
  72. }
  73. .hi {
  74. width: 45rpx;
  75. height: 45rpx;
  76. }
  77. }
  78. }
  79. .list_info {
  80. display: flex;
  81. flex-direction: column;
  82. justify-content: flex-start;
  83. align-items: center;
  84. color: #fff;
  85. background-color: #fff;
  86. width: 100%;
  87. .item {
  88. width: 690rpx;
  89. height: 84rpx;
  90. margin-top: 10rpx;
  91. color: #000;
  92. font-size: 28rpx;
  93. display: flex;
  94. flex-direction: row;
  95. justify-content: space-between;
  96. align-items: center;
  97. text {}
  98. input {
  99. text-align: right;
  100. }
  101. .arrow {
  102. width: 36rpx;
  103. }
  104. .desc {
  105. color: #333;
  106. }
  107. }
  108. }
  109. .title {}
  110. .bcenter {
  111. display: flex;
  112. align-items: center;
  113. padding-top: 20rpx;
  114. padding-left: 30rpx;
  115. background-color: #121212;
  116. flex-wrap: wrap;
  117. .avator {
  118. width: 132rpx;
  119. position: relative;
  120. display: flex;
  121. flex-direction: column;
  122. justify-content: center;
  123. align-items: center;
  124. font-size: 22rpx;
  125. padding-bottom: 12rpx;
  126. image {
  127. border-radius: 100rpx;
  128. width: 88rpx;
  129. height: 88rpx;
  130. }
  131. text {
  132. height: 30rpx;color:#fff;font-size: 28rpx;margin-top:10rpx;
  133. }
  134. .delit {
  135. position: absolute;right:8rpx;top:0rpx;
  136. width:36rpx;height:36rpx;
  137. }
  138. }
  139. .active {
  140. image {
  141. border-radius: 100rpx;
  142. border: solid 4rpx #FF2A95;
  143. border-radius: 100rpx;
  144. }
  145. }
  146. }
  147. .line {
  148. width: 750rpx;
  149. height: 2rpx;
  150. background-color: #393939;
  151. }
  152. .viewMore {
  153. width: 750rpx;
  154. height: 70rpx;
  155. background-color: #fff;
  156. text-align: center;
  157. line-height: 70rpx;
  158. font-size: 24rpx;
  159. }
  160. .submitLogout {
  161. width: 750rpx;
  162. height: 96rpx;
  163. position: fixed;
  164. bottom: 0;
  165. left: 0;
  166. font-size: 26rpx;
  167. background-color: #fff;
  168. color: #FF2A95;
  169. display: flex;
  170. flex-direction: row;
  171. justify-content: center;
  172. align-items: center;
  173. }
  174. .blankHeight {
  175. height: 30rpx;
  176. }
  177. .viewMore {
  178. width: 750rpx;
  179. height: 70rpx;
  180. text-align: center;
  181. background-color: #121212;
  182. line-height: 70rpx;
  183. font-size: 24rpx;
  184. color:#fff;
  185. display: flex;flex-direction: row;justify-content: center;align-items: center;
  186. image {
  187. width:36rpx;height:36rpx;
  188. }
  189. }