addMember.less 5.7 KB

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