homePage.vue 25 KB

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