create.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. page {
  2. padding-bottom: 0 !important;
  3. overflow: hidden;
  4. }
  5. .box {
  6. display: flex;
  7. flex-direction: column;
  8. height: 100vh;
  9. overflow: hidden;
  10. }
  11. /* 群聊名称 */
  12. .group-name {
  13. display: flex;
  14. align-items: center;
  15. height: 84rpx;
  16. width: 100vw;
  17. background-color: #ffffff;
  18. flex-shrink: 0;
  19. }
  20. .group-name .name {
  21. position: relative;
  22. height: 44rpx;
  23. font-size: 32rpx;
  24. color: #000000;
  25. line-height: 44rpx;
  26. opacity: .47;
  27. margin-left: 40rpx;
  28. max-width: 630rpx;
  29. }
  30. .group-name .name input {
  31. position: absolute;
  32. width: 100%;
  33. height: 100%;
  34. top: 0;
  35. left: 0;
  36. background-color: #ffffff;
  37. }
  38. .group-name image {
  39. width: 26rpx;
  40. height: 32rpx;
  41. margin-left: 8rpx;
  42. }
  43. /* 搜索 */
  44. .search {
  45. display: flex;
  46. align-items: center;
  47. width: 100vw;
  48. height: 90rpx;
  49. background-color: #ffffff;
  50. margin-top: 10rpx;
  51. flex-shrink: 0;
  52. }
  53. .search image {
  54. width: 22rpx;
  55. height: 22rpx;
  56. margin: 0 6rpx 0 44rpx;
  57. }
  58. .search input {
  59. height: 40rpx;
  60. font-size: 28rpx;
  61. line-height: 40rpx;
  62. width: 635rpx;
  63. }
  64. .search .users {
  65. display: flex;
  66. align-items: center;
  67. width: 575rpx;
  68. height: 100%;
  69. margin-left: 32rpx;
  70. overflow: hidden;
  71. }
  72. .search .userImg {
  73. width: 70rpx;
  74. height: 70rpx;
  75. border-radius: 50%;
  76. margin: 0;
  77. margin-left: 12rpx;
  78. margin-top: 8rpx;
  79. }
  80. .search .add-remove {
  81. display: flex;
  82. align-items: center;
  83. justify-content: space-around;
  84. flex: 1;
  85. height: 100%;
  86. }
  87. .search .add-remove .add-remove-img {
  88. width: 38rpx;
  89. height: 38rpx;
  90. margin: 0;
  91. }
  92. /* 折叠面板 */
  93. .choose {
  94. flex: 1;
  95. display: flex;
  96. flex-direction: column;
  97. align-items: center;
  98. width: 100vw;
  99. background-color: #ffffff;
  100. margin-top: 10rpx;
  101. padding-top: 30rpx;
  102. }
  103. .choose .title {
  104. position: relative;
  105. display: flex;
  106. align-items: center;
  107. width: 100vw;
  108. height: 44rpx;
  109. font-size: 32rpx;
  110. color: #000000;
  111. line-height: 44rpx;
  112. margin-bottom: 40rpx;
  113. padding-left: 40rpx;
  114. box-sizing: border-box;
  115. flex-shrink: 0;
  116. }
  117. .radio-group-class {
  118. margin-left: 20rpx;
  119. }
  120. .group-class {
  121. margin-top: 6rpx;
  122. }
  123. .van-radio-class {
  124. padding-left: 10rpx !important;
  125. font-size: 28rpx;
  126. font-weight: 400;
  127. color: #000000;
  128. opacity: .5;
  129. }
  130. .collapse-cus {
  131. width: 630rpx;
  132. margin: 0 auto;
  133. border: 0 !important;
  134. }
  135. .collapse-item {
  136. border: 0 !important;
  137. }
  138. .collapse-title {
  139. display: flex;
  140. align-items: center;
  141. height: 102rpx;
  142. font-size: 32rpx;
  143. color: #000000;
  144. }
  145. .collapse-icon {
  146. width: 28rpx;
  147. height: 28rpx;
  148. }
  149. /* 按钮 */
  150. .vanBut {
  151. width: 716rpx;
  152. height: 84rpx;
  153. background: #4BBECF !important;
  154. border-radius: 10rpx !important;
  155. border: 0 !important;
  156. font-size: 32rpx;
  157. font-family: PingFangSC-Medium, PingFang SC;
  158. color: #FFFFFF !important;
  159. flex-shrink: 0;
  160. margin-bottom: 60rpx;
  161. }
  162. /* 团队成员 */
  163. .user-list-custom {
  164. margin-bottom: 20rpx;
  165. }
  166. .user-list-checkbox {
  167. padding-left: 36rpx;
  168. }
  169. .user-item {
  170. display: flex;
  171. align-items: center;
  172. height: 70rpx;
  173. width: 500rpx;
  174. font-size: 32rpx;
  175. color: #000000;
  176. }
  177. .user-item image {
  178. width: 70rpx;
  179. height: 70rpx;
  180. border-radius: 50%;
  181. margin-right: 20rpx;
  182. }
  183. .all {
  184. position: absolute;
  185. height: 60rpx;
  186. display: flex;
  187. align-items: center;
  188. bottom: 0;
  189. left: 40rpx;
  190. width: 100%;
  191. background-color: #ffffff;
  192. }
  193. /* 成员列表 */
  194. .member-list {
  195. width: 670rpx;
  196. margin: 0 auto;
  197. }
  198. .member-item {
  199. display: flex;
  200. align-items: center;
  201. width: 100%;
  202. height: 130rpx;
  203. padding-left: 20rpx;
  204. box-sizing: border-box;
  205. border-bottom: 2rpx solid #F6F7F8;
  206. font-size: 32rpx;
  207. }
  208. .member-item image {
  209. width: 70rpx;
  210. height: 70rpx;
  211. border-radius: 50%;
  212. margin-right: 20rpx;
  213. }
  214. .member-item text {
  215. width: 500rpx;
  216. }
  217. .go-back {
  218. position: absolute;
  219. color: #4DC2D4;
  220. font-size: 24rpx;
  221. top: 50%;
  222. right: 0;
  223. transform: translate(-30rpx,-50%);
  224. }