homePage.vue 22 KB

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