homePage.vue 25 KB

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