broker.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  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 100rpx;
  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: 140rpx;
  307. background-color: #fff;
  308. border-radius: 4rpx;
  309. margin: 20rpx 0rpx;
  310. display: flex;
  311. }
  312. .dataBox-house {
  313. width: 26rpx;
  314. }
  315. .d-community {
  316. margin-top: 5rpx;
  317. }
  318. .dataBox-sex {
  319. width: 40rpx;
  320. }
  321. .dataBox-left {
  322. flex: 4;
  323. box-sizing: border-box;
  324. padding: 20rpx;
  325. display: flex;
  326. flex-direction: column;
  327. justify-content: space-between;
  328. }
  329. .dataBox-left-top {
  330. display: flex;
  331. align-items: center;
  332. font-size: 28rpx;
  333. }
  334. .dataBox-left-bottom {
  335. font-size: 24rpx;
  336. color: #384855;
  337. display: flex;
  338. align-items: center;
  339. }
  340. .d-level {
  341. background-color: rgba(250, 100, 0, .26);
  342. color: #fa6400;
  343. display: inline-block;
  344. padding: 1rpx 6rpx;
  345. border-radius: 4rpx;
  346. margin-left: 10rpx;
  347. font-size: 22rpx;
  348. }
  349. .mr40 {
  350. margin-right: 40rpx;
  351. }
  352. .d-dayDiff {
  353. color: #9db6cf;
  354. font-size: 24rpx;
  355. margin-left: 10rpx;
  356. }
  357. .dataBox-right {
  358. flex: 1;
  359. }
  360. .d-activity {
  361. display: inline-block;
  362. padding: 1rpx 6rpx;
  363. background-color: #FFD483;
  364. color: #fff;
  365. border-radius: 2rpx;
  366. margin-left: 10rpx;
  367. font-size: 22rpx;
  368. }
  369. .bgb6cade {
  370. background-color: #b6cade !important;
  371. }
  372. .bgffbc83 {
  373. background-color: #ffbc83 !important;
  374. }
  375. .bgff8383 {
  376. background-color: #ff8383 !important;
  377. }
  378. .d-house {
  379. display: inline-block;
  380. padding: 1rpx 6rpx;
  381. background-color: #CDB8F6;
  382. color: #fff;
  383. border-radius: 2rpx;
  384. margin-left: 10rpx;
  385. font-size: 22rpx;
  386. }
  387. .ml5 {
  388. margin-left: 8rpx;
  389. }
  390. .d-collect-icon {
  391. width: 28rpx;
  392. }
  393. .dataBox-right {
  394. display: flex;
  395. justify-content: center;
  396. align-items: center;
  397. }
  398. .mask {
  399. width: 100%;
  400. height: 100%;
  401. position: fixed;
  402. top: 0rpx;
  403. left: 0rpx;
  404. background-color: rgba(0, 0, 0, 0.5);
  405. z-index: 9999 !important;
  406. display: flex;
  407. justify-content: center;
  408. align-items: center;
  409. }
  410. .m-block {
  411. width: 90%;
  412. height: 800rpx;
  413. background-color: #F0F4F7;
  414. border-radius: 8rpx;
  415. display: flex;
  416. flex-direction: column;
  417. }
  418. .m-b-title {
  419. width: 100%;
  420. height: 88rpx;
  421. line-height: 88rpx;
  422. position: relative;
  423. text-align: center;
  424. background-color: #D3E4EB;
  425. font-size: 28rpx;
  426. color: #384855;
  427. }
  428. .m-b-title image {
  429. width: 40rpx;
  430. position: absolute;
  431. right: 30rpx;
  432. top: 50%;
  433. transform: translateY(-50%);
  434. }
  435. .m-b-tips {
  436. padding: 10rpx 20rpx;
  437. font-size: 28rpx;
  438. color: #384855;
  439. margin-top: 10rpx;
  440. }
  441. .m-b-content {
  442. flex: 1;
  443. box-sizing: border-box;
  444. padding: 0rpx 20rpx;
  445. overflow: auto;
  446. }
  447. .m-b-c-item {
  448. display: flex;
  449. align-items: center;
  450. margin: 20rpx 0rpx;
  451. background-color: #fff;
  452. padding: 20rpx;
  453. }
  454. .m-b-c-item image {
  455. width: 80rpx;
  456. height: 80rpx;
  457. }
  458. .m-b-c-item-name {
  459. flex: 2;
  460. box-sizing: border-box;
  461. padding: 0rpx 20rpx;
  462. }
  463. .item-name-text {
  464. font-size: 28rpx;
  465. color: #384855;
  466. }
  467. .item-name-position {
  468. font-size: 24rpx;
  469. color: #9DB6CF;
  470. }
  471. .m-b-c-item-current {
  472. flex: 1;
  473. display: flex;
  474. align-items: center;
  475. }
  476. .m-b-c-item-current text {
  477. font-size: 28rpx;
  478. color: #384855;
  479. }
  480. .circle {
  481. width: 10rpx;
  482. height: 10rpx;
  483. border-radius: 50%;
  484. background-color: #0C95FE;
  485. margin-right: 20rpx;
  486. }
  487. .van-search {
  488. padding-left: 5rpx !important;
  489. }
  490. .personal-sign {
  491. width: 36rpx;
  492. height: 36rpx;
  493. position: absolute;
  494. left: 110rpx;
  495. z-index: 9;
  496. background-color: #fff;
  497. border-radius: 50%;
  498. font-size: 24rpx;
  499. line-height: 36rpx;
  500. text-align: center;
  501. }
  502. .fixed-btn {
  503. position: fixed;
  504. width: 100%;
  505. height: 98rpx;
  506. color: #fff;
  507. background-color: #249EFB;
  508. font-size: 32rpx;
  509. z-index: 99;
  510. bottom: 0rpx;
  511. left: 0rpx;
  512. display: flex;
  513. justify-content: center;
  514. align-items: center;
  515. }
  516. .fixed-btn image {
  517. width: 36rpx;
  518. margin-right: 10rpx;
  519. }
  520. .font28 {
  521. font-size: 28rpx;
  522. }
  523. .tabBar {
  524. position: fixed;
  525. bottom: 0rpx;
  526. left: 0rpx;
  527. width: 100%;
  528. height: 130rpx;
  529. background-color: #fff;
  530. display: flex;
  531. align-items: center;
  532. }
  533. .tabItem {
  534. flex: 1;
  535. display: flex;
  536. flex-direction: column;
  537. justify-content: center;
  538. align-items: center;
  539. margin-bottom: 20rpx;
  540. }
  541. .tabItem>image {
  542. width: 44rpx;
  543. }
  544. .tabItem1>image {
  545. width: 35rpx;
  546. }
  547. .activePage {
  548. color: #FF5F3D;
  549. font-size: 28rpx;
  550. margin-top: 6rpx;
  551. }
  552. .defaultStyle {
  553. color: #D1D1D1;
  554. font-size: 28rpx;
  555. margin-top: 6rpx;
  556. }
  557. .mr30 {
  558. margin-right: 30rpx;
  559. }
  560. .myDataBox {
  561. margin-top: 90rpx;
  562. box-sizing: border-box;
  563. padding: 50rpx 20rpx 0rpx;
  564. background-color: #F0F4F7;
  565. position: relative;
  566. z-index: 999;
  567. }
  568. .l_title {
  569. display: flex;
  570. align-items: center;
  571. justify-content: space-between;
  572. }
  573. .l_title_label {
  574. border-left: 4rpx solid #FF5F3D;
  575. height: 40rpx;
  576. font-size: 36rpx;
  577. color: #333333;
  578. font-weight: 700;
  579. line-height: 40rpx;
  580. padding-left: 10rpx;
  581. }
  582. .l_title_arrow {
  583. height: 40rpx;
  584. font-size: 24rpx;
  585. color: #FF5F3D;
  586. display: flex;
  587. align-items: center;
  588. }
  589. .l_title_arrow>image {
  590. width: 22rpx;
  591. margin-left: 10rpx;
  592. }
  593. .myDataShow {
  594. width: 100%;
  595. padding: 30rpx 0rpx;
  596. display: flex;
  597. align-items: center;
  598. justify-content: space-around;
  599. }
  600. .myDataItem {
  601. width: 160rpx;
  602. height: 155rpx;
  603. background: #fff;
  604. box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
  605. border-radius: 10rpx;
  606. display: flex;
  607. flex-direction: column;
  608. align-items: center;
  609. justify-content: center;
  610. }
  611. .myDataNum {
  612. font-size: 36rpx;
  613. font-family: Impact;
  614. font-weight: 600;
  615. color: #344857;
  616. }
  617. .myDataMsg {
  618. font-size: 28rpx;
  619. font-family: PingFangSC;
  620. color: #354957;
  621. margin-top: 5rpx;
  622. }
  623. .myPointBox {
  624. width: 100%;
  625. padding: 20rpx;
  626. }
  627. .myPointData {
  628. width: 700rpx;
  629. height: 155rpx;
  630. background: #fff;
  631. box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
  632. border-radius: 10rpx;
  633. margin: 30rpx auto 20rpx;
  634. display: flex;
  635. align-items: center;
  636. }
  637. .myPointItem {
  638. flex: 1;
  639. display: flex;
  640. flex-direction: column;
  641. align-items: center;
  642. justify-content: center;
  643. }
  644. .l_search_box {
  645. width: 100%;
  646. height: 66rpx;
  647. display: flex;
  648. align-items: center;
  649. }
  650. .l_search_left {
  651. display: inline-block;
  652. width: calc(100% - 60rpx);
  653. height: 100%;
  654. }
  655. .l_search_right {
  656. display: inline-block;
  657. width: 60rpx;
  658. height: 100%;
  659. }
  660. .l_search_left>view {
  661. display: inline-block;
  662. height: 100%;
  663. line-height: 66rpx;
  664. padding: 0rpx 10rpx;
  665. color: #999999;
  666. font-size: 30rpx;
  667. }
  668. .l_active {
  669. font-size: 30rpx;
  670. font-family: PingFangSC;
  671. font-weight: 500;
  672. color: #FF5F3D !important;
  673. }
  674. .l_search_right>image {
  675. width: 40rpx;
  676. margin-top: 15rpx;
  677. margin-left: 20rpx;
  678. }
  679. .l_s_input_box {
  680. width: 100%;
  681. height: 88rpx;
  682. background-color: #fff;
  683. display: flex;
  684. align-items: center;
  685. margin-bottom: 10rpx;
  686. border-radius: 10rpx;
  687. }
  688. .l_s_input_box>input {
  689. flex: 1;
  690. height: 66rpx;
  691. box-sizing: border-box;
  692. padding: 0rpx 20rpx;
  693. font-size: 28rpx;
  694. }
  695. .l_s_input_box>view {
  696. width: 100rpx;
  697. text-align: center;
  698. border-left: 1rpx solid #cccccc;
  699. color: #FF5F3D;
  700. font-size: 28rpx;
  701. }