memberList.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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. word-break: break-all;
  82. }
  83. }
  84. .operateCon {
  85. margin-top: 32rpx;
  86. display: flex;
  87. justify-content: space-between;
  88. align-items: center;
  89. .radio {
  90. display: flex;
  91. align-items: center;
  92. image {
  93. width: 32rpx;
  94. height: 32rpx;
  95. }
  96. text {
  97. margin-left: 12rpx;
  98. font-weight: 400;
  99. font-size: 24rpx;
  100. color: #777777;
  101. line-height: 32rpx;
  102. }
  103. }
  104. .operate {
  105. display: flex;
  106. align-items: center;
  107. view {
  108. background: #F2F2F2;
  109. border-radius: 24rpx;
  110. padding: 6rpx 24rpx;
  111. font-weight: 400;
  112. font-size: 24rpx;
  113. color: #333333;
  114. line-height: 34rpx;
  115. &:first-child {
  116. margin-right: 24rpx;
  117. }
  118. }
  119. }
  120. }
  121. }
  122. .empty-box {
  123. position: absolute;
  124. left: 50%;
  125. top: 50%;
  126. transform: translate(-50%, -70%);
  127. image {
  128. width: 375rpx;
  129. height: 250rpx;
  130. }
  131. .empty-text {
  132. font-weight: 400;
  133. font-size: 28rpx;
  134. color: #AAAAAA;
  135. line-height: 40rpx;
  136. text-align: center;
  137. padding-top: -24rpx;
  138. }
  139. }
  140. }
  141. .submitCon {
  142. z-index: 10;
  143. position: fixed;
  144. left: 0;
  145. bottom: 0;
  146. padding: 32rpx 40rpx 56rpx;
  147. width: 100%;
  148. box-sizing: border-box;
  149. background: #FFFFFF;
  150. box-shadow: 0rpx -2rpx 24rpx 0rpx rgba(0, 0, 0, 0.1);
  151. border-radius: 32rpx 32rpx 0rpx 0rpx;
  152. .subBtn {
  153. width: 100%;
  154. height: 88rpx;
  155. font-weight: 600;
  156. font-size: 32rpx;
  157. color: #FFFFFF;
  158. line-height: 88rpx;
  159. background: url("https://oss.dayaedu.com/ktyq/1738898417485.png") no-repeat;
  160. background-size: 100% 100%;
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. image {
  165. width: 40rpx;
  166. height: 40rpx;
  167. margin-right: 12rpx;
  168. }
  169. }
  170. }
  171. .popup-section {
  172. .popup-mask {
  173. position: fixed;
  174. top: 0;
  175. left: 0;
  176. right: 0;
  177. bottom: 0;
  178. background-color: rgba(0, 0, 0, 0.6);
  179. z-index: 99999;
  180. }
  181. .popup-container {
  182. position: fixed;
  183. left: 0;
  184. right: 0;
  185. top: 50%;
  186. transform: translateY(-50%);
  187. z-index: 999999;
  188. margin: 0 100rpx;
  189. padding: 50rpx 0 40rpx 0;
  190. background: #FFFFFF;
  191. border-radius: 32rpx;
  192. .tit {
  193. font-weight: 600;
  194. font-size: 32rpx;
  195. color: #000000;
  196. line-height: 44rpx;
  197. text-align: center;
  198. }
  199. .btnCon {
  200. display: flex;
  201. justify-content: center;
  202. margin-top: 50rpx;
  203. view {
  204. font-weight: 400;
  205. font-size: 28rpx;
  206. color: #000000;
  207. line-height: 36rpx;
  208. padding: 16rpx 72rpx;
  209. border-radius: 36rpx;
  210. border: 2rpx solid #DCDCDC;
  211. &:last-child {
  212. margin-left: 32rpx;
  213. background: #000000;
  214. color: #fff;
  215. border-color: transparent;
  216. }
  217. }
  218. }
  219. }
  220. }
  221. }