managerdata.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. page {
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. }
  7. .staffDataListBox {
  8. display: block;
  9. width: 100%;
  10. }
  11. .staffmsgbox {
  12. display: block;
  13. width: 100%;
  14. height: 98rpx;
  15. box-sizing: content-box;
  16. border-bottom: 2rpx solid #B6CADE;
  17. color: rgba(0, 0, 0, 0.85);
  18. }
  19. .staffmsgbox view {
  20. position: relative;
  21. line-height: 98rpx;
  22. }
  23. .staffmsgbox view.nowstafftit {
  24. position: relative;
  25. color: #249EFB;
  26. font-size: 36rpx;
  27. }
  28. .staffmsgbox view.nowstafftit::before {
  29. content: " ";
  30. display: block;
  31. width: 100%;
  32. height: 2rpx;
  33. background-color: #249EFB;
  34. position: absolute;
  35. bottom: -2rpx;
  36. left: 0%;
  37. }
  38. .staffmsgbox view text {
  39. position: absolute;
  40. width: 20rpx;
  41. height: 20rpx;
  42. background: #F54D64;
  43. border-radius: 50%;
  44. top: 24rpx;
  45. right: 52rpx;
  46. }
  47. .teamerbox {
  48. display: block;
  49. width: 100%;
  50. padding: 22rpx 0;
  51. }
  52. .teamerbox view {
  53. display: block;
  54. min-width: 128rpx;
  55. padding: 0 16rpx;
  56. text-align: center;
  57. height: 48rpx;
  58. line-height: 48rpx;
  59. background: #D4E4ED;
  60. border-radius: 2px;
  61. margin-left: 40rpx;
  62. }
  63. .teamerbox view.nowteam {
  64. background-color: #249EFB;
  65. border-radius: 4rpx;
  66. color: #ffffff;
  67. }
  68. .bgF0F4F7 {
  69. background-color: #F0F4F7;
  70. }
  71. .everyteamer {
  72. display: block;
  73. border-bottom: 1px solid #F0F4F7;
  74. overflow: hidden;
  75. }
  76. .teamsgbox {
  77. display: block;
  78. padding: 24rpx 20rpx;
  79. }
  80. .teamheadimg {
  81. display: block;
  82. width: 96rpx;
  83. height: 96rpx;
  84. border-radius: 50%;
  85. margin-right: 18rpx;
  86. }
  87. .teamername {
  88. position: relative;
  89. margin-top: 18rpx;
  90. }
  91. .managericon {
  92. display: block;
  93. width: 28rpx;
  94. height: 28rpx;
  95. position: relative;
  96. top: 6rpx;
  97. margin-left: 6rpx;
  98. }
  99. .setbox {
  100. display: block;
  101. width: 96rpx;
  102. height: 48rpx;
  103. line-height: 48rpx;
  104. text-align: center;
  105. background-color: #249EFB;
  106. color: #fff;
  107. border-radius: 4rpx;
  108. position: relative;
  109. top: 26rpx;
  110. }
  111. .operationbox {
  112. display: block;
  113. width: 100%;
  114. background: #F0F4F7;
  115. height: 88rpx;
  116. overflow: hidden;
  117. }
  118. .operatimg {
  119. display: block;
  120. width: auto;
  121. height: 24rpx;
  122. margin-right: 6rpx;
  123. position: relative;
  124. top: 32rpx;
  125. }
  126. .leftemploye {
  127. padding-left: 40rpx;
  128. }
  129. .rightemploye {
  130. padding-right: 40rpx;
  131. }
  132. .noemployeesbox {
  133. display: block;
  134. margin-top: 68rpx;
  135. }
  136. .noemployeesbox .noimg {
  137. display: block;
  138. width: 218rpx;
  139. height: 194rpx;
  140. margin: 0 auto 68rpx;
  141. }
  142. .invitebtn {
  143. display: block;
  144. width: 360rpx;
  145. height: 100rpx;
  146. border-radius: 10rpx;
  147. line-height: 100rpx;
  148. margin: 0 auto 40rpx;
  149. }
  150. .layerqrcode {
  151. display: block;
  152. width: 100%;
  153. height: 100%;
  154. position: fixed;
  155. top: 0;
  156. left: 0;
  157. z-index: 999;
  158. background-color: rgba(56, 72, 85, 0.5);
  159. }
  160. .qrcodebox {
  161. display: block;
  162. width: 670rpx;
  163. position: absolute;
  164. top: 50%;
  165. left: 40rpx;
  166. transform: translateY(-50%);
  167. }
  168. .qrcodeimg {
  169. display: block;
  170. width: 670rpx;
  171. background: #FFFFFF;
  172. border-radius: 10rpx;
  173. padding-bottom: 88rpx;
  174. padding-top: 24rpx;
  175. }
  176. .qrcodeimg image {
  177. display: block;
  178. width: 512rpx;
  179. height: auto;
  180. margin: 0 auto;
  181. }
  182. .qrcodeimg view {
  183. display: block;
  184. margin: 40rpx auto 0;
  185. }
  186. .sharebox {
  187. display: block;
  188. width: 360rpx;
  189. height: 100rpx;
  190. background: #249EFB;
  191. border-radius: 10rpx;
  192. line-height: 100rpx;
  193. margin: 30rpx auto 0;
  194. }
  195. .everystaffData {
  196. display: block;
  197. border-bottom: 1px solid #F0F4F7;
  198. padding: 32rpx 20rpx 24rpx;
  199. }
  200. .everystaffData .headimg {
  201. display: block;
  202. width: 96rpx;
  203. height: 96rpx;
  204. border-radius: 50%;
  205. margin-right: 18rpx;
  206. }
  207. .everyorgbox {
  208. width: 100%;
  209. }
  210. .departicon {
  211. display: block;
  212. width: 36rpx;
  213. height: 28rpx;
  214. position: relative;
  215. top: 6rpx;
  216. margin-right: 20rpx;
  217. }
  218. .righticon {
  219. display: block;
  220. width: 18rpx;
  221. height: 12rpx;
  222. position: absolute;
  223. right: 40rpx;
  224. top: 48rpx;
  225. }
  226. .firstcolor {
  227. border-color: #F0F4F7;
  228. }
  229. .secondcolor {
  230. border-color: #B6CADE;
  231. }
  232. .thirdcolor {
  233. border-color: #FFFFFF;
  234. }
  235. .moreorgbox {
  236. display: block;
  237. border-bottom-width: 1px;
  238. border-bottom-style: solid;
  239. padding: 32rpx 20rpx 16rpx;
  240. }
  241. .everystaffData .staffheadimg {
  242. display: block;
  243. width: 66rpx;
  244. height: 66rpx;
  245. border-radius: 33rpx;
  246. position: absolute;
  247. top: 34rpx;
  248. left: 20rpx;
  249. }
  250. .everystaffData .staffpersonBox {
  251. display: block;
  252. position: absolute;
  253. left: 106rpx;
  254. top: 0;
  255. height: 134rpx;
  256. width: 220rpx;
  257. }
  258. .everystaffData .staffpersonBox .persoName {
  259. display: block;
  260. width: 100%;
  261. font-size: 28rpx;
  262. position: absolute;
  263. top: 31rpx;
  264. left: 0;
  265. }
  266. .everystaffData .staffpersonBox .mobilemsg {
  267. position: absolute;
  268. top: 77rpx;
  269. left: 0;
  270. }
  271. .everystaffData .staffpersonBox .mobilemsg image {
  272. display: block;
  273. float: left;
  274. width: 18rpx;
  275. height: 24rpx;
  276. position: relative;
  277. top: 4rpx;
  278. }
  279. .everystaffData .staffpersonBox .mobilemsg view {
  280. float: left;
  281. margin-left: 2rpx;
  282. color: #A4B9C9;
  283. font-size: 24rpx;
  284. }
  285. .rightbtnbox {
  286. position: relative;
  287. overflow: hidden;
  288. top: 24rpx;
  289. }
  290. .rightbtnbox button {
  291. display: block;
  292. width: 96rpx;
  293. height: 48rpx;
  294. background: #249EFB;
  295. border-radius: 4rpx;
  296. float: left;
  297. margin-right: 16rpx;
  298. border: 2rpx solid #249EFB;
  299. line-height: 44rpx;
  300. font-size: 28rpx;
  301. }
  302. .rightbtnbox button.cancle {
  303. background: #ffffff;
  304. color: #249EFB;
  305. margin-right: 20rpx;
  306. }
  307. .passbox {
  308. background: #249EFB;
  309. color: #fff;
  310. }
  311. .layerexamine {
  312. display: block;
  313. width: 100%;
  314. height: 100%;
  315. background-color: rgba(56, 72, 85, 0.5);
  316. position: fixed;
  317. bottom: 0;
  318. left: 0;
  319. z-index: 1000;
  320. }
  321. .examinebox {
  322. display: block;
  323. width: 670rpx;
  324. background: #FFFFFF;
  325. border-radius: 10rpx;
  326. position: absolute;
  327. top: 50%;
  328. left: 40rpx;
  329. transform: translateY(-50%);
  330. padding: 100rpx 60rpx 80rpx;
  331. }
  332. .examinebox .text {
  333. position: absolute;
  334. top: 0;
  335. left: 0;
  336. width: 100%;
  337. background: #249EFB;
  338. height: 20rpx;
  339. }
  340. .examinebtn {
  341. margin-top: 80rpx;
  342. }
  343. .examinebtn view {
  344. display: block;
  345. height: 88rpx;
  346. line-height: 88rpx;
  347. }
  348. .examinecancle {
  349. display: block;
  350. width: 200rpx;
  351. background: #D4E4ED;
  352. border-radius: 10rpx;
  353. margin-right: 16rpx;
  354. }
  355. .examinesure {
  356. display: block;
  357. width: 300rpx;
  358. height: 88rpx;
  359. background: #249EFB;
  360. border-radius: 10rpx;
  361. }
  362. .employeestitle {
  363. display: block;
  364. width: 100%;
  365. height: 80rpx;
  366. position: absolute;
  367. top: 0;
  368. left: 0;
  369. }
  370. .employeesmsgbox {
  371. display: block;
  372. padding: 20rpx 40rpx;
  373. }
  374. .changeposition {
  375. display: block;
  376. width: 100%;
  377. padding-top: 24rpx;
  378. }
  379. .positionbox {
  380. display: block;
  381. margin-top: 36rpx;
  382. }
  383. .circlebox {
  384. display: block;
  385. width: 40rpx;
  386. height: 40rpx;
  387. background: #B6CADE;
  388. margin-right: 12rpx;
  389. border-radius: 50%;
  390. }
  391. .commonbox {
  392. margin-left: 98rpx;
  393. }
  394. .nowposition {
  395. color: #249EFB;
  396. }
  397. .nowposition .circlebox {
  398. background-color: #249EFB;
  399. }
  400. .everyinputbox {
  401. display: block;
  402. margin-top: 40rpx;
  403. }
  404. .everyinputbox .input {
  405. display: block;
  406. width: 390rpx;
  407. border: 1px solid #D4E4ED;
  408. background: #FFFFFF;
  409. border-radius: 10rpx;
  410. height: 48rpx;
  411. line-height: 48rpx;
  412. box-sizing: content-box;
  413. padding-left: 8rpx;
  414. }
  415. .handovertext {
  416. margin-top: 16rpx;
  417. padding-left: 140rpx;
  418. }
  419. .moreorgbox .teamsgbox .teamheadimg {
  420. width: 48rpx;
  421. height: 48rpx;
  422. }
  423. .moreorgbox .teamsgbox .setbox {
  424. top: 0;
  425. }
  426. .layerbox {
  427. display: block;
  428. width: 100%;
  429. height: 100%;
  430. position: fixed;
  431. top: 0;
  432. left: 0;
  433. z-index: 100000;
  434. background: rgba(0, 0, 0, 0.45);
  435. }
  436. .selectdepart {
  437. display: block;
  438. width: 100%;
  439. background: #fff;
  440. position: absolute;
  441. left: 0;
  442. bottom: 0;
  443. z-index: 100;
  444. padding-top: 170rpx;
  445. padding-bottom: 40rpx;
  446. padding-bottom: calc(constant(safe-area-inset-bottom)) !important;
  447. padding-bottom: calc(env(safe-area-inset-bottom)) !important;
  448. }
  449. .departitbox {
  450. display: block;
  451. width: 100%;
  452. height: 90rpx;
  453. border-bottom: 2rpx solid #e7e7e7;
  454. line-height: 88rpx;
  455. top: 0;
  456. left: 0;
  457. }
  458. .departitbox .cancle {
  459. top: 0;
  460. left: 00rpx;
  461. z-index: 100;
  462. line-height: 88rpx;
  463. padding: 0 10rpx;
  464. }
  465. .departitbox .sure {
  466. top: 0;
  467. right: 00rpx;
  468. z-index: 100;
  469. line-height: 88rpx;
  470. padding: 0 10rpx;
  471. }
  472. .userorgbox {
  473. display: block;
  474. width: 100%;
  475. height: 80rpx;
  476. overflow-x: auto;
  477. overflow-y: hidden;
  478. border-bottom: 2rpx solid #e7e7e7;
  479. line-height: 78rpx;
  480. white-space: nowrap;
  481. background-color: #fff;
  482. position: absolute;
  483. top: 90rpx;
  484. left: 0;
  485. }
  486. .userorgbox view {
  487. padding: 0 25rpx;
  488. }
  489. radio .wx-radio-input.wx-radio-input-checked {
  490. border-color: #28A1FF;
  491. background: #28A1FF;
  492. }
  493. .noworg {
  494. color: #00A2EA;
  495. position: relative;
  496. }
  497. .noworg:before {
  498. content: ' ';
  499. display: block;
  500. width: 90rpx;
  501. height: 3rpx;
  502. background: #00A2EA;
  503. position: absolute;
  504. left: 50%;
  505. margin-left: -45rpx;
  506. bottom: 0;
  507. }
  508. .departimg {
  509. position: absolute;
  510. top: 18rpx;
  511. right: 16rpx;
  512. width: 18rpx;
  513. height: 12rpx;
  514. }
  515. .wordbg>view>view {
  516. background-color: #fff;
  517. box-shadow: 0 6rpx 12rpx 0 rgba(36, 158, 251, 0.41);
  518. }
  519. .teamcustomerbox {
  520. padding: 24rpx 0 16rpx 24rpx;
  521. white-space: nowrap;
  522. width: 100%;
  523. box-sizing: border-box;
  524. display: block;
  525. overflow-x: auto;
  526. }
  527. .teamcustomerbox .statebox {
  528. display: inline-block;
  529. width: 110rpx;
  530. height: 60rpx;
  531. line-height: 60rpx;
  532. border-radius: 10rpx;
  533. background-color: #fff;
  534. color: #384855;
  535. margin-right: 24rpx;
  536. text-align: center;
  537. overflow: hidden;
  538. }
  539. .teamcustomerbox .nowstatebox {
  540. background-color: #249EFB;
  541. color: #FFFFFF;
  542. }
  543. .customerlistbox {
  544. display: block;
  545. width: 710rpx;
  546. margin: 24rpx auto 0;
  547. background-color: #ffffff;
  548. border-radius: 10rpx;
  549. padding-top: 16rpx;
  550. }
  551. .everycustomerlist {
  552. display: block;
  553. width: 100%;
  554. border-bottom: 1px solid #EAF0F4;
  555. box-sizing: border-box;
  556. padding: 24rpx 20rpx;
  557. }
  558. .customermsgbox image {
  559. display: block;
  560. width: 30rpx;
  561. height: 28rpx;
  562. position: relative;
  563. top: 3rpx;
  564. }
  565. .homemsgbox {
  566. max-width: 300rpx;
  567. }
  568. .levelbox {
  569. display: block;
  570. width: 28rpx;
  571. height: 28rpx;
  572. text-align: center;
  573. line-height: 28rpx;
  574. position: relative;
  575. top: 3rpx;
  576. margin-left: 10px;
  577. background: #fcaf7c;
  578. border-radius: 50%;
  579. color: #ffffff;
  580. }
  581. .nowselectstatebox {
  582. display: block;
  583. background: #f0f4f7;
  584. border-radius: 8rpx;
  585. height: 60rpx;
  586. width: 110rpx;
  587. line-height: 60rpx;
  588. text-align: center;
  589. color: #c0c4d0;
  590. position: absolute;
  591. right: 0;
  592. bottom: 52rpx;
  593. }
  594. .resourcepool {
  595. padding-top: 20rpx;
  596. }
  597. .everyresourcepool {
  598. display: block;
  599. width: 690rpx;
  600. margin: 0 auto 24rpx;
  601. background-color: #fff;
  602. padding: 24rpx;
  603. border-bottom: 1px solid #e4e4e4;
  604. }
  605. .topleftpool .customericon {
  606. display: block;
  607. width: 32rpx;
  608. height: 28rpx;
  609. margin-right: 12rpx;
  610. position: relative;
  611. top: 6rpx;
  612. }
  613. .moreicon {
  614. display: block;
  615. width: 14rpx;
  616. height: 28rpx;
  617. position: absolute;
  618. right: 10rpx;
  619. top: 50%;
  620. margin-top: -10rpx;
  621. }
  622. .poolnumbox {
  623. margin-top: 16rpx;
  624. }
  625. .downorg {
  626. display: block;
  627. width: 16rpx;
  628. height: 30rpx;
  629. position: absolute;
  630. top: 40rpx;
  631. right: 30rpx;
  632. }
  633. .assigntext {
  634. position: absolute;
  635. top: 77rpx;
  636. right: 40rpx;
  637. width: 112rpx;
  638. height: 48rpx;
  639. line-height: 48rpx;
  640. text-align: center;
  641. border: 4rpx;
  642. overflow: hidden;
  643. }
  644. .customername {
  645. max-width: 300rpx;
  646. }
  647. .assignbtn {
  648. display: block;
  649. position: absolute;
  650. right: 20rpx;
  651. top: 0;
  652. height: 100%;
  653. }
  654. .assignbtn view {
  655. display: block;
  656. width: 128rpx;
  657. height: 48rpx;
  658. border-radius: 6rpx;
  659. text-align: center;
  660. line-height: 48rpx;
  661. }
  662. .batchbox {
  663. margin-top: 44rpx;
  664. }
  665. .handover {
  666. margin-top: 24rpx;
  667. }
  668. .resourcebox {
  669. display: block;
  670. width: 100%;
  671. max-height: 70%;
  672. overflow: auto;
  673. background-color: #ffffff;
  674. position: absolute;
  675. left: 0;
  676. bottom: 0;
  677. padding-top: 88rpx;
  678. padding-bottom: 40rpx;
  679. }
  680. .resourcetitle {
  681. display: block;
  682. width: 100%;
  683. position: absolute;
  684. height: 88rpx;
  685. line-height: 88rpx;
  686. top: 0;
  687. left: 0;
  688. border-bottom: 1px solid #e4e4e4;
  689. }
  690. .resourcetitle view.nowresourcetitle{
  691. color: #249EFB;
  692. }
  693. .resourcetitle view.nowresourcetitle::before{
  694. content: " ";
  695. display: block;
  696. width: 100%;
  697. background-color: #249EFB;
  698. position: absolute;
  699. border-bottom: 1px solid #249EFB;
  700. left: 0;
  701. bottom: 0px;
  702. }
  703. .value-class {
  704. flex: none !important;
  705. }
  706. .surebatchtbox{
  707. display: block;
  708. width: 630rpx;
  709. height:88rpx;
  710. line-height: 88rpx;
  711. background-color: #249EFB;
  712. color: #fff;
  713. text-align: center;
  714. margin: 24rpx auto 0;
  715. }