index.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. .group-information-box {
  2. width: 100vw;
  3. background: #006EFF;
  4. }
  5. .group-box {
  6. display: inline-flex;
  7. width: 100%;
  8. box-sizing: border-box;
  9. padding: 34rpx 40rpx;
  10. }
  11. .group-ID {
  12. flex: 1;
  13. max-width: 50%;
  14. color: white;
  15. display: inline-block;
  16. text-overflow: ellipsis;
  17. white-space: nowrap;
  18. overflow: hidden;
  19. }
  20. .group-member {
  21. padding-left: 110rpx;
  22. color: white;
  23. }
  24. .icon-right {
  25. float: right;
  26. width: 32rpx;
  27. height: 32rpx;
  28. padding-top: 10rpx;
  29. padding-left: 4rpx;
  30. }
  31. .showdetail {
  32. display: flex;
  33. width: 100vw;
  34. height: 200rpx;
  35. background: #006EFF;
  36. }
  37. .box {
  38. width: 100rpx;
  39. height: 130rpx;
  40. padding-left: 35rpx;
  41. padding-top: 10rpx;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: center;
  45. align-items: center;
  46. }
  47. .left-box {
  48. display: flex;
  49. padding-left: 200rpx;
  50. padding-top: 10rpx;
  51. width: 250rpx;
  52. }
  53. .box-group {
  54. position: absolute;
  55. width: 80rpx;
  56. height: 80rpx;
  57. right: 160rpx;
  58. }
  59. .box-group-quit {
  60. position: absolute;
  61. right: 80rpx;
  62. width: 80rpx;
  63. height: 80rpx;
  64. }
  65. .quitgroup {
  66. display: block;
  67. width: 80rpx;
  68. height: 80rpx;
  69. padding-left: 28rpx;
  70. }
  71. .addmember {
  72. display: block;
  73. width: 80rpx;
  74. height: 80rpx;
  75. }
  76. .profile-box {
  77. width: 80rpx;
  78. height: 80rpx;
  79. flex-shrink: 0;
  80. z-index: 999
  81. }
  82. .addmember-text {
  83. display: flex;
  84. justify-content: center;
  85. align-items: center;
  86. font-family: PingFangSC-Regular;
  87. font-size: 10px;
  88. color: #FFFFFF;
  89. letter-spacing: 0;
  90. }
  91. .quitgroup-text {
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. font-family: PingFangSC-Regular;
  96. font-size: 10px;
  97. color: #FFFFFF;
  98. letter-spacing: 0;
  99. padding-left: 20rpx;
  100. width: 100rpx;
  101. }
  102. .nick-box {
  103. margin-top: 10px;
  104. display: flex;
  105. justify-content: center;
  106. align-items: center;
  107. font-family: PingFangSC-Regular;
  108. font-size: 10px;
  109. color: #FFFFFF;
  110. letter-spacing: 0;
  111. white-space: nowrap;
  112. text-overflow: ellipsis;
  113. overflow: hidden;
  114. width: 100%;
  115. }
  116. .popup-mask {
  117. width: 100vw;
  118. height: 100vh;
  119. position: fixed;
  120. z-index: 10;
  121. top: 0;
  122. right: 0;
  123. background: rgba(0, 0, 0, 0.60);
  124. display: flex;
  125. align-items: flex-end;
  126. }
  127. .pop-main {
  128. max-height: 60%;
  129. width: 100%;
  130. padding-bottom: 120rpx;
  131. background: #FFFFFF;
  132. overflow: auto
  133. }
  134. .group-member-text {
  135. display: inline-block;
  136. padding-top: 40rpx;
  137. padding-left: 40rpx;
  138. opacity: 0.8;
  139. font-family: PingFangSC-Medium;
  140. font-size: 18px;
  141. letter-spacing: 0;
  142. line-height: 25px;
  143. }
  144. .close {
  145. padding-left: 460rpx;
  146. font-family: PingFangSC-Regular;
  147. font-size: 18px;
  148. color: #2B8BD5;
  149. letter-spacing: 0;
  150. line-height: 24px;
  151. }
  152. .quitpop-mask {
  153. width: 100vw;
  154. height: 100vh;
  155. position: fixed;
  156. z-index: 10;
  157. top: 0;
  158. right: 0;
  159. background: rgba(0, 0, 0, 0.60);
  160. display: flex;
  161. align-items: flex-end;
  162. }
  163. .quitpop {
  164. position: fixed;
  165. bottom: 0;
  166. width: 100%;
  167. height: 25%;
  168. background: #FFFFFF;
  169. z-index: 99999;
  170. }
  171. .text-box {
  172. display: flex;
  173. justify-content: center;
  174. align-items: center;
  175. height: 112rpx;
  176. }
  177. .confirmQuitgroup-text {
  178. display: inline-block;
  179. opacity: 0.4;
  180. font-family: PingFangSC-Regular;
  181. font-size: 14px;
  182. letter-spacing: 0;
  183. text-align: center;
  184. line-height: 18px;
  185. }
  186. .quitgroup-confirm {
  187. font-family: PingFangSC-Regular;
  188. font-size: 16px;
  189. color: #E85454;
  190. letter-spacing: 0;
  191. text-align: center;
  192. line-height: 22px;
  193. }
  194. .quitgroup-abandon {
  195. opacity: 0.8;
  196. font-family: PingFangSC-Regular;
  197. font-size: 16px;
  198. letter-spacing: 0;
  199. text-align: center;
  200. line-height: 22px;
  201. }
  202. .mask {
  203. position: absolute;
  204. top: 450rpx;
  205. left: 100rpx;
  206. width: 70%;
  207. height: 20%;
  208. background: #999999;
  209. z-index: 999;
  210. }
  211. .popup {
  212. background: #ffffff;
  213. border: 1px solid #eeeeee;
  214. }
  215. .popup-main {
  216. height: 56px;
  217. padding: 60rpx 0;
  218. text-align: center;
  219. font-family: PingFangSC-Regular;
  220. font-size: 14px;
  221. color: #999999;
  222. letter-spacing: 0;
  223. text-align: center;
  224. line-height: 18px;
  225. }
  226. .input-box {
  227. padding-top: 30rpx;
  228. }
  229. .popup-footer {
  230. display: flex;
  231. }
  232. .popup-footer-button {
  233. flex: 1;
  234. }
  235. .popup-footer .cancel {
  236. font-family: PingFangSC-Regular;
  237. font-size: 14px;
  238. color: #000000;
  239. letter-spacing: 0;
  240. text-align: center;
  241. line-height: 22px;
  242. height: 44px;
  243. }
  244. .popup-footer .submit {
  245. font-family: PingFangSC-Regular;
  246. font-size: 14px;
  247. color: #E85454;
  248. letter-spacing: 0;
  249. text-align: center;
  250. line-height: 22px;
  251. height: 44px;
  252. }
  253. .cancellation {
  254. margin-top: 68px;
  255. margin-left: 20px;
  256. margin-right: 20px;
  257. background-color: white;
  258. width: 280px;
  259. height: 46px;
  260. border: 1px solid #E85454;
  261. border-radius: 24px;
  262. border-radius: 24px;
  263. }
  264. .confirm-cancellation {
  265. margin-left: 110px;
  266. margin-top: 13px;
  267. font-family: PingFangSC-Regular;
  268. font-size: 16px;
  269. color: #E85454;
  270. letter-spacing: 0;
  271. }
  272. .image-list {
  273. padding-top: 40rpx;
  274. display: flex;
  275. flex-wrap: wrap;
  276. }
  277. .image-nick-box {
  278. width: 108rpx;
  279. height: 140rpx;
  280. padding-left: 32rpx;
  281. padding-top: 32rpx;
  282. }
  283. .image-box {
  284. width: 108rpx;
  285. height: 108rpx;
  286. padding-left: 32rpx;
  287. border-radius: 4px;
  288. border-radius: 4px;
  289. }
  290. .groupmembername {
  291. display: inline-block;
  292. font-family: PingFangSC-Regular;
  293. font-size: 12px;
  294. color: #999999;
  295. letter-spacing: 0;
  296. padding-left: 32rpx;
  297. white-space: nowrap;
  298. text-overflow: ellipsis;
  299. overflow: hidden;
  300. width: 80rpx;
  301. }
  302. .text-box-qiut {
  303. display: flex;
  304. justify-content: center;
  305. align-items: center;
  306. height: 112rpx;
  307. }
  308. .text-box-cancle {
  309. display: flex;
  310. justify-content: center;
  311. align-items: center;
  312. height: 112rpx;
  313. border-top: 16rpx solid #eeeeee;
  314. }