broker.wxss 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  1. /* customer/pages/broker/broker.wxss */
  2. page {
  3. background-color: #F0F4F7;
  4. display: block;
  5. width: 100%;
  6. height: 100%;
  7. overflow: auto;
  8. padding-bottom: 50px !important;
  9. padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important;
  10. padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important;
  11. box-sizing: border-box;
  12. }
  13. .topImg {
  14. width: 100% !important;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. }
  19. .indextopbox {
  20. padding: 48rpx 32rpx 36rpx;
  21. z-index: 9;
  22. }
  23. .headimg {
  24. display: block;
  25. width: 120rpx;
  26. height: 120rpx;
  27. border-radius: 60rpx;
  28. }
  29. .name {
  30. margin-top: 16rpx;
  31. margin-bottom: 16rpx;
  32. }
  33. .toprightbox {
  34. display: block;
  35. margin-left: 38rpx;
  36. text-align: center;
  37. }
  38. .toprightbox image {
  39. display: block;
  40. width: auto;
  41. height: 32rpx;
  42. margin: 0 auto 18rpx;
  43. }
  44. .toprightbox text {
  45. position: absolute;
  46. top: -2rpx;
  47. right: 6rpx;
  48. width: 10rpx;
  49. height: 10rpx;
  50. background-image: linear-gradient(#e32c1c,
  51. #e32c1c),
  52. linear-gradient(#fc3771,
  53. #fc3771);
  54. border-radius: 50%;
  55. }
  56. .szhccgxImg {
  57. width: 30rpx;
  58. height: 30rpx;
  59. }
  60. .consoledesk-title1 {
  61. display: flex;
  62. align-items: center;
  63. padding: 0px 20rpx;
  64. justify-content: space-between;
  65. }
  66. .leftTitle {
  67. display: flex;
  68. align-items: center;
  69. }
  70. .rightTitle {
  71. display: flex;
  72. align-items: center;
  73. font-size: 24rpx;
  74. color: #9DB6CF;
  75. }
  76. .rightArrow {
  77. width: 35rpx;
  78. height: 35rpx;
  79. }
  80. .ml10 {
  81. margin-left: 18rpx;
  82. }
  83. .text-title1 {
  84. font-size: 32rpx;
  85. color: #384855;
  86. font-weight: 600;
  87. }
  88. .indexdatabox {
  89. display: block;
  90. width: 686rpx;
  91. margin: 0 auto;
  92. position: relative;
  93. z-index: 8;
  94. background-color: #ffffff;
  95. background-color: #ffffff;
  96. box-shadow: 0px 5rpx 16rpx 0px rgba(46, 88, 254, 0.12);
  97. border-radius: 14rpx;
  98. padding: 20rpx 0 10rpx;
  99. margin-top: 28rpx;
  100. }
  101. .consoleBox1 {
  102. padding: 30rpx 20rpx;
  103. }
  104. .consoleBox1,
  105. .consoleBox2 {
  106. display: flex;
  107. }
  108. .align-center {
  109. align-items: center;
  110. }
  111. .font24 {
  112. font-size: 24rpx;
  113. }
  114. .font32 {
  115. font-size: 32rpx;
  116. }
  117. .fontw600 {
  118. font-weight: 600;
  119. }
  120. .color384855 {
  121. color: #384855;
  122. }
  123. .line1 {
  124. width: 1rpx;
  125. height: 60rpx;
  126. background-color: #384855;
  127. }
  128. .flex-sub {
  129. flex: 1;
  130. }
  131. .flex-column {
  132. display: flex;
  133. flex-direction: column;
  134. }
  135. .consoleBox3 {
  136. width: 200rpx;
  137. }
  138. .numbox {
  139. font-family: PingFang-SC-Bold, Source Han Sans CN Black;
  140. font-size: 34rpx;
  141. margin-bottom: 12rpx;
  142. line-height: 32rpx;
  143. color: #3c3b3b;
  144. }
  145. .numtext {
  146. font-size: 24rpx;
  147. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  148. color: #333333;
  149. opacity: 0.5;
  150. }
  151. .indexdatabox .leftbox text {
  152. display: block;
  153. position: absolute;
  154. bottom: 0%;
  155. right: 0;
  156. border-right: 2rpx solid #ccc;
  157. opacity: 0.4;
  158. height: 48rpx;
  159. }
  160. .rightbox {
  161. position: relative;
  162. top: 30rpx;
  163. height: 142rpx;
  164. border-left: 2rpx solid rgba(204, 204, 204, 0.2);
  165. }
  166. .rightbox .numbox {
  167. margin-top: 12rpx;
  168. margin-bottom: 18rpx;
  169. }
  170. .mainbox {
  171. margin-top: 51rpx;
  172. }
  173. .mainbox image {
  174. display: block;
  175. width: 118rpx;
  176. height: 118rpx;
  177. margin: 0 auto;
  178. }
  179. .unaysjoin {
  180. margin-top: 40%;
  181. }
  182. .unpermissimg {
  183. width: 80%;
  184. margin: 60px auto 20px;
  185. }
  186. .unaysjoin .unpermisstext {
  187. font-size: 30rpx;
  188. }
  189. .gray {
  190. -webkit-filter: grayscale(100%);
  191. -moz-filter: grayscale(100%);
  192. -ms-filter: grayscale(100%);
  193. -o-filter: grayscale(100%);
  194. filter: grayscale(100%);
  195. filter: gray;
  196. opacity: 0.7;
  197. }
  198. .contentBox1 {
  199. padding: 0rpx 30rpx 160rpx;
  200. position: relative;
  201. }
  202. .mt20 {
  203. margin-top: 20rpx;
  204. }
  205. .c-title1 {
  206. display: flex;
  207. align-items: center;
  208. }
  209. .c-img12 {
  210. width: 28rpx;
  211. height: 28rpx;
  212. }
  213. .c-name {
  214. font-size: 32rpx;
  215. color: #384855;
  216. letter-spacing: 0;
  217. font-weight: 600;
  218. margin-left: 12rpx;
  219. }
  220. .c-tips {
  221. font-size: 24rpx;
  222. color: #9DB6CF;
  223. letter-spacing: 0;
  224. font-weight: 400;
  225. margin-left: 24rpx;
  226. margin-top: 10rpx;
  227. }
  228. .c-box-content {
  229. display: flex;
  230. margin: 24rpx auto;
  231. }
  232. .c-img23 {
  233. width: 40rpx;
  234. height: 49rpx;
  235. /* box-shadow: 0 2px 4px 0 rgba(50,151,255,0.40); */
  236. }
  237. .c-box-item {
  238. width: 224rpx;
  239. height: 122rpx;
  240. background: #FFFFFF;
  241. box-shadow: 0px 4rpx 16rpx 0rpx rgba(36, 158, 251, 0.2);
  242. border-radius: 10rpx;
  243. display: flex;
  244. }
  245. .ml16 {
  246. margin-left: 16rpx;
  247. }
  248. .c-box-item-1 {
  249. font-size: 28rpx;
  250. color: #384855;
  251. letter-spacing: 0;
  252. font-weight: 400;
  253. }
  254. .flex-row {
  255. display: flex;
  256. }
  257. .justify-center {
  258. justify-content: center;
  259. }
  260. .line2 {
  261. width: 100%;
  262. height: 16rpx;
  263. background: #F0F4F7;
  264. }
  265. .justify-end {
  266. justify-content: flex-end;
  267. }
  268. .justify-start {
  269. justify-content: flex-start;
  270. }
  271. .align-end {
  272. align-items: flex-end;
  273. }
  274. .align-start {
  275. align-items: flex-start;
  276. }
  277. .mt50 {
  278. margin-top: 50rpx;
  279. }
  280. .mt32 {
  281. margin-top: 32rpx;
  282. }
  283. .mt18 {
  284. margin-top: 18rpx;
  285. }
  286. .orgName {
  287. max-width: 190rpx;
  288. }
  289. .integral {
  290. margin-top: 4.5rpx;
  291. }
  292. .integral-num {
  293. margin-top: -8rpx;
  294. }
  295. .font40 {
  296. font-size: 40rpx;
  297. }
  298. .f-item {
  299. position: relative;
  300. }
  301. .ml20 {
  302. margin-left: 20rpx;
  303. }
  304. .dataBox {
  305. width: 100%;
  306. height: 180rpx;
  307. background-color: #fff;
  308. border-radius: 4rpx;
  309. margin: 0rpx 0rpx 20rpx;
  310. display: flex;
  311. }
  312. .dataTime {
  313. width: 100%;
  314. height: 40rpx;
  315. color: #A7B3BF;
  316. font-size: 28rpx;
  317. display: flex;
  318. align-items: center;
  319. }
  320. .dataBox-house {
  321. width: 26rpx;
  322. }
  323. .d-community {
  324. margin-top: 5rpx;
  325. display: inline-block;
  326. max-width: 320rpx;
  327. white-space: nowrap;
  328. overflow: hidden;
  329. text-overflow: ellipsis;
  330. }
  331. .dataBox-sex {
  332. width: 40rpx;
  333. }
  334. .dataBox-left {
  335. flex: 6;
  336. box-sizing: border-box;
  337. padding: 20rpx;
  338. display: flex;
  339. flex-direction: column;
  340. justify-content: space-between;
  341. }
  342. .dataBox-left-top {
  343. display: flex;
  344. align-items: center;
  345. font-size: 28rpx;
  346. }
  347. .dataBox-left-bottom {
  348. font-size: 28rpx;
  349. color: #384855;
  350. display: flex;
  351. align-items: center;
  352. }
  353. .d-level {
  354. background-color: rgba(250, 100, 0, .26);
  355. color: #fa6400;
  356. display: inline-block;
  357. padding: 1rpx 6rpx;
  358. border-radius: 4rpx;
  359. margin-left: 10rpx;
  360. font-size: 22rpx;
  361. }
  362. .mr40 {
  363. margin-right: 40rpx;
  364. }
  365. .d-dayDiff {
  366. color: #9db6cf;
  367. font-size: 24rpx;
  368. margin-left: 10rpx;
  369. }
  370. .d-activity {
  371. display: inline-block;
  372. padding: 1rpx 6rpx;
  373. color: #fff;
  374. border-radius: 2rpx;
  375. margin-left: 10rpx;
  376. font-size: 22rpx;
  377. }
  378. .bgb6cade {
  379. background-color: #b6cade !important;
  380. }
  381. .bgffbc83 {
  382. background-color: #ffbc83 !important;
  383. }
  384. .bgff8383 {
  385. background-color: #ff8383 !important;
  386. }
  387. .d-house {
  388. display: inline-block;
  389. padding: 1rpx 6rpx;
  390. background-color: #CDB8F6;
  391. color: #fff;
  392. border-radius: 2rpx;
  393. margin-left: 10rpx;
  394. font-size: 22rpx;
  395. }
  396. .ml5 {
  397. margin-left: 8rpx;
  398. }
  399. .d-collect-icon {
  400. width: 28rpx;
  401. }
  402. .dataBox-right {
  403. flex: 2;
  404. display: flex;
  405. justify-content: center;
  406. align-items: center;
  407. }
  408. .dataBox-right>view {
  409. border: 2rpx solid #999999;
  410. color: #999999;
  411. font-size: 28rpx;
  412. padding: 0rpx 10rpx;
  413. border-radius: 8rpx;
  414. }
  415. .mask {
  416. width: 100%;
  417. height: 100%;
  418. position: fixed;
  419. top: 0rpx;
  420. left: 0rpx;
  421. background-color: rgba(0, 0, 0, 0.5);
  422. z-index: 9999 !important;
  423. display: flex;
  424. justify-content: center;
  425. align-items: center;
  426. }
  427. .m-block {
  428. width: 90%;
  429. height: 800rpx;
  430. background-color: #F0F4F7;
  431. border-radius: 8rpx;
  432. display: flex;
  433. flex-direction: column;
  434. }
  435. .m-b-title {
  436. width: 100%;
  437. height: 88rpx;
  438. line-height: 88rpx;
  439. position: relative;
  440. text-align: center;
  441. background-color: #D3E4EB;
  442. font-size: 28rpx;
  443. color: #384855;
  444. }
  445. .m-b-title image {
  446. width: 40rpx;
  447. position: absolute;
  448. right: 30rpx;
  449. top: 50%;
  450. transform: translateY(-50%);
  451. }
  452. .m-b-tips {
  453. padding: 10rpx 20rpx;
  454. font-size: 28rpx;
  455. color: #384855;
  456. margin-top: 10rpx;
  457. }
  458. .m-b-content {
  459. flex: 1;
  460. box-sizing: border-box;
  461. padding: 0rpx 20rpx;
  462. overflow: auto;
  463. }
  464. .m-b-c-item {
  465. display: flex;
  466. align-items: center;
  467. margin: 20rpx 0rpx;
  468. background-color: #fff;
  469. padding: 20rpx;
  470. }
  471. .m-b-c-item image {
  472. width: 80rpx;
  473. height: 80rpx;
  474. }
  475. .m-b-c-item-name {
  476. flex: 2;
  477. box-sizing: border-box;
  478. padding: 0rpx 20rpx;
  479. }
  480. .item-name-text {
  481. font-size: 28rpx;
  482. color: #384855;
  483. }
  484. .item-name-position {
  485. font-size: 24rpx;
  486. color: #9DB6CF;
  487. }
  488. .m-b-c-item-current {
  489. flex: 1;
  490. display: flex;
  491. align-items: center;
  492. }
  493. .m-b-c-item-current text {
  494. font-size: 28rpx;
  495. color: #384855;
  496. }
  497. .circle {
  498. width: 10rpx;
  499. height: 10rpx;
  500. border-radius: 50%;
  501. background-color: #0C95FE;
  502. margin-right: 20rpx;
  503. }
  504. .van-search {
  505. padding-left: 5rpx !important;
  506. }
  507. .personal-sign {
  508. width: 36rpx;
  509. height: 36rpx;
  510. position: absolute;
  511. left: 110rpx;
  512. z-index: 9;
  513. background-color: #fff;
  514. border-radius: 50%;
  515. font-size: 24rpx;
  516. line-height: 36rpx;
  517. text-align: center;
  518. }
  519. .fixed-btn {
  520. position: fixed;
  521. width: 100%;
  522. height: 98rpx;
  523. color: #fff;
  524. background-color: #249EFB;
  525. font-size: 32rpx;
  526. z-index: 99;
  527. bottom: 0rpx;
  528. left: 0rpx;
  529. display: flex;
  530. justify-content: center;
  531. align-items: center;
  532. }
  533. .fixed-btn image {
  534. width: 36rpx;
  535. margin-right: 10rpx;
  536. }
  537. .font28 {
  538. font-size: 28rpx;
  539. }
  540. .tabBar {
  541. position: fixed;
  542. bottom: 0rpx;
  543. left: 0rpx;
  544. width: 100%;
  545. height: 130rpx;
  546. background-color: #fff;
  547. display: flex;
  548. align-items: center;
  549. box-shadow: 0rpx -10rpx 8rpx 4rpx rgba(0, 0, 0, 0.05);
  550. }
  551. .tabItem {
  552. flex: 1;
  553. display: flex;
  554. flex-direction: column;
  555. justify-content: center;
  556. align-items: center;
  557. margin-bottom: 20rpx;
  558. position: relative;
  559. }
  560. .tabItem>image {
  561. width: 44rpx;
  562. }
  563. .tabItem1>image {
  564. width: 35rpx;
  565. }
  566. .tabItem2>image {
  567. width: 40rpx;
  568. margin-top: 2rpx;
  569. margin-bottom: 1rpx;
  570. }
  571. .activePage {
  572. color: #FF5F3D;
  573. font-size: 28rpx;
  574. margin-top: 6rpx;
  575. }
  576. .defaultStyle {
  577. color: #D1D1D1;
  578. font-size: 28rpx;
  579. margin-top: 6rpx;
  580. }
  581. .mr30 {
  582. margin-right: 30rpx;
  583. }
  584. .myDataBox {
  585. margin-top: 90rpx;
  586. box-sizing: border-box;
  587. padding: 30rpx 20rpx 0rpx;
  588. background-color: #F0F4F7;
  589. position: relative;
  590. z-index: 999;
  591. }
  592. .l_title {
  593. display: flex;
  594. align-items: center;
  595. justify-content: space-between;
  596. }
  597. .zIndex99999 {
  598. z-index: 99999 !important;
  599. }
  600. .l_title_label {
  601. border-left: 4rpx solid #FF5F3D;
  602. height: 40rpx;
  603. font-size: 36rpx;
  604. color: #333333;
  605. font-weight: 700;
  606. line-height: 40rpx;
  607. padding-left: 10rpx;
  608. }
  609. .l_title_arrow {
  610. height: 40rpx;
  611. font-size: 24rpx;
  612. color: #FF5F3D;
  613. display: flex;
  614. align-items: center;
  615. }
  616. .l_title_arrow>image {
  617. width: 22rpx;
  618. margin-left: 10rpx;
  619. }
  620. .myDataShow {
  621. width: 100%;
  622. padding: 30rpx 0rpx;
  623. display: flex;
  624. align-items: center;
  625. justify-content: space-around;
  626. }
  627. .myDataItem {
  628. width: 160rpx;
  629. height: 155rpx;
  630. background: #fff;
  631. box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
  632. border-radius: 10rpx;
  633. display: flex;
  634. flex-direction: column;
  635. align-items: center;
  636. justify-content: center;
  637. }
  638. .myDataNum {
  639. font-size: 36rpx;
  640. font-family: Impact;
  641. font-weight: 600;
  642. color: #344857;
  643. }
  644. .myDataMsg {
  645. font-size: 28rpx;
  646. font-family: PingFangSC;
  647. color: #354957;
  648. margin-top: 5rpx;
  649. }
  650. .myPointBox {
  651. width: 100%;
  652. padding: 20rpx;
  653. }
  654. .myPointData {
  655. width: 700rpx;
  656. height: 155rpx;
  657. background: #fff;
  658. box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
  659. border-radius: 10rpx;
  660. margin: 30rpx auto 20rpx;
  661. display: flex;
  662. align-items: center;
  663. }
  664. .myPointItem {
  665. flex: 1;
  666. display: flex;
  667. flex-direction: column;
  668. align-items: center;
  669. justify-content: center;
  670. }
  671. .l_search_box {
  672. width: 100%;
  673. height: 66rpx;
  674. display: flex;
  675. align-items: center;
  676. background-color: #fff;
  677. margin-top: 20rpx;
  678. box-sizing: border-box;
  679. padding: 0rpx 10rpx;
  680. }
  681. .l_search_left {
  682. display: inline-block;
  683. width: calc(100% - 60rpx);
  684. height: 100%;
  685. }
  686. .font28 {
  687. font-size: 28rpx !important;
  688. }
  689. .l_search_right {
  690. display: inline-block;
  691. width: 40rpx;
  692. height: 100%;
  693. }
  694. .l_search_left>view {
  695. display: inline-block;
  696. height: 100%;
  697. line-height: 66rpx;
  698. padding: 0rpx 10rpx;
  699. color: #999999;
  700. font-size: 30rpx;
  701. }
  702. .l_active {
  703. font-size: 30rpx;
  704. font-family: PingFangSC;
  705. font-weight: 500;
  706. color: #FF5F3D !important;
  707. }
  708. .l_search_right>image {
  709. width: 40rpx;
  710. margin-top: 15rpx;
  711. margin-left: 20rpx;
  712. }
  713. .l_s_input_box {
  714. width: 100%;
  715. height: 88rpx;
  716. background-color: #fff;
  717. display: flex;
  718. align-items: center;
  719. margin-top: 20rpx;
  720. margin-bottom: 10rpx;
  721. border-radius: 15rpx;
  722. }
  723. .l_s_input_box>input {
  724. flex: 1;
  725. height: 66rpx;
  726. box-sizing: border-box;
  727. padding: 0rpx 20rpx;
  728. font-size: 28rpx;
  729. }
  730. .l_s_input_box>view {
  731. width: 100rpx;
  732. text-align: center;
  733. border-left: 1rpx solid #cccccc;
  734. color: #FF5F3D;
  735. font-size: 28rpx;
  736. }
  737. .redCircle {
  738. width: 20rpx;
  739. height: 20rpx;
  740. position: absolute;
  741. background-color: red;
  742. top: 0rpx;
  743. border-radius: 50%;
  744. left: 55%;
  745. }
  746. .mainTab {
  747. width: 100%;
  748. height: 66rpx;
  749. display: flex;
  750. font-size: 32rpx;
  751. }
  752. .mainTab>view {
  753. display: inline-block;
  754. width: 140rpx;
  755. text-align: center;
  756. }
  757. .activeTab {
  758. color: #000000;
  759. font-weight: 700;
  760. position: relative;
  761. font-size: 32rpx;
  762. }
  763. .activeTab::before {
  764. content: " ";
  765. width: 48rpx;
  766. height: 10rpx;
  767. background-color: #333333;
  768. border-radius: 5rpx;
  769. position: absolute;
  770. bottom: 0rpx;
  771. left: 50%;
  772. transform: translateX(-50%);
  773. }
  774. .s_down_icon {
  775. width: 20rpx;
  776. }
  777. .clueItem {
  778. width: 100%;
  779. height: auto;
  780. overflow: hidden;
  781. background-color: #fff;
  782. box-sizing: border-box;
  783. padding: 20rpx;
  784. }
  785. .viewClueMsgBox {
  786. width: 100%;
  787. height: 120rpx;
  788. background-color: #fff;
  789. box-sizing: border-box;
  790. }
  791. .viewTimeBox {
  792. width: 100%;
  793. height: 80rpx;
  794. display: flex;
  795. align-items: center;
  796. }
  797. .viewTimeBox>image {
  798. width: 35rpx;
  799. }
  800. .viewTimeBox>text {
  801. margin-left: 15rpx;
  802. }
  803. .clueItemTop {
  804. width: 100%;
  805. height: 70rpx;
  806. display: flex;
  807. }
  808. .clueItemAvatar {
  809. width: 65rpx;
  810. height: 65rpx;
  811. border-radius: 50%;
  812. background-color: #ccc;
  813. overflow: hidden;
  814. }
  815. .clueItemAvatar>image {
  816. width: 100%;
  817. height: 100%;
  818. }
  819. .copyIcon {
  820. width: 30rpx;
  821. }
  822. .clueItemTop_left {
  823. width: 85%;
  824. display: flex;
  825. align-items: center;
  826. font-size: 30rpx;
  827. }
  828. .clueItemTop_right {
  829. flex: 1;
  830. display: flex;
  831. align-items: center;
  832. }
  833. .clueItemName {
  834. max-width: 150rpx;
  835. }
  836. .clueOperate {
  837. width: 100rpx;
  838. height: 50rpx;
  839. border: 2rpx solid #999999;
  840. color: #999999;
  841. font-size: 24rpx;
  842. border-radius: 8rpx;
  843. display: flex;
  844. justify-content: center;
  845. align-items: center;
  846. }
  847. .clueOperate>image {
  848. width: 18rpx;
  849. margin-left: 5rpx;
  850. margin-top: 3rpx;
  851. }
  852. .clueItemBottom {
  853. width: 100%;
  854. height: 50rpx;
  855. font-size: 28rpx;
  856. color: #BDCDDE;
  857. display: flex;
  858. align-items: center;
  859. }
  860. .brokerShareItem {
  861. width: 100%;
  862. height: auto;
  863. overflow: hidden;
  864. background-color: #fff;
  865. border-bottom: 2rpx solid #D4E3E7;
  866. box-sizing: border-box;
  867. padding: 20rpx;
  868. display: flex;
  869. }
  870. .bshareleft {
  871. width: 260rpx;
  872. height: 190rpx;
  873. background-color: #ccc;
  874. position: relative;
  875. }
  876. .bshareleft>image {
  877. width: 100%;
  878. height: 100%;
  879. }
  880. .bshareright {
  881. width: calc(100% - 260rpx);
  882. height: auto;
  883. overflow: hidden;
  884. }
  885. .bshareMsg {
  886. width: 100%;
  887. height: 65rpx;
  888. display: flex;
  889. align-items: center;
  890. font-size: 24rpx;
  891. color: #9CB7CE;
  892. justify-content: space-between;
  893. box-sizing: border-box;
  894. padding-left: 20rpx;
  895. }
  896. .bsharenum,
  897. .bsharep {
  898. display: flex;
  899. align-items: center;
  900. }
  901. .bsharenum>image {
  902. width: 40rpx;
  903. margin-right: 5rpx;
  904. }
  905. .bsharep>image {
  906. width: 40rpx;
  907. margin-right: 5rpx;
  908. }
  909. .bshareTitle {
  910. width: 100%;
  911. height: 65rpx;
  912. line-height: 60rpx;
  913. box-sizing: border-box;
  914. padding-left: 20rpx;
  915. font-size: 32rpx;
  916. color: #333333;
  917. }
  918. .bshareTime {
  919. width: 100%;
  920. height: 65rpx;
  921. line-height: 60rpx;
  922. box-sizing: border-box;
  923. padding-left: 20rpx;
  924. font-size: 28rpx;
  925. color: #333333;
  926. }
  927. .bNewMsg {
  928. width: 60rpx;
  929. position: absolute;
  930. left: -10rpx;
  931. z-index: 8;
  932. }
  933. .bNewMsg>image {
  934. width: 100%;
  935. }
  936. .bNewMsg>view {
  937. position: absolute;
  938. top: -2rpx;
  939. left: 17rpx;
  940. color: #fff;
  941. font-size: 30rpx;
  942. }
  943. .cbTime {
  944. width: 70%;
  945. }
  946. .operateBox {
  947. width: 30%;
  948. display: flex;
  949. align-items: flex-end;
  950. justify-content: flex-end;
  951. }
  952. .operateBox>image {
  953. width: 35rpx;
  954. margin-left: 40rpx;
  955. }
  956. .visitBlock {
  957. width: 90%;
  958. height: 800rpx;
  959. background-color: #fff;
  960. border-radius: 10rpx;
  961. overflow: hidden;
  962. position: relative;
  963. box-sizing: border-box;
  964. padding-top: 88rpx;
  965. }
  966. .visitTitle {
  967. width: 100%;
  968. height: 88rpx;
  969. background-color: #249EFB;
  970. color: #fff;
  971. font-size: 32rpx;
  972. text-align: center;
  973. line-height: 88rpx;
  974. position: absolute;
  975. top: 0rpx;
  976. left: 0rpx;
  977. }
  978. .visitTitle>image {
  979. width: 40rpx;
  980. position: absolute;
  981. right: 20rpx;
  982. top: 50%;
  983. transform: translateY(-50%);
  984. }
  985. .visitContent {
  986. width: 100%;
  987. height: 100%;
  988. overflow: auto;
  989. box-sizing: border-box;
  990. padding: 20rpx;
  991. }
  992. .visitItemBox {
  993. width: 100%;
  994. height: auto;
  995. overflow: hidden;
  996. position: relative;
  997. box-sizing: border-box;
  998. padding-left: 60rpx;
  999. }
  1000. .visitLine {
  1001. position: absolute;
  1002. width: 2rpx;
  1003. height: 100%;
  1004. border-left: 2px dashed #9db6cf;
  1005. left: 20rpx;
  1006. }
  1007. .circleBox {
  1008. width: 40rpx;
  1009. height: 40rpx;
  1010. background-color: #333333;
  1011. border-radius: 50%;
  1012. position: absolute;
  1013. left: 1rpx;
  1014. }
  1015. .visitMsgBox {
  1016. font-size: 24rpx;
  1017. color: #9DB6CF;
  1018. }
  1019. .visitTimeBox {
  1020. width: 100%;
  1021. height: 55rpx;
  1022. line-height: 55rpx;
  1023. display: flex;
  1024. justify-content: space-between;
  1025. font-size: 24rpx;
  1026. color: #9DB6CF;
  1027. }
  1028. .mtauto {
  1029. margin-top: 0rpx;
  1030. }
  1031. .visitMsgAll {
  1032. padding-top: 20rpx;
  1033. border-bottom: 1rpx solid #F3F3F5;
  1034. }
  1035. .circleMsgBox {
  1036. position: absolute;
  1037. left: 10rpx;
  1038. width: 25rpx;
  1039. height: 25rpx;
  1040. border-radius: 50%;
  1041. background-color: #9db6cf;
  1042. top: 50%;
  1043. }
  1044. .s_state_box {
  1045. position: relative;
  1046. }
  1047. .down-drop {
  1048. position: absolute;
  1049. min-width: 150rpx;
  1050. max-width: 180rpx;
  1051. max-height: 320rpx;
  1052. overflow-y: auto;
  1053. overflow-x: hidden;
  1054. background-color: #fff;
  1055. box-sizing: border-box;
  1056. padding: 0rpx 20rpx;
  1057. box-shadow: 0rpx 0rpx 6rpx 6rpx rgba(0, 0, 0, 0.1);
  1058. left: 50%;
  1059. transform: translateX(-50%);
  1060. border-radius: 10rpx;
  1061. z-index: 999;
  1062. }
  1063. .down-drop>view {
  1064. width: 100%;
  1065. text-align: center;
  1066. white-space: nowrap;
  1067. }
  1068. .transparent {
  1069. width: 100%;
  1070. height: 100vh;
  1071. background-color: transparent;
  1072. position: fixed;
  1073. top: 0rpx;
  1074. left: 0rpx;
  1075. z-index: 99;
  1076. }
  1077. .integralBtn {
  1078. width: 160rpx;
  1079. height: 60rpx;
  1080. text-align: center;
  1081. line-height: 60rpx;
  1082. background-color: #FF7202;
  1083. border-radius: 10rpx;
  1084. font-size: 28rpx;
  1085. color: #fff;
  1086. }