homePage.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883
  1. <template>
  2. <view class="content">
  3. <view class="topSection">
  4. <image class="bg_top" src="https://dm.static.elab-plus.com/yezhu/h5/backgroundImg.png" mode=""></image>
  5. <view class="liveContent">
  6. <view class="backDiv"></view>
  7. <view class="title">分享好房 · 躺平赚钱</view>
  8. <view class="subTitle">新手赚钱帮助 ></view>
  9. <view class="levelDiv" v-if="userInfo.ownersUnion"
  10. style="background: url('https://dm.static.elab-plus.com/yezhu/h5/icon_line_back.png') center/100% 100% no-repeat;">
  11. <view class="level_top">
  12. <image class="level_icon" src="https://dm.static.elab-plus.com/yezhu/h5/icon_Level.png" mode="">
  13. </image>
  14. <view class="level_text">{{userInfo.curlevel}}</view>
  15. <view class="level_des">/达到 {{userInfo.nextIncome}} 收益可升级</view>
  16. <view class="level_update">
  17. <text>升级攻略</text>
  18. <image class="level_right_icon"
  19. src="https://dm.static.elab-plus.com/yezhu/h5/icon_right.png" mode=""></image>
  20. </view>
  21. </view>
  22. <view class="level_bottom">
  23. <levelView :currentLevel='userInfo.curIncome' :nextLevel='userInfo.nextIncome' :currentLevelTxt='userInfo.curlevel' nextLevelTxt='userInfo.nextLevel'>
  24. </levelView>
  25. </view>
  26. </view>
  27. </view>
  28. </view>
  29. <view class="content_body" :style="{background:color4}">
  30. <view class="content_beginner_guide">
  31. <view class="title">
  32. <text class="title_txt">- 新手引导 -</text>
  33. <view class="title_right">
  34. <text class="title_right_txt">收起</text>
  35. <image class="title_right_cion" src="https://dm.static.elab-plus.com/yezhu/icon_shouqi.png"
  36. mode=""></image>
  37. </view>
  38. </view>
  39. <view class="guide_content">
  40. <view class="item_guide">
  41. <image class="guide_img" src="https://dm.static.elab-plus.com/yezhu/icon_yezhu.png" mode="">
  42. </image>
  43. <text class="guide_title">注册业主</text>
  44. <text class="guide_desc">业主注册审核\n实时等级升级</text>
  45. </view>
  46. <image class="icon_guide" src="https://dm.static.elab-plus.com/yezhu/icon_to_guide.png" mode="">
  47. </image>
  48. <view class="item_guide">
  49. <image class="guide_img" style="width: 72rpx;height: 72rpx;margin-top: 5rpx;"
  50. src="https://dm.static.elab-plus.com/yezhu/icon_pyq.png" mode=""></image>
  51. <text class="guide_title">分享项目</text>
  52. <text class="guide_desc">分享到朋友圈\n自动计算收益</text>
  53. </view>
  54. <image class="icon_guide" src="https://dm.static.elab-plus.com/yezhu/icon_to_guide.png" mode="">
  55. </image>
  56. <view class="item_guide">
  57. <image class="guide_img" style="width: 58rpx;height: 68rpx;margin-top: 9rpx;"
  58. src="https://dm.static.elab-plus.com/yezhu/icon_yz_money.png" mode=""></image>
  59. <text class="guide_title">提现到微信</text>
  60. <text class="guide_desc">实时查看收益\n快速提现到账</text>
  61. </view>
  62. </view>
  63. </view>
  64. <view class="content_tab">
  65. <view class="tab_item">
  66. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_zcyz.png" mode=""></image>
  67. <text class="txt_tab">注册业主</text>
  68. </view>
  69. <view class="tab_item" @click="toShouYiPage">
  70. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_shouyi.png" mode=""></image>
  71. <text class="txt_tab">收益排行榜</text>
  72. </view>
  73. <view class="tab_item" @click="goReportPage">
  74. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_report.png" mode=""></image>
  75. <text class="txt_tab">效果报表</text>
  76. </view>
  77. <view class="tab_item">
  78. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_myinfo.png" mode=""></image>
  79. <text class="txt_tab">我的信息</text>
  80. </view>
  81. </view>
  82. <view class="content_tuiguang">
  83. <view class="content_tuiguang_city">
  84. <text class="city_num">{{userInfo.taskCount}}个</text>
  85. <text class="city_num_desc">推广任务</text>
  86. <view class="city_list">
  87. <text class="city_name">城市</text>
  88. <image class="city_more" src="https://dm.static.elab-plus.com/yezhu/icon_ios_back%402x.png"
  89. mode=""></image>
  90. </view>
  91. </view>
  92. <view class="content_tuiguang_money">
  93. <text class="money_num">¥{{userInfo.surplusTaskAmount}}</text>
  94. <text class="money_num_des">剩余任务金额</text>
  95. <view class="money_list">
  96. <text class="money_name">类型</text>
  97. <image class="money_more" src="https://dm.static.elab-plus.com/yezhu/icon_ios_back%402x.png"
  98. mode=""></image>
  99. </view>
  100. <image class="money_bg" src="https://dm.static.elab-plus.com/yezhu/icon_money_bg.png" mode="">
  101. </image>
  102. </view>
  103. </view>
  104. <view class="content_list">
  105. <view class="content_title">
  106. <view class="content_title_poi">
  107. </view>
  108. 任务列表
  109. </view>
  110. <view class="content_hongbao">
  111. <view class="hongbao_left">
  112. <image class="icon_hongbao" src="https://dm.static.elab-plus.com/yezhu/icon_hongbao.png"
  113. mode=""></image>
  114. <view class="hongbao_left_info">
  115. <text class="hongbao_title">邀请好友注册</text>
  116. <text class="hongbao_money">完成邀请,可获得 ¥1/人</text>
  117. </view>
  118. </view>
  119. <view class="hongbao_right">
  120. 邀请好友
  121. </view>
  122. </view>
  123. <view class="list_item" v-for="(item,index) in houseList" :key='index'>
  124. <image class="house_img" :src="item.image" mode=""></image>
  125. <view class="item_content">
  126. <text class="house_name">{{item.name}}</text>
  127. <text class="house_hk" v-if="item.taskCategory">{{(item.taskCategory).join('、')}}</text>
  128. <text class="house_hk" v-else></text>
  129. <view class="house_address">
  130. <image src="https://dm.static.elab-plus.com/yezhu/icon_location.png" mode=""></image>
  131. <text>{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}万/m² · {{item.bizFormat}}</text>
  132. </view>
  133. <view class="house_num">
  134. <image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
  135. <text>{{item.cusGroup}}</text>
  136. </view>
  137. <text class="house_desc">{{item.shareRemark}}</text>
  138. </view>
  139. <view class="item_share">
  140. <image class="icon_share" src="https://dm.static.elab-plus.com/yezhu/icon_small_share.png"
  141. mode=""></image>
  142. <text class="icon_text">分享</text>
  143. </view>
  144. <view class="item_bg"></view>
  145. </view>
  146. </view>
  147. </view>
  148. </view>
  149. </template>
  150. <script>
  151. import levelView from '@/components/leve-view/leve-view.vue';
  152. let app = getApp();
  153. export default {
  154. data() {
  155. return {
  156. color4: '#F5F5F7',
  157. houseList: [],
  158. userId: "",
  159. token: "",
  160. userInfo: {
  161. "userId": "",
  162. "name": null,
  163. "head": null,
  164. "curlevel": null,
  165. "curIncome": null,
  166. "nextLevel": null,
  167. "nextIncome": null,
  168. "ownersUnion": false,
  169. "totalIncome": null,
  170. "taskCount": null,
  171. "surplusTaskAmount": null
  172. }
  173. }
  174. },
  175. mounted() {
  176. let token = this.$cache.get('_token_owner_union');
  177. if (!token) {
  178. this.regist();
  179. } else {
  180. app.globalData.token = token;
  181. this.getUserInfo();
  182. }
  183. this.color4 = app.globalData.color4;
  184. this.getHomePage();
  185. },
  186. methods: {
  187. async getHomePage() {
  188. let ret = await this.$myRequest({
  189. url: "/project/homePage",
  190. data: {
  191. "city": "",
  192. "pageNo": 1,
  193. "pageSize": 20,
  194. "taskCategoryId": ""
  195. }
  196. })
  197. if (ret.data.success) {
  198. let pageModel = ret.data.pageModel;
  199. this.houseList = pageModel.resultSet || [];
  200. }
  201. },
  202. async regist() {
  203. let ret = await this.$myRequest({
  204. url: "/regist",
  205. data: {
  206. "code": "o08gpwOfRgwnhh1WCBYGLbaszur8",
  207. "shareToken": ""
  208. }
  209. });
  210. if (ret.data.success) {
  211. this.userId = ret.data.single.userId;
  212. if (ret.data.single.authed == 1) {
  213. this.token = ret.data.single.token;
  214. this.$cache.set('_token_owner_union', this.token);
  215. app.globalData.token = this.token
  216. this.getUserInfo()
  217. } else {
  218. this.getToken()
  219. }
  220. }
  221. },
  222. async getToken() {
  223. let ret = await this.$myRequest({
  224. url: "/authorizedPhone",
  225. data: {
  226. "code": (new Date()).getTime(),
  227. "phone": "18721775127",
  228. "userId": this.userId
  229. }
  230. });
  231. if (ret.data.success) {
  232. this.token = ret.data.single;
  233. this.$cache.set('_token_owner_union', this.token);
  234. app.globalData.token = this.token
  235. this.getUserInfo()
  236. }
  237. },
  238. async getUserInfo() {
  239. let ret = await this.$myRequest({
  240. url: "/user/userInfo",
  241. data: {
  242. },
  243. method: "GET"
  244. });
  245. if (ret.data.success) {
  246. this.userInfo = ret.data.single || null
  247. }
  248. },
  249. // 跳转至效果报表
  250. goReportPage() {
  251. uni.navigateTo({
  252. url: '../reportPage/reportPage'
  253. })
  254. },
  255. toShouYiPage() {
  256. uni.navigateTo({
  257. url: '../revenueRankingPage/revenueRankingPage'
  258. })
  259. }
  260. },
  261. components: {
  262. levelView
  263. }
  264. }
  265. </script>
  266. <style lang="scss" scoped>
  267. page {
  268. width: 100vw;
  269. height: 100vh;
  270. }
  271. .content {
  272. width: 100%;
  273. height: 100%;
  274. position: relative;
  275. .topSection {
  276. position: relative;
  277. z-index: 100;
  278. }
  279. .bg_top {
  280. width: 100%;
  281. height: 470rpx;
  282. position: absolute;
  283. top: 0;
  284. left: 0;
  285. z-index: 100;
  286. }
  287. .liveContent {
  288. width: 100%;
  289. height: 470rpx;
  290. z-index: 100;
  291. display: flex;
  292. flex-direction: column;
  293. align-items: center;
  294. position: relative;
  295. .backDiv {
  296. top: 0;
  297. left: 0;
  298. position: absolute;
  299. width: 100%;
  300. height: 100%;
  301. background-color: rgba($color: #000000, $alpha: 0.1);
  302. z-index: 1;
  303. }
  304. .title {
  305. margin-top: 96rpx;
  306. font-size: 44rpx;
  307. font-weight: 700;
  308. text-align: center;
  309. color: #ffffff;
  310. z-index: 2;
  311. }
  312. .subTitle {
  313. font-size: 28rpx;
  314. font-family: Verdana, Verdana-Regular;
  315. font-weight: 400;
  316. text-align: left;
  317. color: #ffffff;
  318. margin-top: 20rpx;
  319. z-index: 2;
  320. }
  321. .levelDiv {
  322. margin-top: 82rpx;
  323. width: calc(100% - 60rpx);
  324. height: 152rpx;
  325. z-index: 2;
  326. display: flex;
  327. flex-direction: column;
  328. padding: 25rpx 30rpx;
  329. box-sizing: border-box;
  330. .level_top {
  331. width: 100%;
  332. display: flex;
  333. justify-content: space-between;
  334. flex-wrap: nowrap;
  335. align-items: center;
  336. margin-top: 5rpx;
  337. .level_icon {
  338. width: 37rpx;
  339. min-width: 37rpx;
  340. max-width: 37rpx;
  341. height: 35rpx;
  342. margin-right: 13rpx;
  343. margin-top: -5rpx;
  344. }
  345. .level_text {
  346. font-size: 48rpx;
  347. font-family: FontName, FontName-Regular;
  348. font-weight: 500;
  349. text-align: left;
  350. font-style: oblique;
  351. color: #f5c8a8;
  352. line-height: 40rpx;
  353. letter-spacing: 1.92rpx;
  354. margin-right: 8rpx;
  355. margin-top: -7rpx;
  356. }
  357. .level_des {
  358. font-size: 22rpx;
  359. font-family: Verdana, Verdana-Regular;
  360. font-weight: 400;
  361. text-align: left;
  362. color: #f5c8a8;
  363. white-space: nowrap;
  364. flex-grow: 1;
  365. }
  366. .level_update {
  367. font-size: 24rpx;
  368. font-family: Verdana, Verdana-Bold;
  369. font-weight: 700;
  370. text-align: right;
  371. color: #f5c8a8;
  372. letter-spacing: 0.96rpx;
  373. display: flex;
  374. align-items: center;
  375. .level_right_icon {
  376. margin-left: 8rpx;
  377. width: 6rpx;
  378. height: 7rpx;
  379. }
  380. }
  381. }
  382. }
  383. }
  384. .content_body {
  385. border-radius: 20rpx 20rpx 0rpx 0rpx;
  386. height: calc(100% - 470rpx);
  387. margin-top: -24rpx;
  388. z-index: 102;
  389. position: relative;
  390. padding: 1rpx;
  391. .content_beginner_guide {
  392. height: 354rpx;
  393. margin-left: 30rpx;
  394. margin-right: 30rpx;
  395. margin-top: 40rpx;
  396. background: #ffffff;
  397. border-radius: 16rpx;
  398. box-sizing: border-box;
  399. .title {
  400. width: 100%;
  401. position: relative;
  402. height: 110rpx;
  403. .title_txt {
  404. font-size: 32rpx;
  405. font-family: FontName, FontName-Regular;
  406. font-weight: 400;
  407. text-align: left;
  408. color: #b1b1b1;
  409. font-style: italic;
  410. position: absolute;
  411. left: 50%;
  412. top: 30rpx;
  413. transform: translateX(-50%);
  414. }
  415. .title_right {
  416. position: absolute;
  417. right: 20rpx;
  418. top: 40rpx;
  419. display: flex;
  420. align-items: center;
  421. .title_right_txt {
  422. font-size: 24rpx;
  423. font-family: Verdana, Verdana-Regular;
  424. font-weight: 400;
  425. text-align: right;
  426. color: #b1b1b1;
  427. }
  428. .title_right_cion {
  429. width: 10rpx;
  430. height: 6rpx;
  431. margin-left: 10rpx;
  432. }
  433. }
  434. }
  435. .guide_content {
  436. display: flex;
  437. padding-left: 40rpx;
  438. padding-right: 40rpx;
  439. box-sizing: border-box;
  440. justify-content: space-between;
  441. .item_guide {
  442. display: flex;
  443. flex-direction: column;
  444. align-items: center;
  445. .guide_img {
  446. width: 58rpx;
  447. height: 74rpx;
  448. margin-bottom: 17rpx;
  449. }
  450. .guide_title {
  451. font-size: 26rpx;
  452. font-family: Verdana, Verdana-Bold;
  453. font-weight: 700;
  454. text-align: center;
  455. color: #2c2c2c;
  456. margin-bottom: 8rpx;
  457. }
  458. .guide_desc {
  459. font-size: 22rpx;
  460. font-family: Verdana, Verdana-Regular;
  461. font-weight: 400;
  462. text-align: center;
  463. color: #b1b1b1;
  464. }
  465. }
  466. .icon_guide {
  467. width: 48rpx;
  468. height: 32rpx;
  469. margin-top: 20rpx;
  470. }
  471. }
  472. }
  473. .content_tab {
  474. display: flex;
  475. box-sizing: border-box;
  476. height: 180rpx;
  477. background: #ffffff;
  478. border-radius: 16rpx;
  479. margin-top: 14rpx;
  480. padding-left: 40rpx;
  481. padding-right: 40rpx;
  482. margin-left: 30rpx;
  483. margin-right: 30rpx;
  484. justify-content: space-between;
  485. .tab_item {
  486. display: flex;
  487. flex-direction: column;
  488. align-items: center;
  489. justify-content: center;
  490. .icon_tab {
  491. width: 96rpx;
  492. height: 96rpx;
  493. }
  494. .txt_tab {
  495. font-size: 24rpx;
  496. font-family: Verdana, Verdana-Regular;
  497. font-weight: 400;
  498. text-align: center;
  499. color: #262626;
  500. margin-top: 2rpx;
  501. }
  502. }
  503. }
  504. .content_tuiguang {
  505. height: 220rpx;
  506. display: flex;
  507. box-sizing: border-box;
  508. background: #ffffff;
  509. border-radius: 16rpx;
  510. margin-top: 14rpx;
  511. padding-left: 40rpx;
  512. padding-right: 40rpx;
  513. margin-left: 30rpx;
  514. margin-right: 30rpx;
  515. justify-content: space-between;
  516. position: relative;
  517. .content_tuiguang_city {
  518. display: flex;
  519. flex-direction: column;
  520. justify-content: center;
  521. align-items: center;
  522. width: 50%;
  523. .city_num {
  524. font-size: 40rpx;
  525. font-family: DIN Alternate, DIN Alternate-Bold;
  526. font-weight: 700;
  527. text-align: center;
  528. color: #262626;
  529. }
  530. .city_num_desc {
  531. font-size: 24rpx;
  532. font-family: Verdana, Verdana-Regular;
  533. font-weight: 400;
  534. text-align: center;
  535. color: #b1b1b1;
  536. }
  537. .city_list {
  538. display: flex;
  539. justify-content: center;
  540. margin-top: 52rpx;
  541. align-items: center;
  542. .city_name {
  543. font-size: 26rpx;
  544. font-family: Verdana, Verdana-Regular;
  545. font-weight: 400;
  546. text-align: left;
  547. color: #262626;
  548. }
  549. .city_more {
  550. width: 26rpx;
  551. height: 26rpx;
  552. margin-left: 8rpx;
  553. }
  554. }
  555. }
  556. .content_tuiguang_money {
  557. display: flex;
  558. flex-direction: column;
  559. justify-content: center;
  560. align-items: center;
  561. width: 50%;
  562. .money_num {
  563. font-size: 40rpx;
  564. font-family: DIN Alternate, DIN Alternate-Bold;
  565. font-weight: 700;
  566. text-align: center;
  567. color: #fd8f3c;
  568. }
  569. .money_num_des {
  570. font-size: 24rpx;
  571. font-family: Verdana, Verdana-Regular;
  572. font-weight: 400;
  573. text-align: center;
  574. color: #b1b1b1;
  575. }
  576. .money_list {
  577. display: flex;
  578. justify-content: center;
  579. margin-top: 52rpx;
  580. align-items: center;
  581. .money_name {
  582. font-size: 26rpx;
  583. font-family: Verdana, Verdana-Regular;
  584. font-weight: 400;
  585. text-align: left;
  586. color: #262626;
  587. }
  588. .money_more {
  589. width: 26rpx;
  590. height: 26rpx;
  591. margin-left: 8rpx;
  592. }
  593. }
  594. .money_bg {
  595. position: absolute;
  596. right: 0rpx;
  597. top: 0;
  598. width: 220rpx;
  599. height: 220rpx;
  600. }
  601. }
  602. }
  603. .content_list {
  604. margin-top: 60rpx;
  605. margin-left: 30rpx;
  606. margin-right: 30rpx;
  607. padding-bottom: 50rpx;
  608. .content_title {
  609. display: flex;
  610. font-size: 32rpx;
  611. font-family: Verdana, Verdana-Bold;
  612. font-weight: 700;
  613. text-align: left;
  614. color: #262626;
  615. align-items: center;
  616. .content_title_poi {
  617. width: 8rpx;
  618. height: 12rpx;
  619. background: #f07423;
  620. border-radius: 2rpx;
  621. margin-right: 8rpx;
  622. }
  623. }
  624. .content_hongbao {
  625. margin-top: 20rpx;
  626. height: 140rpx;
  627. background: linear-gradient(108deg, #ffb55f 9%, #f87523 96%);
  628. border-radius: 16rpx;
  629. display: flex;
  630. justify-content: space-between;
  631. align-items: center;
  632. .hongbao_left {
  633. display: flex;
  634. margin-left: 26rpx;
  635. .icon_hongbao {
  636. width: 60rpx;
  637. height: 80rpx;
  638. margin-right: 20rpx;
  639. }
  640. .hongbao_left_info {
  641. display: flex;
  642. flex-direction: column;
  643. .hongbao_title {
  644. font-size: 30rpx;
  645. font-family: Verdana, Verdana-Bold;
  646. font-weight: 700;
  647. text-align: left;
  648. color: #ffffff;
  649. }
  650. .hongbao_money {
  651. font-size: 24rpx;
  652. font-family: Verdana, Verdana-Regular;
  653. font-weight: 400;
  654. text-align: left;
  655. color: #ffead8;
  656. }
  657. }
  658. }
  659. .hongbao_right {
  660. width: 140rpx;
  661. height: 56rpx;
  662. line-height: 56rpx;
  663. background: #ffffff;
  664. border-radius: 12rpx;
  665. font-size: 24rpx;
  666. font-family: Verdana, Verdana-Bold;
  667. font-weight: 700;
  668. text-align: center;
  669. color: #f07423;
  670. margin-right: 20rpx;
  671. }
  672. }
  673. .list_item {
  674. width: 100%;
  675. height: 280rpx;
  676. border-radius: 16rpx;
  677. display: flex;
  678. position: relative;
  679. margin-top: 20rpx;
  680. .house_img {
  681. width: 200rpx;
  682. height: 240rpx;
  683. z-index: 11;
  684. margin-top: 20rpx;
  685. margin-left: 20rpx;
  686. border-radius: 10rpx;
  687. }
  688. .item_content {
  689. display: flex;
  690. flex-direction: column;
  691. margin-left: 50rpx;
  692. z-index: 11;
  693. .house_name {
  694. font-size: 30rpx;
  695. font-family: Verdana, Verdana-Bold;
  696. font-weight: 700;
  697. text-align: left;
  698. color: #262626;
  699. margin-top: 20rpx;
  700. }
  701. .house_hk {
  702. font-size: 26rpx;
  703. font-family: Verdana, Verdana-Regular;
  704. font-weight: 400;
  705. text-align: left;
  706. color: #fd8f3c;
  707. margin-top: 8rpx;
  708. }
  709. .house_address {
  710. display: flex;
  711. font-size: 24rpx;
  712. font-family: Verdana, Verdana-Regular;
  713. font-weight: 400;
  714. text-align: left;
  715. color: #b1b1b1;
  716. margin-top: 16rpx;
  717. image {
  718. width: 20rpx;
  719. height: 28rpx;
  720. margin-right: 8rpx;
  721. margin-top: 6rpx;
  722. }
  723. text {
  724. width: 80%;
  725. }
  726. }
  727. .house_num {
  728. display: flex;
  729. font-size: 24rpx;
  730. font-family: Verdana, Verdana-Regular;
  731. font-weight: 400;
  732. text-align: left;
  733. color: #b1b1b1;
  734. margin-top: 12rpx;
  735. image {
  736. width: 24rpx;
  737. height: 26rpx;
  738. margin-right: 8rpx;
  739. margin-top: 6rpx;
  740. }
  741. text {
  742. width: 80%;
  743. }
  744. }
  745. .house_desc {
  746. margin-top: 24rpx;
  747. font-size: 24rpx;
  748. font-family: Verdana, Verdana-Regular;
  749. font-weight: 400;
  750. text-align: left;
  751. color: #b1b1b1;
  752. }
  753. }
  754. .item_share {
  755. z-index: 11;
  756. display: flex;
  757. flex-direction: column;
  758. width: 70rpx;
  759. height: 100rpx;
  760. background: #f07423;
  761. border-radius: 12rpx;
  762. position: absolute;
  763. right: 0;
  764. top: 50%;
  765. transform: translateY(-50%);
  766. justify-content: center;
  767. align-items: center;
  768. .icon_share {
  769. width: 32rpx;
  770. height: 32rpx;
  771. margin-bottom: 6rpx;
  772. }
  773. .icon_text {
  774. font-size: 24rpx;
  775. font-family: Verdana, Verdana-Bold;
  776. font-weight: 700;
  777. text-align: center;
  778. color: #ffffff;
  779. }
  780. }
  781. .item_bg {
  782. position: absolute;
  783. left: 0;
  784. top: 0;
  785. width: 95%;
  786. height: 100%;
  787. background-color: #FFFFFF;
  788. border-radius: 16rpx;
  789. z-index: 10;
  790. }
  791. }
  792. }
  793. }
  794. }
  795. </style>