homePage.vue 25 KB

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