addMember.less 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. .addMember {
  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: 489rpx;
  17. background: url("https://oss.dayaedu.com/ktyq/1739529857509.png") no-repeat;
  18. background-size: 100% 100%;
  19. z-index: 1;
  20. }
  21. .addMemberCon {
  22. position: relative;
  23. z-index: 2;
  24. flex-grow: 1;
  25. padding-bottom: 200rpx;
  26. overflow: hidden;
  27. .labelCon {
  28. padding-top: 6rpx;
  29. padding-left: 48rpx;
  30. padding-right: 12rpx;
  31. box-sizing: border-box;
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. .labelLeft {
  36. margin-top: 24rpx;
  37. display: flex;
  38. flex-direction: column;
  39. image {
  40. width: 217rpx;
  41. height: 55rpx;
  42. }
  43. text {
  44. margin-top: 26rpx;
  45. font-weight: 400;
  46. font-size: 26rpx;
  47. color: rgba(0, 0, 0, 0.6);
  48. line-height: 36rpx;
  49. }
  50. }
  51. .labelRight {
  52. flex-shrink: 0;
  53. width: 268rpx;
  54. height: 172rpx;
  55. }
  56. }
  57. .fromBox {
  58. margin: 24rpx 26rpx 0;
  59. background: #FFFFFF;
  60. border-radius: 20rpx;
  61. padding: 0 24rpx;
  62. &.firstFromBox {
  63. margin-top: 38rpx;
  64. }
  65. .topTit {
  66. padding-top: 36rpx;
  67. padding-bottom: 10rpx;
  68. font-weight: 600;
  69. font-size: 30rpx;
  70. color: #000000;
  71. line-height: 42rpx;
  72. }
  73. .fromCon {
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-between;
  77. padding: 16rpx 0;
  78. border-bottom: 2rpx solid #F2F2F2;
  79. &:last-child {
  80. border-bottom: none;
  81. }
  82. .fromTit {
  83. width: 120rpx;
  84. flex-shrink: 0;
  85. font-weight: 400;
  86. font-size: 30rpx;
  87. color: #666666;
  88. line-height: 42rpx;
  89. }
  90. .fromIpt {
  91. margin-left: 48rpx;
  92. flex-grow: 1;
  93. .index--van-cell{
  94. padding-right: 0;
  95. padding-left: 0;
  96. }
  97. .index--van-cell__right-icon-wrap {
  98. margin-right: -6rpx !important;
  99. color: #cccccc !important;
  100. }
  101. .van-field {
  102. padding: 0;
  103. --cell-line-height: 80rpx;
  104. .van-cell__right-icon {
  105. margin-right: -6rpx;
  106. color: #cccccc;
  107. }
  108. }
  109. .van-field__body {
  110. .van-field__control {
  111. color: #000000;
  112. font-weight: 400;
  113. font-size: 28rpx;
  114. }
  115. }
  116. }
  117. .genderIpt {
  118. padding: 10rpx 0;
  119. display: flex;
  120. align-items: center;
  121. .gender {
  122. padding: 10rpx 0;
  123. display: flex;
  124. align-items: center;
  125. image {
  126. width: 30rpx;
  127. height: 30rpx;
  128. }
  129. text {
  130. margin-left: 12rpx;
  131. font-weight: 400;
  132. font-size: 30rpx;
  133. color: #AAAAAA;
  134. line-height: 42rpx;
  135. }
  136. &:first-child {
  137. margin-right: 40rpx;
  138. }
  139. &.active {
  140. text {
  141. color: #FE462E;
  142. }
  143. }
  144. }
  145. }
  146. }
  147. }
  148. .botBox {
  149. width: 100%;
  150. height: 20rpx;
  151. }
  152. }
  153. .submitCon {
  154. z-index: 10;
  155. position: fixed;
  156. left: 0;
  157. bottom: 0;
  158. padding: 24rpx 32rpx 56rpx;
  159. width: 100%;
  160. box-sizing: border-box;
  161. background: #FFFFFF;
  162. box-shadow: 0rpx -2rpx 24rpx 0rpx rgba(0, 0, 0, 0.1);
  163. border-radius: 32rpx 32rpx 0rpx 0rpx;
  164. .subBtn {
  165. width: 100%;
  166. height: 84rpx;
  167. font-weight: 600;
  168. font-size: 32rpx;
  169. color: #FFFFFF;
  170. text-align: center;
  171. line-height: 84rpx;
  172. background: url("https://oss.dayaedu.com/ktyq/1739528494657.png") no-repeat;
  173. background-size: 100% 100%;
  174. }
  175. }
  176. // 弹窗
  177. .toolbar-top {
  178. display: flex;
  179. justify-content: space-between;
  180. height: 44px;
  181. margin: 0 26rpx;
  182. border-bottom: 2rpx solid #F2F2F2;
  183. font-size: var(--picker-option-font-size);
  184. .toolbar-cancel {
  185. color: var(--picker-cancel-action-color);
  186. line-height: 44px;
  187. padding: 0 14rpx
  188. }
  189. .toolbar-confirm {
  190. color: var(--picker-confirm-action-color);
  191. line-height: 44px;
  192. padding: 0 14rpx
  193. }
  194. }
  195. .areaListOpen {
  196. display: flex;
  197. justify-content: space-between;
  198. align-items: center;
  199. height: 56rpx;
  200. margin: 20rpx 40rpx;
  201. overflow: hidden;
  202. text {
  203. margin-right: 20rpx;
  204. font-weight: 400;
  205. font-size: 32rpx;
  206. color: #000000;
  207. line-height: 44rpx;
  208. white-space: nowrap;
  209. overflow: hidden;
  210. text-overflow: ellipsis;
  211. }
  212. image {
  213. flex-shrink: 0;
  214. width: 32rpx;
  215. height: 32rpx;
  216. }
  217. }
  218. .searchList {
  219. .icon-search {
  220. width: 32rpx;
  221. height: 32rpx;
  222. margin: auto 10rpx auto auto;
  223. }
  224. .van-search {
  225. margin: 26rpx !important;
  226. padding: 0 !important;
  227. height: 72rpx !important;
  228. background: #F6F6F6 !important;
  229. border-radius: 35rpx !important;
  230. border: 1rpx solid #FFFFFF !important;
  231. }
  232. .van-search__content {
  233. border-top-left-radius: 35rpx !important;
  234. border-bottom-left-radius: 35rpx !important;
  235. }
  236. .van-cell {
  237. font-size: 26rpx !important;
  238. }
  239. .searchBtn {
  240. width: 112rpx;
  241. line-height: 54rpx !important;
  242. padding: 0 !important;
  243. text-align: center;
  244. background: url('https://oss.dayaedu.com/ktyq/1739695178829.png') no-repeat;
  245. background-size: 100% 100%;
  246. font-weight: 500;
  247. font-size: 28rpx;
  248. color: #FFFFFF;
  249. border-radius: 35rpx;
  250. margin-right: 8rpx;
  251. }
  252. }
  253. .empty-box {
  254. width: 100%;
  255. height: 528rpx;
  256. display: flex;
  257. flex-direction: column;
  258. justify-content: center;
  259. align-items: center;
  260. image {
  261. width: 216rpx;
  262. height: 150rpx;
  263. }
  264. .empty-text {
  265. font-weight: 400;
  266. font-size: 28rpx;
  267. color: #AAAAAA;
  268. line-height: 40rpx;
  269. text-align: center;
  270. margin-top: -24rpx;
  271. }
  272. }
  273. }