homePage.vue 25 KB

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