addMember.less 6.1 KB

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