homePage.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017
  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" @click="clearToken">注册业主</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. clearToken(){
  227. this.$cache.delete('_token_owner_union')
  228. },
  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. }else{
  302. uni.showToast({
  303. icon:"none",
  304. title:ret.data.message
  305. })
  306. }
  307. },
  308. setEnv(){
  309. if (this.clickCount < 0) {
  310. this.clickCount = 8;
  311. uni.navigateTo({
  312. url:"../developSetting/developSetting"
  313. })
  314. } else {
  315. this.clickCount--;
  316. }
  317. },
  318. toShareCard(projectId,type){
  319. let href = location.href;
  320. if (href.indexOf("?")){
  321. href = href.split('?')[0]
  322. }
  323. let projectPath = href;
  324. if(type==2){
  325. projectPath = href + "pages/houseDetail/houseDetail"
  326. }
  327. uni.navigateTo({
  328. url:'../shareCardPage/shareCardPage?page='+projectPath+"&projectId="+projectId+"&type="+type
  329. })
  330. },
  331. toLogin(){
  332. uni.$emit('login')
  333. },
  334. upLoadView(isShow){
  335. this.showGuide = isShow;
  336. },
  337. showMine(){
  338. this.$refs.mine.show()
  339. }
  340. },
  341. components: {
  342. levelView,
  343. dmMine
  344. }
  345. }
  346. </script>
  347. <style lang="scss" scoped>
  348. .content {
  349. width: 100%;
  350. height: 100%;
  351. position: relative;
  352. .topSection {
  353. position: relative;
  354. z-index: 100;
  355. }
  356. .bg_top {
  357. width: 100%;
  358. height: 470rpx;
  359. position: absolute;
  360. top: 0;
  361. left: 0;
  362. z-index: 100;
  363. }
  364. .liveContent {
  365. width: 100%;
  366. height: 470rpx;
  367. z-index: 100;
  368. display: flex;
  369. flex-direction: column;
  370. align-items: center;
  371. position: relative;
  372. .backDiv {
  373. top: 0;
  374. left: 0;
  375. position: absolute;
  376. width: 100%;
  377. height: 100%;
  378. background-color: rgba($color: #000000, $alpha: 0.1);
  379. z-index: 1;
  380. }
  381. .title {
  382. margin-top: 96rpx;
  383. font-size: 44rpx;
  384. font-weight: 700;
  385. text-align: center;
  386. color: #ffffff;
  387. z-index: 2;
  388. }
  389. .subTitle {
  390. font-size: 28rpx;
  391. font-family: Verdana, Verdana-Regular;
  392. font-weight: 400;
  393. text-align: left;
  394. color: #ffffff;
  395. margin-top: 20rpx;
  396. z-index: 2;
  397. }
  398. .levelDiv {
  399. margin-top: 82rpx;
  400. width: calc(100% - 60rpx);
  401. height: 152rpx;
  402. z-index: 2;
  403. display: flex;
  404. flex-direction: column;
  405. padding: 25rpx 30rpx;
  406. box-sizing: border-box;
  407. .level_top {
  408. width: 100%;
  409. display: flex;
  410. justify-content: space-between;
  411. flex-wrap: nowrap;
  412. align-items: center;
  413. margin-top: 5rpx;
  414. .level_icon {
  415. width: 37rpx;
  416. min-width: 37rpx;
  417. max-width: 37rpx;
  418. height: 35rpx;
  419. margin-right: 13rpx;
  420. margin-top: -5rpx;
  421. }
  422. .level_text {
  423. font-size: 48rpx;
  424. font-family: FontName, FontName-Regular;
  425. font-weight: 500;
  426. text-align: left;
  427. font-style: oblique;
  428. color: #f5c8a8;
  429. line-height: 40rpx;
  430. letter-spacing: 1.92rpx;
  431. margin-right: 8rpx;
  432. margin-top: -7rpx;
  433. }
  434. .level_text_login{
  435. font-size: 40rpx;
  436. font-family: FontName, FontName-Regular;
  437. font-weight: 400;
  438. text-align: left;
  439. color: #f5c8a8;
  440. }
  441. .level_des {
  442. font-size: 22rpx;
  443. font-family: Verdana, Verdana-Regular;
  444. font-weight: 400;
  445. text-align: left;
  446. color: #f5c8a8;
  447. white-space: nowrap;
  448. flex-grow: 1;
  449. }
  450. .level_update {
  451. font-size: 24rpx;
  452. font-family: Verdana, Verdana-Bold;
  453. font-weight: 700;
  454. text-align: right;
  455. color: #f5c8a8;
  456. letter-spacing: 0.96rpx;
  457. display: flex;
  458. align-items: center;
  459. .level_right_icon {
  460. margin-left: 8rpx;
  461. width: 6rpx;
  462. height: 7rpx;
  463. }
  464. }
  465. }
  466. .level_bottom_login{
  467. font-size: 22rpx;
  468. font-family: Verdana, Verdana-Regular;
  469. font-weight: 400;
  470. text-align: left;
  471. color: #f5c8a8;
  472. margin-top: 20rpx;
  473. }
  474. }
  475. }
  476. .content_body {
  477. border-radius: 20rpx 20rpx 0rpx 0rpx;
  478. height: calc(100% - 470rpx);
  479. margin-top: -24rpx;
  480. z-index: 102;
  481. position: relative;
  482. padding: 1rpx;
  483. .content_beginner_guide {
  484. height: 354rpx;
  485. margin-left: 30rpx;
  486. margin-right: 30rpx;
  487. margin-top: 40rpx;
  488. background: #ffffff;
  489. border-radius: 16rpx;
  490. box-sizing: border-box;
  491. .title {
  492. width: 100%;
  493. position: relative;
  494. height: 110rpx;
  495. .title_txt {
  496. font-size: 32rpx;
  497. font-family: FontName, FontName-Regular;
  498. font-weight: 400;
  499. text-align: left;
  500. color: #b1b1b1;
  501. font-style: italic;
  502. position: absolute;
  503. left: 50%;
  504. top: 30rpx;
  505. transform: translateX(-50%);
  506. }
  507. .title_right {
  508. position: absolute;
  509. right: 20rpx;
  510. top: 40rpx;
  511. display: flex;
  512. align-items: center;
  513. .title_right_txt {
  514. font-size: 24rpx;
  515. font-family: Verdana, Verdana-Regular;
  516. font-weight: 400;
  517. text-align: right;
  518. color: #b1b1b1;
  519. }
  520. .title_right_cion {
  521. width: 10rpx;
  522. height: 6rpx;
  523. margin-left: 10rpx;
  524. }
  525. }
  526. }
  527. .guide_content {
  528. display: flex;
  529. padding-left: 40rpx;
  530. padding-right: 40rpx;
  531. box-sizing: border-box;
  532. justify-content: space-between;
  533. .item_guide {
  534. display: flex;
  535. flex-direction: column;
  536. align-items: center;
  537. .guide_img {
  538. width: 58rpx;
  539. height: 74rpx;
  540. margin-bottom: 17rpx;
  541. }
  542. .guide_title {
  543. font-size: 26rpx;
  544. font-family: Verdana, Verdana-Bold;
  545. font-weight: 700;
  546. text-align: center;
  547. color: #2c2c2c;
  548. margin-bottom: 8rpx;
  549. }
  550. .guide_desc {
  551. font-size: 22rpx;
  552. font-family: Verdana, Verdana-Regular;
  553. font-weight: 400;
  554. text-align: center;
  555. color: #b1b1b1;
  556. }
  557. }
  558. .icon_guide {
  559. width: 48rpx;
  560. height: 32rpx;
  561. margin-top: 20rpx;
  562. }
  563. }
  564. }
  565. .content_beginner_guide_{
  566. width: 100%;
  567. position: relative;
  568. margin-left: 30rpx;
  569. margin-right: 30rpx;
  570. margin-top: 20rpx;
  571. margin-bottom: 30rpx;
  572. display: flex;
  573. justify-content: center;
  574. align-items: center;
  575. .title_txt {
  576. font-size: 24rpx;
  577. font-family: FontName, FontName-Regular;
  578. font-weight: 400;
  579. text-align: left;
  580. color: #b1b1b1;
  581. font-style: italic;
  582. }
  583. .title_right_cion {
  584. width: 10rpx;
  585. height: 6rpx;
  586. margin-left: 10rpx;
  587. }
  588. }
  589. .content_tab {
  590. display: flex;
  591. box-sizing: border-box;
  592. height: 180rpx;
  593. background: #ffffff;
  594. border-radius: 16rpx;
  595. margin-top: 14rpx;
  596. padding-left: 40rpx;
  597. padding-right: 40rpx;
  598. margin-left: 30rpx;
  599. margin-right: 30rpx;
  600. justify-content: space-between;
  601. .tab_item {
  602. display: flex;
  603. flex-direction: column;
  604. align-items: center;
  605. justify-content: center;
  606. .icon_tab {
  607. width: 96rpx;
  608. height: 96rpx;
  609. }
  610. .txt_tab {
  611. font-size: 24rpx;
  612. font-family: Verdana, Verdana-Regular;
  613. font-weight: 400;
  614. text-align: center;
  615. color: #262626;
  616. margin-top: 2rpx;
  617. }
  618. }
  619. }
  620. .content_tuiguang {
  621. height: 220rpx;
  622. display: flex;
  623. box-sizing: border-box;
  624. background: #ffffff;
  625. border-radius: 16rpx;
  626. margin-top: 14rpx;
  627. padding-left: 40rpx;
  628. padding-right: 40rpx;
  629. margin-left: 30rpx;
  630. margin-right: 30rpx;
  631. justify-content: space-between;
  632. position: relative;
  633. .content_tuiguang_city {
  634. display: flex;
  635. flex-direction: column;
  636. justify-content: center;
  637. align-items: center;
  638. width: 50%;
  639. .city_num {
  640. font-size: 40rpx;
  641. font-family: DIN Alternate, DIN Alternate-Bold;
  642. font-weight: 700;
  643. text-align: center;
  644. color: #262626;
  645. }
  646. .city_num_desc {
  647. font-size: 24rpx;
  648. font-family: Verdana, Verdana-Regular;
  649. font-weight: 400;
  650. text-align: center;
  651. color: #b1b1b1;
  652. }
  653. .city_list {
  654. display: flex;
  655. justify-content: center;
  656. margin-top: 52rpx;
  657. align-items: center;
  658. .city_name {
  659. font-size: 26rpx;
  660. font-family: Verdana, Verdana-Regular;
  661. font-weight: 400;
  662. text-align: left;
  663. color: #262626;
  664. }
  665. .city_more {
  666. width: 26rpx;
  667. height: 26rpx;
  668. margin-left: 8rpx;
  669. }
  670. }
  671. }
  672. .content_tuiguang_money {
  673. display: flex;
  674. flex-direction: column;
  675. justify-content: center;
  676. align-items: center;
  677. width: 50%;
  678. .money_num {
  679. font-size: 40rpx;
  680. font-family: DIN Alternate, DIN Alternate-Bold;
  681. font-weight: 700;
  682. text-align: center;
  683. color: #fd8f3c;
  684. }
  685. .money_num_des {
  686. font-size: 24rpx;
  687. font-family: Verdana, Verdana-Regular;
  688. font-weight: 400;
  689. text-align: center;
  690. color: #b1b1b1;
  691. }
  692. .money_list {
  693. display: flex;
  694. justify-content: center;
  695. margin-top: 52rpx;
  696. align-items: center;
  697. .money_name {
  698. font-size: 26rpx;
  699. font-family: Verdana, Verdana-Regular;
  700. font-weight: 400;
  701. text-align: left;
  702. color: #262626;
  703. }
  704. .money_more {
  705. width: 26rpx;
  706. height: 26rpx;
  707. margin-left: 8rpx;
  708. }
  709. }
  710. .money_bg {
  711. position: absolute;
  712. right: 0rpx;
  713. top: 0;
  714. width: 220rpx;
  715. height: 220rpx;
  716. }
  717. }
  718. }
  719. .content_list {
  720. margin-top: 60rpx;
  721. margin-left: 30rpx;
  722. margin-right: 30rpx;
  723. padding-bottom: 50rpx;
  724. .content_title {
  725. display: flex;
  726. font-size: 32rpx;
  727. font-family: Verdana, Verdana-Bold;
  728. font-weight: 700;
  729. text-align: left;
  730. color: #262626;
  731. align-items: center;
  732. .content_title_poi {
  733. width: 8rpx;
  734. height: 12rpx;
  735. background: #f07423;
  736. border-radius: 2rpx;
  737. margin-right: 8rpx;
  738. }
  739. }
  740. .content_hongbao {
  741. margin-top: 20rpx;
  742. height: 140rpx;
  743. background: linear-gradient(108deg, #ffb55f 9%, #f87523 96%);
  744. border-radius: 16rpx;
  745. display: flex;
  746. justify-content: space-between;
  747. align-items: center;
  748. .hongbao_left {
  749. display: flex;
  750. margin-left: 26rpx;
  751. .icon_hongbao {
  752. width: 60rpx;
  753. height: 80rpx;
  754. margin-right: 20rpx;
  755. }
  756. .hongbao_left_info {
  757. display: flex;
  758. flex-direction: column;
  759. .hongbao_title {
  760. font-size: 30rpx;
  761. font-family: Verdana, Verdana-Bold;
  762. font-weight: 700;
  763. text-align: left;
  764. color: #ffffff;
  765. }
  766. .hongbao_money {
  767. font-size: 24rpx;
  768. font-family: Verdana, Verdana-Regular;
  769. font-weight: 400;
  770. text-align: left;
  771. color: #ffead8;
  772. }
  773. }
  774. }
  775. .hongbao_right {
  776. width: 140rpx;
  777. height: 56rpx;
  778. line-height: 56rpx;
  779. background: #ffffff;
  780. border-radius: 12rpx;
  781. font-size: 24rpx;
  782. font-family: Verdana, Verdana-Bold;
  783. font-weight: 700;
  784. text-align: center;
  785. color: #f07423;
  786. margin-right: 20rpx;
  787. }
  788. }
  789. .list_item {
  790. width: 100%;
  791. min-height: 280rpx;
  792. border-radius: 16rpx;
  793. display: flex;
  794. position: relative;
  795. margin-top: 20rpx;
  796. .house_img {
  797. width: 200rpx;
  798. height: 240rpx;
  799. min-width: 200rpx;
  800. z-index: 11;
  801. margin-top: 20rpx;
  802. margin-left: 20rpx;
  803. border-radius: 10rpx;
  804. }
  805. .item_content {
  806. display: flex;
  807. flex-direction: column;
  808. margin-left: 50rpx;
  809. z-index: 11;
  810. max-width: 360rpx;
  811. .house_name {
  812. width: 100%;
  813. word-break:break-all;
  814. font-size: 30rpx;
  815. font-family: Verdana, Verdana-Bold;
  816. font-weight: 700;
  817. text-align: left;
  818. color: #262626;
  819. margin-top: 20rpx;
  820. }
  821. .house_hk {
  822. font-size: 26rpx;
  823. font-family: Verdana, Verdana-Regular;
  824. font-weight: 400;
  825. text-align: left;
  826. color: #fd8f3c;
  827. margin-top: 8rpx;
  828. .house_hk_{
  829. margin-right: 10rpx;
  830. }
  831. }
  832. .house_address {
  833. display: flex;
  834. font-size: 24rpx;
  835. font-family: Verdana, Verdana-Regular;
  836. font-weight: 400;
  837. text-align: left;
  838. color: #b1b1b1;
  839. margin-top: 16rpx;
  840. image {
  841. width: 20rpx;
  842. height: 28rpx;
  843. margin-right: 8rpx;
  844. margin-top: 6rpx;
  845. }
  846. text {
  847. width: 80%;
  848. }
  849. }
  850. .house_num {
  851. display: flex;
  852. font-size: 24rpx;
  853. font-family: Verdana, Verdana-Regular;
  854. font-weight: 400;
  855. text-align: left;
  856. color: #b1b1b1;
  857. margin-top: 12rpx;
  858. image {
  859. width: 24rpx;
  860. height: 26rpx;
  861. margin-right: 8rpx;
  862. margin-top: 6rpx;
  863. }
  864. text {
  865. width: 80%;
  866. }
  867. }
  868. .house_desc {
  869. margin-top: 24rpx;
  870. font-size: 24rpx;
  871. font-family: Verdana, Verdana-Regular;
  872. font-weight: 400;
  873. text-align: left;
  874. color: #b1b1b1;
  875. margin-bottom: 20rpx;
  876. word-break:break-all;
  877. }
  878. }
  879. .item_share {
  880. z-index: 11;
  881. display: flex;
  882. flex-direction: column;
  883. width: 70rpx;
  884. height: 100rpx;
  885. background: #f07423;
  886. border-radius: 12rpx;
  887. position: absolute;
  888. right: 0;
  889. top: 50%;
  890. transform: translateY(-50%);
  891. justify-content: center;
  892. align-items: center;
  893. .icon_share {
  894. width: 32rpx;
  895. height: 32rpx;
  896. margin-bottom: 6rpx;
  897. }
  898. .icon_text {
  899. font-size: 24rpx;
  900. font-family: Verdana, Verdana-Bold;
  901. font-weight: 700;
  902. text-align: center;
  903. color: #ffffff;
  904. }
  905. }
  906. .item_bg {
  907. position: absolute;
  908. left: 0;
  909. top: 0;
  910. width: 95%;
  911. height: 100%;
  912. background-color: #FFFFFF;
  913. border-radius: 16rpx;
  914. z-index: 10;
  915. }
  916. }
  917. }
  918. }
  919. }
  920. </style>