addMember.less 6.2 KB

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