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