homePage.vue 25 KB

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