homePage.vue 24 KB

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