user.wxss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  1. @charset "UTF-8";
  2. .text-center.data-v-562c3170 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-562c3170 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-562c3170 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-562c3170 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-562c3170 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-562c3170 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-562c3170 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-562c3170 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-562c3170 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .admin.data-v-562c3170 {
  39. width: 750rpx;
  40. background-color: #f7f7f7;
  41. }
  42. .admin .navigator.data-v-562c3170 {
  43. width: 750rpx;
  44. height: 100rpx;
  45. border-bottom: 1rpx solid #e2e2e2;
  46. position: fixed;
  47. background-color: white;
  48. top: 0;
  49. left: 0;
  50. z-index: 1000;
  51. }
  52. .admin .navigator > view.data-v-562c3170 {
  53. text-align: center;
  54. line-height: 100rpx;
  55. }
  56. .admin .navigator .text.data-v-562c3170 {
  57. font-size: 26rpx;
  58. color: #666666;
  59. height: 98rpx;
  60. display: inline-block;
  61. border-bottom-style: solid;
  62. border-bottom-width: 2rpx;
  63. border-bottom-color: transparent;
  64. line-height: 98rpx;
  65. }
  66. .admin .navigator .active-text.data-v-562c3170 {
  67. color: #446dfd;
  68. border-bottom-color: #446dfd;
  69. }
  70. .admin .search.data-v-562c3170 {
  71. width: 750rpx;
  72. height: 88rpx;
  73. padding: 16rpx 24rpx;
  74. box-sizing: border-box;
  75. background-color: #efeff4;
  76. position: fixed;
  77. top: 100rpx;
  78. left: 0;
  79. z-index: 1000;
  80. }
  81. .admin .search .prompt.data-v-562c3170 {
  82. width: 702rpx;
  83. height: 56rpx;
  84. position: absolute;
  85. border-radius: 28rpx;
  86. background-color: #ffffff;
  87. }
  88. .admin .search .prompt > image.data-v-562c3170 {
  89. width: 26rpx;
  90. height: 26rpx;
  91. }
  92. .admin .search .prompt > text.data-v-562c3170 {
  93. color: #b2b2b2;
  94. font-size: 26rpx;
  95. margin: 0 10rpx;
  96. }
  97. .admin .search input.data-v-562c3170 {
  98. width: 702rpx;
  99. height: 56rpx;
  100. border-radius: 28rpx;
  101. background-color: #ffffff;
  102. padding: 0 70rpx 0 30rpx;
  103. box-sizing: border-box;
  104. font-size: 26rpx;
  105. }
  106. .admin .search .search-clear.data-v-562c3170 {
  107. position: absolute;
  108. right: 15rpx;
  109. top: 14rpx;
  110. width: 30rpx;
  111. height: 30rpx;
  112. z-index: 300;
  113. }
  114. .admin .sort-one.data-v-562c3170 {
  115. width: 750rpx;
  116. height: 80rpx;
  117. background-color: white;
  118. position: fixed;
  119. top: 188rpx;
  120. z-index: 1000;
  121. }
  122. .admin .sort-one .sort-item.data-v-562c3170 {
  123. width: 375rpx;
  124. height: 80rpx;
  125. }
  126. .admin .sort-one .sort-item .view.data-v-562c3170 {
  127. width: 375rpx;
  128. height: 80rpx;
  129. }
  130. .admin .sort-one .sort-item .view > text.data-v-562c3170 {
  131. font-size: 28rpx;
  132. color: #666666;
  133. }
  134. .admin .sort-one .sort-item .view > image.data-v-562c3170 {
  135. width: 16rpx;
  136. height: 26rpx;
  137. margin-left: 16rpx;
  138. }
  139. .admin .sort.data-v-562c3170 {
  140. width: 750rpx;
  141. height: 80rpx;
  142. background-color: white;
  143. position: fixed;
  144. top: 188rpx;
  145. z-index: 1000;
  146. }
  147. .admin .sort .sort-item.data-v-562c3170 {
  148. height: 80rpx;
  149. width: 250rpx;
  150. }
  151. .admin .sort .sort-item .view.data-v-562c3170 {
  152. width: 250rpx;
  153. height: 80rpx;
  154. }
  155. .admin .sort .sort-item .view view.data-v-562c3170 {
  156. display: inline-block;
  157. font-size: 26rpx;
  158. color: #666666;
  159. margin-right: 16rpx;
  160. }
  161. .admin .sort .sort-item .view image.data-v-562c3170 {
  162. width: 16rpx;
  163. height: 26rpx;
  164. }
  165. .admin .content.data-v-562c3170 {
  166. background-color: #f7f7f7;
  167. padding-left: 24rpx;
  168. padding-right: 24rpx;
  169. box-sizing: border-box;
  170. margin-top: 292rpx;
  171. }
  172. .admin .content .no-people.data-v-562c3170 {
  173. position: fixed;
  174. top: 350rpx;
  175. left: 0;
  176. right: 0;
  177. margin: 0 auto;
  178. color: #666666;
  179. font-size: 24rpx;
  180. width: 240rpx;
  181. text-align: center;
  182. }
  183. .admin .content .no-people > image.data-v-562c3170 {
  184. width: 240rpx;
  185. height: 240rpx;
  186. margin-bottom: 20rpx;
  187. }
  188. .admin .content .all-item.data-v-562c3170 {
  189. width: 702rpx;
  190. background-color: white;
  191. border-radius: 15rpx;
  192. padding: 24rpx;
  193. box-sizing: border-box;
  194. margin-top: 24rpx;
  195. }
  196. .admin .content .all-item .avatar-name.data-v-562c3170 {
  197. margin-bottom: 16rpx;
  198. }
  199. .admin .content .all-item .avatar-name .avatar.data-v-562c3170 {
  200. height: 100rpx;
  201. width: 100rpx;
  202. border-radius: 4rpx;
  203. -webkit-flex-shrink: 0;
  204. flex-shrink: 0;
  205. }
  206. .admin .content .all-item .avatar-name .name.data-v-562c3170 {
  207. height: 100rpx;
  208. margin-left: 24rpx;
  209. font-size: 32rpx;
  210. color: #353535;
  211. padding-top: 10rpx;
  212. }
  213. .admin .content .all-item .avatar-name .member.data-v-562c3170 {
  214. color: #999999;
  215. width: 100%;
  216. font-size: 28rpx;
  217. }
  218. .admin .content .all-item .avatar-name .nickname.data-v-562c3170 {
  219. max-width: 300rpx;
  220. }
  221. .admin .content .all-item .avatar-name .member.member-name.data-v-562c3170 {
  222. margin-left: 12rpx;
  223. width: 164rpx;
  224. vertical-align: bottom;
  225. }
  226. .admin .content .all-item .number.data-v-562c3170 {
  227. width: 654rpx;
  228. height: 84rpx;
  229. margin-bottom: 15rpx;
  230. }
  231. .admin .content .all-item .number .item.data-v-562c3170 {
  232. width: 50%;
  233. height: 36rpx;
  234. }
  235. .admin .content .all-item .number .item .label.data-v-562c3170 {
  236. height: 36rpx;
  237. line-height: 36rpx;
  238. padding: 0 8rpx;
  239. box-sizing: border-box;
  240. background-color: #efeff4;
  241. margin-right: 16rpx;
  242. font-size: 22rpx;
  243. color: #999999;
  244. }
  245. .admin .content .all-item .number .item .amount.data-v-562c3170 {
  246. height: 36rpx;
  247. line-height: 36rpx;
  248. font-size: 28rpx;
  249. color: #999999;
  250. }
  251. .admin .content .all-item .number .margin.data-v-562c3170 {
  252. margin-bottom: 12rpx;
  253. }
  254. .admin .content .all-item .remark.data-v-562c3170 {
  255. font-size: 30rpx;
  256. width: 100%;
  257. position: relative;
  258. }
  259. .admin .content .all-item .remark .look-remark.data-v-562c3170 {
  260. position: absolute;
  261. top: 0;
  262. right: 0;
  263. color: #446dfd;
  264. }
  265. .admin .content .all-item .button.data-v-562c3170 {
  266. width: 654rpx;
  267. height: 60rpx;
  268. margin-top: 10rpx;
  269. }
  270. .admin .content .all-item .button > view.data-v-562c3170 {
  271. height: 60rpx;
  272. line-height: 60rpx;
  273. text-align: center;
  274. padding: 0 32rpx;
  275. border-style: solid;
  276. border-color: transparent;
  277. border-width: 1rpx;
  278. border-radius: 30rpx;
  279. font-size: 28rpx;
  280. }
  281. .admin .content .all-item .button .deduction.data-v-562c3170 {
  282. margin-right: 16rpx;
  283. border-color: #e2e2e2;
  284. color: #353535;
  285. }
  286. .admin .content .all-item .button .recharge.data-v-562c3170 {
  287. color: #446dfd;
  288. border-color: #446dfd;
  289. }
  290. .admin .content .auditor-item.data-v-562c3170 {
  291. width: 702rpx;
  292. margin-top: 24rpx;
  293. background-color: white;
  294. border-radius: 15rpx;
  295. padding: 24rpx;
  296. box-sizing: border-box;
  297. }
  298. .admin .content .auditor-item .avatar-name.data-v-562c3170 {
  299. width: 654rpx;
  300. height: 100rpx;
  301. }
  302. .admin .content .auditor-item .avatar.data-v-562c3170 {
  303. width: 100rpx;
  304. height: 100rpx;
  305. border-radius: 4rpx;
  306. }
  307. .admin .content .auditor-item .name-content.data-v-562c3170 {
  308. height: 100rpx;
  309. margin-left: 24rpx;
  310. width: 530rpx;
  311. }
  312. .admin .content .auditor-item .name-content .name.data-v-562c3170 {
  313. font-size: 32rpx;
  314. color: #353535;
  315. margin-top: 12rpx;
  316. }
  317. .admin .content .auditor-item .name-content .shop.data-v-562c3170 {
  318. margin-top: 6rpx;
  319. }
  320. .admin .content .auditor-item .name-content .shop > image.data-v-562c3170 {
  321. height: 28rpx;
  322. width: 28rpx;
  323. }
  324. .admin .content .auditor-item .name-content .shop > view.data-v-562c3170 {
  325. font-size: 28rpx;
  326. color: #999999;
  327. margin-left: 12rpx;
  328. }
  329. .admin .content .auditor-item .num-content.data-v-562c3170 {
  330. width: 654rpx;
  331. margin-top: 24rpx;
  332. }
  333. .admin .content .auditor-item .num-content .prompt.data-v-562c3170 {
  334. height: 36rpx;
  335. line-height: 36rpx;
  336. }
  337. .admin .content .auditor-item .num-content .prompt > text.data-v-562c3170 {
  338. display: inline-block;
  339. font-size: 22rpx;
  340. color: #999999;
  341. padding: 0 8rpx;
  342. box-sizing: border-box;
  343. height: 36rpx;
  344. background-color: #efeff4;
  345. }
  346. .admin .content .auditor-item .num-content .num.data-v-562c3170 {
  347. margin-top: 12rpx;
  348. color: #999999;
  349. font-size: 28rpx;
  350. }
  351. .admin .content .auditor-item .button.data-v-562c3170 {
  352. width: 654rpx;
  353. height: 60rpx;
  354. margin-top: 32rpx;
  355. }
  356. .admin .content .auditor-item .button .release.data-v-562c3170, .admin .content .auditor-item .button .modify.data-v-562c3170 {
  357. height: 60rpx;
  358. line-height: 60rpx;
  359. background-color: white;
  360. font-size: 28rpx;
  361. border-radius: 30rpx;
  362. text-align: center;
  363. padding: 0 32rpx;
  364. box-sizing: border-box;
  365. border-width: 1rpx;
  366. border-style: solid;
  367. }
  368. .admin .content .auditor-item .button .release.data-v-562c3170 {
  369. color: #353535;
  370. border-color: #bbbbbb;
  371. }
  372. .admin .content .auditor-item .button .modify.data-v-562c3170 {
  373. margin-left: 16rpx;
  374. color: #446dfd;
  375. border-color: #446dfd;
  376. }
  377. .admin .content .distributor-item.data-v-562c3170 {
  378. width: 702rpx;
  379. background-color: white;
  380. border-radius: 15rpx;
  381. padding: 24rpx;
  382. box-sizing: border-box;
  383. margin-top: 24rpx;
  384. }
  385. .admin .content .distributor-item .avatar.data-v-562c3170 {
  386. width: 148rpx;
  387. height: 148rpx;
  388. border-radius: 4rpx;
  389. margin-right: 24rpx;
  390. }
  391. .admin .content .distributor-item .content-text.data-v-562c3170 {
  392. width: 482rpx;
  393. height: 148rpx;
  394. }
  395. .admin .content .distributor-item .content-text > view.data-v-562c3170 {
  396. width: 482rpx;
  397. }
  398. .admin .content .distributor-item .content-text .name.data-v-562c3170 {
  399. margin: 12rpx 0 10rpx 0;
  400. font-size: 32rpx;
  401. color: #353535;
  402. }
  403. .admin .content .distributor-item .content-text .num.data-v-562c3170 {
  404. height: 84rpx;
  405. }
  406. .admin .content .distributor-item .content-text .num > view.data-v-562c3170 {
  407. height: 36rpx;
  408. line-height: 36rpx;
  409. }
  410. .admin .content .distributor-item .content-text .num .amount.data-v-562c3170 {
  411. margin-bottom: 12rpx;
  412. }
  413. .admin .content .distributor-item .content-text .num .prompt.data-v-562c3170 {
  414. display: inline-block;
  415. height: 35rpx;
  416. color: #999999;
  417. font-size: 22rpx;
  418. padding: 0 8rpx;
  419. box-sizing: border-box;
  420. background-color: #efeff4;
  421. margin-right: 16rpx;
  422. }
  423. .admin .content .distributor-item .content-text .num .price.data-v-562c3170 {
  424. font-size: 28rpx;
  425. color: #999999;
  426. }
  427. .admin .recharge-key-face.data-v-562c3170 {
  428. position: fixed;
  429. top: 0;
  430. left: 0;
  431. width: 100%;
  432. height: 100%;
  433. z-index: 1100;
  434. background-color: rgba(0, 0, 0, 0.3);
  435. }
  436. .admin .recharge-key-face .header.data-v-562c3170 {
  437. text-align: center;
  438. font-size: 32rpx;
  439. margin-top: 40rpx;
  440. color: #353535;
  441. }
  442. .admin .recharge-key-face .key-face-item.data-v-562c3170 {
  443. position: absolute;
  444. top: 50%;
  445. left: 50%;
  446. -webkit-transform: translate(-50%, -50%);
  447. transform: translate(-50%, -50%);
  448. width: 620rpx;
  449. background-color: white;
  450. border-radius: 16rpx;
  451. }
  452. .admin .recharge-key-face .key-face-item .nav.data-v-562c3170 {
  453. text-align: center;
  454. }
  455. .admin .recharge-key-face .key-face-item .nav .nav-item.data-v-562c3170 {
  456. height: 88rpx;
  457. }
  458. .admin .recharge-key-face .key-face-item .nav text.data-v-562c3170 {
  459. display: inline-block;
  460. font-size: 32rpx;
  461. height: 88rpx;
  462. line-height: 88rpx;
  463. color: #666666;
  464. border-bottom-width: 2rpx;
  465. border-bottom-style: solid;
  466. border-bottom-color: transparent;
  467. }
  468. .admin .recharge-key-face .key-face-item .nav .recharge-active.data-v-562c3170 {
  469. color: #446dfd;
  470. border-bottom-color: #446dfd;
  471. }
  472. .admin .recharge-key-face .key-face-item .input.data-v-562c3170 {
  473. padding: 32rpx;
  474. box-sizing: border-box;
  475. }
  476. .admin .recharge-key-face .key-face-item .input > input.data-v-562c3170 {
  477. height: 80rpx;
  478. border-radius: 16rpx;
  479. background-color: #f7f7f7;
  480. color: #353535;
  481. font-size: 28rpx;
  482. padding-left: 24rpx;
  483. box-sizing: border-box;
  484. }
  485. .admin .recharge-key-face .key-face-item .input .remark-input.data-v-562c3170 {
  486. margin-top: 20rpx;
  487. }
  488. .admin .recharge-key-face .key-face-item .input > textarea.data-v-562c3170 {
  489. border-radius: 16rpx;
  490. border: 2rpx solid #e2e2e2;
  491. color: #353535;
  492. font-size: 28rpx;
  493. width: 100%;
  494. padding: 16rpx 20rpx;
  495. box-sizing: border-box;
  496. }
  497. .admin .recharge-key-face .key-face-item .button.data-v-562c3170 {
  498. height: 88rpx;
  499. border-top: 1rpx solid #e2e2e2;
  500. position: relative;
  501. }
  502. .admin .recharge-key-face .key-face-item .button .app-line.data-v-562c3170 {
  503. width: 2rpx;
  504. height: 32rpx;
  505. position: absolute;
  506. top: 28rpx;
  507. background-color: #e2e2e2;
  508. left: 0;
  509. right: 0;
  510. margin: 0 auto;
  511. }
  512. .admin .recharge-key-face .key-face-item .button > view.cancel.data-v-562c3170 {
  513. height: 88rpx;
  514. line-height: 88rpx;
  515. text-align: center;
  516. position: relative;
  517. width: 309rpx;
  518. }
  519. .admin .recharge-key-face .key-face-item .button > view.confirm.data-v-562c3170 {
  520. height: 88rpx;
  521. line-height: 88rpx;
  522. text-align: center;
  523. position: relative;
  524. width: 309rpx;
  525. }
  526. .admin .recharge-key-face .key-face-item .button text.data-v-562c3170 {
  527. width: 100%;
  528. font-size: 32rpx;
  529. }
  530. .admin .recharge-key-face .key-face-item .button .confirm text.data-v-562c3170 {
  531. color: #446dfd;
  532. }
  533. .admin .recharge-key-face .key-face-item .button .cancel text.data-v-562c3170 {
  534. color: #666666;
  535. }
  536. .admin .modify-store.data-v-562c3170 {
  537. position: fixed;
  538. top: 0;
  539. left: 0;
  540. width: 100%;
  541. height: 100%;
  542. z-index: 1600;
  543. background-color: rgba(0, 0, 0, 0.5);
  544. }
  545. .admin .modify-store .modify-store-item.data-v-562c3170 {
  546. width: 750rpx;
  547. background-color: #ffffff;
  548. padding-top: 20rpx;
  549. box-sizing: border-box;
  550. position: fixed;
  551. bottom: 0;
  552. left: 0;
  553. }
  554. .admin .modify-store .modify-store-item .picker-header.data-v-562c3170 {
  555. width: 750rpx;
  556. padding: 0 24rpx;
  557. box-sizing: border-box;
  558. color: #446dfd;
  559. font-size: 32rpx;
  560. }
  561. .admin .modify-store .modify-store-item .picker.data-v-562c3170 {
  562. width: 750rpx;
  563. height: 400rpx;
  564. margin-top: 16rpx;
  565. }
  566. .admin .modify-store .modify-store-item .picker .item.data-v-562c3170 {
  567. height: 68rpx;
  568. text-align: center;
  569. font-size: 32rpx;
  570. }
  571. .admin .modify-store .modify-store-item .picker .sure-color.data-v-562c3170 {
  572. color: #446dfd;
  573. }
  574. .admin .modify-store .modify-store-item .picker .cardinal-color.data-v-562c3170 {
  575. color: #999999;
  576. }
  577. .admin .modify-store .modify-store-item .picker .even-color.data-v-562c3170 {
  578. color: #cdcdcd;
  579. }
  580. .admin .modify-store .picker-item.data-v-562c3170 {
  581. border-top: 1rpx solid #e2e2e2;
  582. border-bottom: 1rpx solid #e2e2e2;
  583. }
  584. .admin .release-prompt.data-v-562c3170 {
  585. position: fixed;
  586. top: 0;
  587. left: 0;
  588. width: 100%;
  589. height: 100%;
  590. z-index: 1600;
  591. background-color: rgba(0, 0, 0, 0.5);
  592. }
  593. .admin .release-prompt .prompt-item.data-v-562c3170 {
  594. position: absolute;
  595. top: 50%;
  596. left: 50%;
  597. -webkit-transform: translate(-50%, -50%);
  598. transform: translate(-50%, -50%);
  599. width: 620rpx;
  600. background-color: white;
  601. border-radius: 16rpx;
  602. padding-top: 40rpx;
  603. box-sizing: border-box;
  604. }
  605. .admin .release-prompt .prompt-item .header.data-v-562c3170 {
  606. font-size: 32rpx;
  607. color: #353535;
  608. text-align: center;
  609. }
  610. .admin .release-prompt .prompt-item .content.data-v-562c3170 {
  611. font-size: 32rpx;
  612. color: #353535;
  613. text-align: center;
  614. margin: 64rpx 0;
  615. background-color: white;
  616. }
  617. .admin .release-prompt .prompt-item .button.data-v-562c3170 {
  618. width: 620rpx;
  619. height: 88rpx;
  620. border-top: 1rpx solid #e2e2e2;
  621. }
  622. .admin .release-prompt .prompt-item .button .cancel.data-v-562c3170, .admin .release-prompt .prompt-item .button .sure.data-v-562c3170 {
  623. width: 309rpx;
  624. font-size: 32rpx;
  625. text-align: center;
  626. }
  627. .admin .release-prompt .prompt-item .button .line.data-v-562c3170 {
  628. width: 2rpx;
  629. background-color: #e2e2e2;
  630. height: 32rpx;
  631. }
  632. .admin .release-prompt .prompt-item .button .cancel.data-v-562c3170 {
  633. color: #666666;
  634. }
  635. .admin .release-prompt .prompt-item .button .sure.data-v-562c3170 {
  636. color: #446dfd;
  637. }
  638. .dialog.data-v-562c3170 {
  639. position: fixed;
  640. bottom: 0;
  641. left: 0;
  642. width: 100%;
  643. height: 100%;
  644. background-color: rgba(0, 0, 0, 0.3);
  645. z-index: 1000;
  646. }
  647. .dialog .dialog-item.data-v-562c3170 {
  648. padding-top: 20rpx;
  649. position: fixed;
  650. top: 25%;
  651. left: 0;
  652. right: 0;
  653. z-index: 1001;
  654. margin: 0 auto;
  655. width: 620rpx;
  656. border-radius: 16rpx;
  657. background-color: #fff;
  658. }
  659. .dialog .dialog-item .error-info.data-v-562c3170 {
  660. text-align: center;
  661. margin: 50rpx;
  662. }
  663. .dialog .dialog-item .btn-area.data-v-562c3170 {
  664. height: 88rpx;
  665. position: relative;
  666. border-top: 1rpx solid #e2e2e2;
  667. }
  668. .dialog .dialog-item .btn-area .line.data-v-562c3170 {
  669. height: 32rpx;
  670. width: 1rpx;
  671. background-color: #e2e2e2;
  672. position: absolute;
  673. top: 28rpx;
  674. left: 0;
  675. right: 0;
  676. margin: 0 auto;
  677. }
  678. .dialog .dialog-item .submit-btn.data-v-562c3170 {
  679. height: 88rpx;
  680. line-height: 88rpx;
  681. font-size: 32rpx;
  682. color: #666;
  683. width: 310rpx;
  684. text-align: center;
  685. }
  686. .dialog .dialog-item .dialog-title.data-v-562c3170 {
  687. text-align: center;
  688. margin: 15rpx 0 50rpx;
  689. }
  690. .dialog .dialog-item .submit-btn.be-submit.data-v-562c3170 {
  691. color: #446dfd;
  692. }
  693. .dialog .dialog-choose.data-v-562c3170 {
  694. position: fixed;
  695. bottom: 0;
  696. left: 0;
  697. width: 100%;
  698. height: 400rpx;
  699. z-index: 1001;
  700. border-top-left-radius: 16rpx;
  701. border-top-right-radius: 16rpx;
  702. background-color: #fff;
  703. text-align: center;
  704. font-size: 32rpx;
  705. color: #353535;
  706. }
  707. .dialog .dialog-choose .dialog-choose-item.data-v-562c3170 {
  708. height: 100rpx;
  709. line-height: 100rpx;
  710. border-bottom: 2rpx solid #e2e2e2;
  711. }
  712. .dialog .dialog-choose .dialog-cancel.data-v-562c3170 {
  713. border-bottom: 0;
  714. color: #446dfd;
  715. }
  716. .dialog .key-face-item.data-v-562c3170 {
  717. position: absolute;
  718. top: 50%;
  719. left: 50%;
  720. -webkit-transform: translate(-50%, -50%);
  721. transform: translate(-50%, -50%);
  722. width: 620rpx;
  723. background-color: white;
  724. border-radius: 16rpx;
  725. }
  726. .dialog .key-face-item .nav.data-v-562c3170 {
  727. text-align: center;
  728. }
  729. .dialog .key-face-item .nav .nav-item.data-v-562c3170 {
  730. height: 88rpx;
  731. }
  732. .dialog .key-face-item .nav text.data-v-562c3170 {
  733. display: inline-block;
  734. font-size: 32rpx;
  735. height: 88rpx;
  736. line-height: 88rpx;
  737. color: #666666;
  738. border-bottom-width: 2rpx;
  739. border-bottom-style: solid;
  740. border-bottom-color: transparent;
  741. }
  742. .dialog .key-face-item .nav .recharge-active.data-v-562c3170 {
  743. color: #446dfd;
  744. border-bottom-color: #446dfd;
  745. }
  746. .dialog .key-face-item .input.data-v-562c3170 {
  747. padding: 32rpx;
  748. box-sizing: border-box;
  749. }
  750. .dialog .key-face-item .input > input.data-v-562c3170 {
  751. height: 80rpx;
  752. border-radius: 16rpx;
  753. background-color: #f7f7f7;
  754. color: #353535;
  755. font-size: 28rpx;
  756. padding-left: 24rpx;
  757. box-sizing: border-box;
  758. }
  759. .dialog .key-face-item .input .remark-input.data-v-562c3170 {
  760. margin-top: 20rpx;
  761. }
  762. .dialog .key-face-item .button.data-v-562c3170 {
  763. height: 88rpx;
  764. border-top: 1rpx solid #e2e2e2;
  765. position: relative;
  766. }
  767. .dialog .key-face-item .button .app-line.data-v-562c3170 {
  768. width: 2rpx;
  769. height: 32rpx;
  770. position: absolute;
  771. top: 28rpx;
  772. background-color: #e2e2e2;
  773. left: 0;
  774. right: 0;
  775. margin: 0 auto;
  776. }
  777. .dialog .key-face-item .button > view.cancel.data-v-562c3170 {
  778. height: 88rpx;
  779. line-height: 88rpx;
  780. text-align: center;
  781. position: relative;
  782. width: 309rpx;
  783. }
  784. .dialog .key-face-item .button > view.confirm.data-v-562c3170 {
  785. height: 88rpx;
  786. line-height: 88rpx;
  787. text-align: center;
  788. position: relative;
  789. width: 309rpx;
  790. }
  791. .dialog .key-face-item .button text.data-v-562c3170 {
  792. width: 100%;
  793. font-size: 32rpx;
  794. }
  795. .dialog .key-face-item .button .confirm text.data-v-562c3170 {
  796. color: #446dfd;
  797. }
  798. .dialog .key-face-item .button .cancel text.data-v-562c3170 {
  799. color: #666666;
  800. }
  801. .dialog .key-face-item .member-list.data-v-562c3170 {
  802. font-size: 32rpx;
  803. color: #353535;
  804. padding: 0 32rpx;
  805. max-height: 388rpx;
  806. overflow: auto;
  807. }
  808. .dialog .key-face-item .member-list .member-item.data-v-562c3170 {
  809. height: 88rpx;
  810. border-top: 2rpx solid #e2e2e2;
  811. width: 566rpx;
  812. padding: 0 40rpx;
  813. }
  814. .dialog .key-face-item .member-list .member-item image.data-v-562c3170 {
  815. width: 36rpx;
  816. height: 36rpx;
  817. }
  818. .dialog .key-face-item .member-list .member-item.data-v-562c3170:first-of-type {
  819. border-top: 0;
  820. }