addMember.less 5.9 KB

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