memberList.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .memberList {
  2. position: relative;
  3. height: 100vh;
  4. background: #F5F6F7;
  5. display: flex;
  6. flex-direction: column;
  7. .weui-navigation-bar {
  8. position: relative;
  9. z-index: 2;
  10. }
  11. .appBg {
  12. position: absolute;
  13. left: 0;
  14. top: 0;
  15. width: 100%;
  16. height: 592rpx;
  17. background: url("https://oss.dayaedu.com/ktyq/1738997023805.png") no-repeat;
  18. background-size: 100% 100%;
  19. z-index: 1;
  20. }
  21. .memberListCon {
  22. position: relative;
  23. z-index: 2;
  24. flex-grow: 1;
  25. padding-bottom: 200rpx;
  26. padding-top: 36rpx;
  27. overflow: hidden;
  28. .memberInfo {
  29. margin: 0 26rpx;
  30. background: #FFFFFF;
  31. border-radius: 20rpx;
  32. padding: 24rpx 24rpx 32rpx;
  33. margin-bottom: 24rpx;
  34. border: 3rpx solid transparent;
  35. &.active {
  36. border-color: #0AAF20;
  37. }
  38. &:last-child {
  39. margin-bottom: 0;
  40. }
  41. .infoCon {
  42. display: flex;
  43. align-items: center;
  44. font-weight: 600;
  45. font-size: 28rpx;
  46. color: #131415;
  47. line-height: 40rpx;
  48. .tip {
  49. width: 44rpx;
  50. height: 44rpx;
  51. flex-shrink: 0;
  52. }
  53. .name{
  54. margin-left: 16rpx;
  55. white-space: nowrap;
  56. overflow: hidden;
  57. text-overflow: ellipsis;
  58. }
  59. .phone {
  60. flex-shrink: 0;
  61. margin-left: 16rpx;
  62. }
  63. }
  64. .schoolInfoCon {
  65. margin-top: 20rpx;
  66. .schoolInfo {
  67. margin-right: 8rpx;
  68. border-radius: 4rpx;
  69. border: 1.6rpx solid rgba(15, 179, 96, 0.5);
  70. padding: 2rpx 6rpx;
  71. font-weight: 400;
  72. font-size: 20rpx;
  73. color: #0FB360;
  74. line-height: 32rpx;
  75. }
  76. .schoolInfoDes {
  77. font-weight: 400;
  78. font-size: 24rpx;
  79. color: #777777;
  80. line-height: 32rpx;
  81. }
  82. }
  83. .operateCon {
  84. margin-top: 32rpx;
  85. display: flex;
  86. justify-content: space-between;
  87. align-items: center;
  88. .radio {
  89. display: flex;
  90. align-items: center;
  91. image {
  92. width: 32rpx;
  93. height: 32rpx;
  94. }
  95. text {
  96. margin-left: 12rpx;
  97. font-weight: 400;
  98. font-size: 24rpx;
  99. color: #777777;
  100. line-height: 32rpx;
  101. }
  102. }
  103. .operate {
  104. display: flex;
  105. align-items: center;
  106. view {
  107. background: #F2F2F2;
  108. border-radius: 24rpx;
  109. padding: 6rpx 24rpx;
  110. font-weight: 400;
  111. font-size: 24rpx;
  112. color: #333333;
  113. line-height: 34rpx;
  114. &:first-child {
  115. margin-right: 24rpx;
  116. }
  117. }
  118. }
  119. }
  120. }
  121. }
  122. .submitCon {
  123. z-index: 10;
  124. position: fixed;
  125. left: 0;
  126. bottom: 0;
  127. padding: 32rpx 40rpx 56rpx;
  128. width: 100%;
  129. box-sizing: border-box;
  130. background: #FFFFFF;
  131. box-shadow: 0rpx -2rpx 24rpx 0rpx rgba(0, 0, 0, 0.1);
  132. border-radius: 32rpx 32rpx 0rpx 0rpx;
  133. .subBtn {
  134. width: 100%;
  135. height: 88rpx;
  136. font-weight: 600;
  137. font-size: 32rpx;
  138. color: #FFFFFF;
  139. line-height: 88rpx;
  140. background: url("https://oss.dayaedu.com/ktyq/1738898417485.png") no-repeat;
  141. background-size: 100% 100%;
  142. display: flex;
  143. align-items: center;
  144. justify-content: center;
  145. image {
  146. width: 40rpx;
  147. height: 40rpx;
  148. margin-right: 12rpx;
  149. }
  150. }
  151. }
  152. .popup-section {
  153. .popup-mask {
  154. position: fixed;
  155. top: 0;
  156. left: 0;
  157. right: 0;
  158. bottom: 0;
  159. background-color: rgba(0, 0, 0, 0.6);
  160. z-index: 99999;
  161. }
  162. .popup-container {
  163. position: fixed;
  164. left: 0;
  165. right: 0;
  166. top: 50%;
  167. transform: translateY(-50%);
  168. z-index: 999999;
  169. margin: 0 100rpx;
  170. padding: 50rpx 0 40rpx 0;
  171. background: #FFFFFF;
  172. border-radius: 32rpx;
  173. .tit {
  174. font-weight: 600;
  175. font-size: 32rpx;
  176. color: #000000;
  177. line-height: 44rpx;
  178. text-align: center;
  179. }
  180. .btnCon {
  181. display: flex;
  182. justify-content: center;
  183. margin-top: 50rpx;
  184. view {
  185. font-weight: 400;
  186. font-size: 28rpx;
  187. color: #000000;
  188. line-height: 36rpx;
  189. padding: 16rpx 72rpx;
  190. border-radius: 36rpx;
  191. border: 2rpx solid #DCDCDC;
  192. &:last-child {
  193. margin-left: 32rpx;
  194. background: #000000;
  195. color: #fff;
  196. border-color: transparent;
  197. }
  198. }
  199. }
  200. }
  201. }
  202. }