addMember.less 6.1 KB

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