groupSetting.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. page {
  2. background: #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: #121212;
  85. background-color: #121212;
  86. width: 100%;
  87. .item {
  88. width: 690rpx;
  89. height: 84rpx;
  90. margin-top: 10rpx;
  91. color: #fff;
  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. .right {
  108. display: flex;flex-direction: row;justify-content: center;align-items: center;
  109. font-size: 28rpx;color: #999999;
  110. image {
  111. width:36rpx;height:36rpx;margin-top:4rpx;
  112. }
  113. }
  114. }
  115. }
  116. .title {}
  117. .bcenter {
  118. display: flex;
  119. align-items: center;
  120. padding-top: 20rpx;
  121. padding-left: 30rpx;
  122. background-color: #121212;
  123. flex-wrap: wrap;
  124. .avator {
  125. width: 132rpx;
  126. position: relative;
  127. display: flex;
  128. flex-direction: column;
  129. justify-content: center;
  130. align-items: center;
  131. font-size: 22rpx;
  132. padding-bottom: 12rpx;
  133. image {
  134. border-radius: 100rpx;
  135. width: 88rpx;
  136. height: 88rpx;
  137. }
  138. text {
  139. height: 30rpx;color:#fff;font-size: 28rpx;margin-top:10rpx;
  140. }
  141. .delit {
  142. position: absolute;right:8rpx;top:0rpx;
  143. width:36rpx;height:36rpx;
  144. }
  145. }
  146. .active {
  147. image {
  148. border-radius: 100rpx;
  149. border: solid 4rpx #FF2A95;
  150. border-radius: 100rpx;
  151. }
  152. }
  153. }
  154. .line {
  155. width: 750rpx;
  156. height: 2rpx;
  157. background-color: #393939;
  158. }
  159. .viewMore {
  160. width: 750rpx;
  161. height: 70rpx;
  162. background-color: #121212;
  163. text-align: center;
  164. line-height: 70rpx;
  165. font-size: 24rpx;
  166. color:#fff;
  167. display: flex;flex-direction: row;justify-content: center;align-items: center;
  168. image {
  169. width:36rpx;height:36rpx;
  170. }
  171. }
  172. .submitLogout {
  173. width: 660rpx;height: 96rpx;
  174. border-radius: 28rpx 28rpx 28rpx 28rpx;
  175. border: 2rpx solid #404040;
  176. position: fixed;
  177. bottom: 50rpx;
  178. left: 45rpx;
  179. font-size: 32rpx;
  180. color: #FF2A95;
  181. display: flex;
  182. flex-direction: row;
  183. justify-content: center;
  184. align-items: center;
  185. }
  186. .blankHeight {
  187. height: 30rpx;
  188. }