edit-customer.wxss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. @import "../public-view.wxss";
  2. /* Page {
  3. background-color: white;
  4. } */
  5. /* 原生组件会漂浮在非原生组件上 */
  6. .bottom-view, .bottom-view-X {
  7. position: relative;
  8. background-color: #F5F5F5;
  9. }
  10. .scroll-view-last {
  11. background-color: #f5f5f5;
  12. width: 100%;
  13. height: 24rpx;
  14. margin-top: -0.7px;
  15. }
  16. /* id-card-view */
  17. .id-card-view {
  18. margin: -64rpx 20rpx 0rpx;
  19. height: 490rpx;
  20. background-color: white;
  21. border-radius: 8rpx;
  22. box-shadow: 0rpx 4rpx 8rpx rgba(0, 0, 0, 0.03);
  23. display: flex;
  24. flex-direction: column;
  25. }
  26. .id-card-view>view {
  27. margin-left: 44rpx;
  28. margin-right: 44rpx;
  29. display: flex;
  30. }
  31. .id-card-view>view:nth-child(1) {
  32. height: 100rpx;
  33. }
  34. .id-card-view>view:nth-child(1)>text {
  35. font-size: 28rpx;
  36. color: #333333;
  37. line-height: 100rpx;
  38. }
  39. .id-card-view>view:nth-child(1)>image {
  40. width: 28rpx;
  41. height: 100rpx;
  42. margin-left: auto;
  43. margin-right: 12rpx;
  44. }
  45. .id-card-view>view:nth-child(1)>view {
  46. font-size: 28rpx;
  47. line-height: 100rpx;
  48. color: #3296FB;
  49. }
  50. .id-card-view>view:nth-child(2) {
  51. height: 0.7px;
  52. background-color: #eeeeee;
  53. }
  54. .id-card-view>view:nth-child(3),
  55. .id-card-view>view:nth-child(5) {
  56. height: 42rpx;
  57. }
  58. .id-card-view>view:nth-child(3) {
  59. margin-top: 40rpx;
  60. }
  61. .id-card-view>view:nth-child(3)>view:first-child,
  62. .id-card-view>view:nth-child(5)>view:first-child {
  63. width: 76rpx;
  64. display: flex;
  65. flex-direction: column;
  66. }
  67. .id-card-view>view:nth-child(3)>view:first-child>text,
  68. .id-card-view>view:nth-child(5)>view:first-child>text {
  69. width: 32rpx;
  70. height: 32rpx;
  71. font-family: PingFangSC-Regular;
  72. font-size: 24rpx;
  73. color: #FFFFFF;
  74. line-height: 32rpx;
  75. text-align: center;
  76. background-color: #A0C7DD;
  77. border-radius: 16rpx;
  78. }
  79. .id-card-view>view:nth-child(3)>view:first-child>text {
  80. margin-top: 5rpx;
  81. }
  82. .id-card-view>view:nth-child(3)>text,
  83. .id-card-view>view:nth-child(5)>text {
  84. font-family: PingFangSC-Regular;
  85. font-size: 30rpx;
  86. color: #333333;
  87. }
  88. .id-card-view>view:nth-child(3)>view:last-child,
  89. .id-card-view>view:nth-child(5)>view:last-child {
  90. width: 80rpx;
  91. margin-left: auto;
  92. display: flex;
  93. }
  94. .id-card-view>view:nth-child(3)>view:last-child>image,
  95. .id-card-view>view:nth-child(5)>view:last-child>image {
  96. width: 40rpx;
  97. height: 32rpx;
  98. margin: auto 0 auto auto;
  99. display: block;
  100. }
  101. .id-card-view>view:nth-child(4),
  102. .id-card-view>view:nth-child(6) {
  103. height: 116rpx;
  104. }
  105. .id-card-view>view:nth-child(4)>view,
  106. .id-card-view>view:nth-child(6)>view {
  107. width: 76rpx;
  108. height: 116rpx;
  109. }
  110. .id-card-view>view:nth-child(4)>image,
  111. .id-card-view>view:nth-child(6)>image {
  112. width: 96rpx;
  113. height: 64rpx;
  114. margin-top: 16rpx;
  115. }
  116. .id-card-view>view:nth-child(3)>view:first-child>view,
  117. .id-card-view>view:nth-child(5)>view:first-child>view {
  118. width: 2rpx;
  119. margin-left: 15rpx;
  120. height: 10rpx;
  121. background-color: #A0C7DD;
  122. }
  123. .id-card-view>view:nth-child(4)>view>view {
  124. width: 2rpx;
  125. height: 116rpx;
  126. margin-left: 15rpx;
  127. background-color: #A0C7DD;
  128. }
  129. /* information-view */
  130. .item,
  131. .bank-item {
  132. width: 100%;
  133. height: 100rpx;
  134. background-color: white;
  135. display: flex
  136. }
  137. .information>view:first-child,
  138. .information>view:nth-child(8),
  139. .information>view:nth-child(11) {
  140. margin-top: 24rpx;
  141. }
  142. .item>text:first-child,
  143. .textarea-item>text:first-child,
  144. .bank-item>text:first-child {
  145. font-family: PingFangSC-Regular;
  146. font-size: 32rpx;
  147. color: #333333;
  148. margin-left: 30rpx;
  149. }
  150. .item>text:first-child,
  151. .bank-item>text:first-child {
  152. line-height: 100rpx;
  153. }
  154. .textarea-item>text:first-child {
  155. margin-top: 34rpx;
  156. }
  157. .item>text:nth-child(2),
  158. .bank-item>text:nth-child(2) {
  159. font-family: PingFangSC-Regular;
  160. font-size: 32rpx;
  161. color: #AAAAAA;
  162. line-height: 100rpx;
  163. margin-left: auto;
  164. margin-right: 30rpx;
  165. }
  166. .information>view:nth-child(5)>text:nth-child(2),
  167. .bank-item>text:nth-child(2) {
  168. color: #666666;
  169. }
  170. .input-view-placeholder {
  171. font-size: 32rpx;
  172. color: #cccccc;
  173. }
  174. input {
  175. font-size: 32rpx;
  176. color: #666666;
  177. line-height: 100rpx;
  178. text-align: right;
  179. height: 100rpx;
  180. width: 500rpx;
  181. margin-left: auto;
  182. margin-right: 30rpx;
  183. }
  184. .textarea-item {
  185. width: 100%;
  186. /* height: 100rpx; */
  187. background-color: white;
  188. display: flex
  189. }
  190. textarea {
  191. font-size: 32rpx;
  192. /* color: #666666; */
  193. line-height: 8rpx;
  194. text-align: right;
  195. /* height: 8rpx; */
  196. width: 500rpx;
  197. }
  198. .textarea-ios {
  199. margin: 20rpx 0 20rpx auto;
  200. }
  201. .textare-android {
  202. margin: 34rpx 0 34rpx auto;
  203. }
  204. .textarea-placeholder {
  205. margin: auto 0 auto -224rpx;
  206. }
  207. .textarea-placeholder>text {
  208. font-size: 32rpx;
  209. /* color: #cccccc; */
  210. text-align: right;
  211. margin-right: 30rpx;
  212. }
  213. /* .bank-item>view:nth-child(2) {
  214. width: 60rpx;
  215. height: 100rpx;
  216. display: flex;
  217. }
  218. .bank-item>view:nth-child(2)>image {
  219. width: 28rpx;
  220. height: 28rpx;
  221. margin: auto 0 auto 16rpx;
  222. } */
  223. .bank-item>text:nth-child(2) {
  224. margin-right: 0;
  225. }
  226. .bank-item>image:nth-child(3) {
  227. width: 14rpx;
  228. height: 24rpx;
  229. margin: auto 30rpx auto 22rpx;
  230. }
  231. /* require-view */
  232. .require-view,
  233. .show-id-card-view,
  234. .bank-Info {
  235. width: 100%;
  236. height: 100%;
  237. position: fixed;
  238. background-color: rgba(0,0,0,0.56);
  239. top: 0rpx;
  240. z-index:1000;
  241. }
  242. .require-view>view {
  243. width: 100%;
  244. height: 800rpx;
  245. position: fixed;
  246. background-color: white;
  247. bottom: -800rpx;
  248. display: flex;
  249. flex-direction: column;
  250. }
  251. .require-view>view>view:nth-child(1) {
  252. width: 100%;
  253. height: 108rpx;
  254. display: flex;
  255. }
  256. .require-view>view>view:nth-child(1)>view {
  257. width: 6rpx;
  258. height: 32rpx;
  259. margin: auto 20rpx auto 30rpx;
  260. background-color: #3296FB;
  261. }
  262. .require-view>view>view:nth-child(1)>text {
  263. font-size: 32rpx;
  264. color: #333333;
  265. width: 600rpx;
  266. line-height: 108rpx;
  267. margin-right: auto;
  268. white-space: nowrap;
  269. text-overflow: ellipsis;
  270. overflow:hidden;
  271. }
  272. .require-view>view>view:nth-child(1)>image {
  273. width: 92rpx;
  274. height: 92rpx;
  275. margin: auto 0;
  276. }
  277. .require-view>view>view:nth-child(2) {
  278. width: 100%;
  279. height: 0.7px;
  280. background-color: #eeeeee;
  281. }
  282. .require-view>view>text:nth-child(3) {
  283. font-size: 30rpx;
  284. color: #333333;
  285. font-weight: bold;
  286. line-height: 42rpx;
  287. height: 42rpx;
  288. margin-top: 42rpx;
  289. margin-left: 50rpx;
  290. }
  291. .require-view>view>view:nth-child(3)>view {
  292. width: 6rpx;
  293. height: 28rpx;
  294. background-color: #3296FB;
  295. margin: auto 0 auto 50rpx;
  296. }
  297. .require-view>view>view:nth-child(3)>text {
  298. font-size: 30rpx;
  299. color: #333333;
  300. font-weight: bold;
  301. line-height: 42rpx;
  302. margin-left: 14rpx;
  303. }
  304. .require-view>view>image {
  305. width: 650rpx;
  306. height: 202rpx;
  307. margin: 32rpx 50rpx 44rpx
  308. }
  309. .require-view>view>text {
  310. font-size: 28rpx;
  311. color: #666666;
  312. line-height: 56rpx;
  313. margin: 0 50rpx;
  314. }
  315. /* show-id-card-view */
  316. .show-id-card-view {
  317. display: flex;
  318. }
  319. .show-id-card-view>view {
  320. width: 652rpx;
  321. display: flex;
  322. flex-direction: column;
  323. background-color: white;
  324. border-radius: 20rpx;
  325. margin: auto auto;
  326. }
  327. .show-id-card-view>view>image {
  328. width: 92rpx;
  329. height: 92rpx;
  330. margin: auto 0 auto auto;
  331. }
  332. .show-id-card-view>view>text {
  333. font-family: PingFangSC-Regular;
  334. font-size: 32rpx;
  335. color: #333333;
  336. line-height: 46rpx;
  337. margin: -30rpx 56rpx 32rpx 56rpx;
  338. }
  339. .show-id-card-view>view>view:nth-child(3) {
  340. height: 44rpx;
  341. margin: 0 56rpx;
  342. }
  343. .show-id-card-view>view>view:nth-child(3)>text {
  344. font-family: PingFangSC-Regular;
  345. font-size: 32rpx;
  346. color: #666666;
  347. line-height: 44rpx;
  348. }
  349. .show-id-card-view>view>view:nth-child(3)>text:last-child {
  350. color: #FF5E5E;
  351. }
  352. .show-id-card-view>view>view:nth-child(4) {
  353. height: 90rpx;
  354. border: 2rpx solid #EEEEEE;
  355. margin: 20rpx 56rpx 0;
  356. display: flex;
  357. }
  358. .show-id-card-view>view>view:nth-child(4)>input {
  359. height: 90rpx;
  360. width: 314rpx;
  361. font-family: PingFangSC-Regular;
  362. font-size: 32rpx;
  363. color: #222222;
  364. line-height: 90rpx;
  365. margin: 0 0 0 26rpx;
  366. text-align: left;
  367. }
  368. .show-id-card-view>view>view:nth-child(4)>view:nth-child(2) {
  369. width: 2rpx;
  370. height: 42rpx;
  371. margin: auto 0;
  372. background-color: #DCDCDC;
  373. }
  374. .verify-button-n,
  375. .verify-button-g {
  376. font-family: PingFangSC-Regular;
  377. font-size: 30rpx;
  378. margin: auto auto;
  379. }
  380. .verify-button-n {
  381. color: #3296FB;
  382. }
  383. .verify-button-g {
  384. color: #CCCCCC;
  385. }
  386. .show-id-card-view>view>view:nth-child(5) {
  387. height: 90rpx;
  388. border-radius: 45rpx;
  389. margin: 56rpx 56rpx 66rpx;
  390. background-color: #3296FB;
  391. font-family: PingFangSC-Medium;
  392. font-size: 32rpx;
  393. color: #FFFFFF;
  394. text-align: center;
  395. line-height: 90rpx;
  396. }
  397. .verify-input-placeholder {
  398. font-family: PingFangSC-Regular;
  399. font-size: 32rpx;
  400. color: #CCCCCC;
  401. line-height: 90rpx;
  402. }
  403. /* bank-Info */
  404. /* .bank-Info {
  405. display: flex;
  406. }
  407. .bank-Info>view {
  408. width: 540rpx;
  409. display: flex;
  410. flex-direction: column;
  411. background-color: white;
  412. border-radius: 28rpx;
  413. margin: auto auto;
  414. }
  415. .bank-Info>view>text:first-child {
  416. font-family: PingFangSC-Medium;
  417. font-size: 36rpx;
  418. color: #333333;
  419. text-align: center;
  420. margin-top: 44rpx;
  421. }
  422. .bank-Info>view>text:nth-child(2) {
  423. font-family: PingFangSC-Regular;
  424. font-size: 32rpx;
  425. color: #666666;
  426. text-align: center;
  427. line-height: 50rpx;
  428. margin: 18rpx 46rpx 42rpx;
  429. }
  430. .bank-Info>view>view:nth-child(4) {
  431. font-family: PingFangSC-Regular;
  432. font-size: 36rpx;
  433. color: #3296FB;
  434. text-align: center;
  435. line-height: 100rpx;
  436. width: 100%;
  437. height: 100rpx;
  438. } */