broker.wxss 19 KB

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