homePage.vue 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144
  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="" v-if="userInfo.userId">
  12. <view class="level_top" v-if="userInfo.ownersUnion">
  13. <image class="level_icon" src="https://dm.static.elab-plus.com/yezhu/h5/icon_Level.png" mode="">
  14. </image>
  15. <view class="level_text">{{userInfo.curlevel?'Lv'+userInfo.curlevel:''}}</view>
  16. <view class="level_des" v-if="(userInfo.curIncome&&userInfo.nextIncome&&userInfo.curIncome==userInfo.nextIncome)">/当前已达到最高等级</view>
  17. <view class="level_des" v-else>/达到 {{userInfo.nextIncome}} 收益可升级</view>
  18. <view class="level_update">
  19. <text>升级攻略</text>
  20. <image class="level_right_icon"
  21. src="https://dm.static.elab-plus.com/yezhu/h5/icon_right.png" mode=""></image>
  22. </view>
  23. </view>
  24. <view class="level_top" v-else @click="toYezhu">
  25. <image class="level_icon" src="https://dm.static.elab-plus.com/yezhu/h5/icon_Level.png" mode="">
  26. </image>
  27. <view class="level_text_login">业主认证</view>
  28. <view class="level_des"></view>
  29. <view class="level_update">
  30. <text>立即认证</text>
  31. <image class="level_right_icon"
  32. src="https://dm.static.elab-plus.com/yezhu/h5/icon_right.png" mode=""></image>
  33. </view>
  34. </view>
  35. </view>
  36. <view class="level_top" v-else @click="toLogin">
  37. <image class="level_icon" src="https://dm.static.elab-plus.com/yezhu/h5/icon_Level.png" mode="">
  38. </image>
  39. <view class="level_text_login">登录</view>
  40. <view class="level_des"></view>
  41. <view class="level_update">
  42. <text>立即登录</text>
  43. <image class="level_right_icon"
  44. src="https://dm.static.elab-plus.com/yezhu/h5/icon_right.png" mode=""></image>
  45. </view>
  46. </view>
  47. <view class="" v-if="userInfo.userId">
  48. <view class="level_bottom" v-if="userInfo.ownersUnion">
  49. <levelView :currentLevel='userInfo.curIncome' :nextLevel='userInfo.nextIncome' :currentLevelTxt='userInfo.curlevel' :nextLevelTxt='userInfo.nextLevel'>
  50. </levelView>
  51. </view>
  52. <view class="level_bottom_login" v-else >
  53. 点此进行业主认证,审核后实时等级升级
  54. </view>
  55. </view>
  56. <view class="level_bottom_login" v-else >
  57. 点此进行登录注册,开始赚钱吧
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. <view class="content_body" :style="{background:color4}">
  63. <view class="content_beginner_guide" v-if="showGuide">
  64. <view class="title">
  65. <text class="title_txt">- 新手引导 -</text>
  66. <view class="title_right">
  67. <text class="title_right_txt" @click="upLoadView(false)">收起</text>
  68. <image class="title_right_cion" src="https://dm.static.elab-plus.com/yezhu/icon_shouqi.png"
  69. mode=""></image>
  70. </view>
  71. </view>
  72. <view class="guide_content">
  73. <view class="item_guide">
  74. <image class="guide_img" src="https://dm.static.elab-plus.com/yezhu/icon_yezhu.png" mode="">
  75. </image>
  76. <text class="guide_title" @click="clearToken">业主认证</text>
  77. <text class="guide_desc">业主认证审核\n实时等级升级</text>
  78. </view>
  79. <image class="icon_guide" src="https://dm.static.elab-plus.com/yezhu/icon_to_guide.png" mode="">
  80. </image>
  81. <view class="item_guide">
  82. <image class="guide_img" style="width: 72rpx;height: 72rpx;margin-top: 5rpx;"
  83. src="https://dm.static.elab-plus.com/yezhu/icon_pyq.png" mode=""></image>
  84. <text class="guide_title">分享项目</text>
  85. <text class="guide_desc">分享到朋友圈\n自动计算收益</text>
  86. </view>
  87. <image class="icon_guide" src="https://dm.static.elab-plus.com/yezhu/icon_to_guide.png" mode="">
  88. </image>
  89. <view class="item_guide">
  90. <image class="guide_img" style="width: 58rpx;height: 68rpx;margin-top: 9rpx;"
  91. src="https://dm.static.elab-plus.com/yezhu/icon_yz_money.png" mode=""></image>
  92. <text class="guide_title">提现到微信</text>
  93. <text class="guide_desc">实时查看收益\n快速提现到账</text>
  94. </view>
  95. </view>
  96. </view>
  97. <view class="content_beginner_guide_" v-else @click="upLoadView(true)">
  98. <text class="title_txt">展开新手引导</text>
  99. <image class="title_right_cion" src="../../static/icons/icon_down_.png"
  100. mode=""></image>
  101. </view>
  102. <view class="content_tab">
  103. <view class="tab_item" @click="toYezhu">
  104. <image class="icon_tab" src="../../static/icons/icon_zcyz_user.png" mode=""></image>
  105. <text class="txt_tab">业主认证</text>
  106. </view>
  107. <view class="tab_item" @click="toShouYiPage">
  108. <image class="icon_tab" src="../../static/icons/icon_shouyi_user.png" mode=""></image>
  109. <text class="txt_tab">收益排行榜</text>
  110. </view>
  111. <view class="tab_item" @click="goReportPage">
  112. <image class="icon_tab" src="../../static/icons/icon_report_user.png" mode=""></image>
  113. <text class="txt_tab">效果报表</text>
  114. </view>
  115. <view class="tab_item" @click="showMine">
  116. <image class="icon_tab" src="../../static/icons/icon_user_mine.png" mode=""></image>
  117. <text class="txt_tab">我的信息</text>
  118. </view>
  119. </view>
  120. <view class="content_tuiguang">
  121. <view class="content_tuiguang_city">
  122. <text class="city_num">{{userInfo.taskCount||0}}个</text>
  123. <text class="city_num_desc">推广任务</text>
  124. <view class="city_list" @click="showOptions(1)">
  125. <text class="city_name">{{city}}</text>
  126. <image class="city_more" src="https://dm.static.elab-plus.com/yezhu/icon_ios_back%402x.png"
  127. mode=""></image>
  128. </view>
  129. </view>
  130. <view class="content_tuiguang_money">
  131. <text class="money_num">¥{{Number(userInfo.surplusTaskAmount).toFixed(2)||'0.00'}}</text>
  132. <text class="money_num_des">剩余任务金额</text>
  133. <view class="money_list" @click="showOptions(2)">
  134. <text class="money_name" >{{typeName}}</text>
  135. <image class="money_more" src="https://dm.static.elab-plus.com/yezhu/icon_ios_back%402x.png"
  136. mode=""></image>
  137. </view>
  138. <image class="money_bg" src="https://dm.static.elab-plus.com/yezhu/icon_money_bg.png" mode="">
  139. </image>
  140. </view>
  141. </view>
  142. <view class="content_list">
  143. <view class="content_title">
  144. <view class="content_title_poi">
  145. </view>
  146. 任务列表
  147. </view>
  148. <view class="content_hongbao">
  149. <view class="hongbao_left">
  150. <image class="icon_hongbao" src="https://dm.static.elab-plus.com/yezhu/icon_hongbao.png"
  151. mode=""></image>
  152. <view class="hongbao_left_info">
  153. <text class="hongbao_title">邀请好友注册</text>
  154. <text class="hongbao_money">完成邀请,可获得 ¥1/人</text>
  155. </view>
  156. </view>
  157. <view class="hongbao_right" @click="toShareCard('',1)">
  158. 邀请好友
  159. </view>
  160. </view>
  161. <view class="list_item" v-for="(item,index) in houseList" :key='index'>
  162. <image class="house_img" :src="item.image" mode="aspectFill"></image>
  163. <view class="item_content" @click="goDetailAction(item,1)">
  164. <text class="house_name">{{item.name}}</text>
  165. <view class="house_hk" v-if="item.taskCategory">
  166. <text class="house_hk_" v-for="(item1,index1) in item.taskCategory" :key='index1'>{{item1.category}} ¥{{item1.unitPrice}}/人</text>
  167. </view>
  168. <text class="house_hk" v-else></text>
  169. <view class="house_address">
  170. <image src="https://dm.static.elab-plus.com/yezhu/icon_location.png" mode=""></image>
  171. <text style="width: 100%;">{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}万元/m² {{item.bizFormat?'· '+item.bizFormat:''}}</text>
  172. </view>
  173. <view class="house_num">
  174. <image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
  175. <text style="width: 100%;">{{item.projectLayout}}</text>
  176. </view>
  177. <text class="house_desc">{{item.shareRemark}}</text>
  178. </view>
  179. <view class="item_share" @click="toShareCard(item.projectId,2)">
  180. <image class="icon_share" src="https://dm.static.elab-plus.com/yezhu/icon_small_share.png"
  181. mode=""></image>
  182. <text class="icon_text">分享</text>
  183. </view>
  184. <view class="item_bg"></view>
  185. </view>
  186. <view class="com_noMore_text" v-if="noMore && houseList.length > 0">没有更多了</view>
  187. <view class="empty" v-if="houseList.length == 0">
  188. <image class="emptyImg" src="https://dm.static.elab-plus.com/yezhu/h5/icon_empty.png" mode=""></image>
  189. <view class="text">暂无数据</view>
  190. </view>
  191. </view>
  192. </view>
  193. <login ref='login'></login>
  194. <login-notice ref='login_notice'></login-notice>
  195. <dmMine ref='mine' :userInfo='userInfo'></dmMine>
  196. <dmHomeChoose ref='chooseType' :option='optionType' @chooiceType="chooiceType"></dmHomeChoose>
  197. </view>
  198. </template>
  199. <script>
  200. import levelView from '@/components/leve-view/leve-view.vue';
  201. import dmMine from '@/components/subComponents/dmMine.vue'
  202. import dmHomeChoose from "@/components/subComponents/dmHomeChoose.vue"
  203. let app = getApp();
  204. export default {
  205. data() {
  206. return {
  207. color4: '#F5F5F7',
  208. houseList: [],
  209. userId: "",
  210. token: "",
  211. clickCount:8,
  212. userInfo: {
  213. "userId": "",
  214. "name": null,
  215. "head": null,
  216. "curlevel": null,
  217. "curIncome": null,
  218. "nextLevel": null,
  219. "nextIncome": null,
  220. "ownersUnion": false,
  221. "totalIncome": null,
  222. "taskCount": null,
  223. "surplusTaskAmount": null,
  224. "cardNo":"",
  225. "phone":"",
  226. "room":"",
  227. "sex":""
  228. },
  229. showGuide:true,
  230. total:0,
  231. pageNo:1,
  232. pageSize:10,
  233. noMore:false,
  234. city:"城市",
  235. type:"",
  236. typeName:"类型",
  237. optionType:1
  238. }
  239. },
  240. mounted() {
  241. this.color4 = app.globalData.color4;
  242. this.getData();
  243. uni.$on("request",()=>{
  244. this.getData();
  245. this.$refs.login_notice.hide();
  246. this.$refs.login.hide();
  247. })
  248. let projectId = this.getQueryString('projectId');
  249. if(projectId){
  250. let e = {
  251. projectId
  252. }
  253. this.goDetailAction(e,2)
  254. }
  255. },
  256. onPullDownRefresh() {
  257. this.getData();
  258. },
  259. onReachBottom() {
  260. if(this.houseList.length<this.total){
  261. this.pageNo ++;
  262. this.getHomePage();
  263. }
  264. },
  265. methods: {
  266. getQueryString(name){
  267. var reg = new RegExp("(^|\\?|&)"+ name +"=([^&]*)(\\s|&|$)", "i");
  268. return reg.test(location.href) ? unescape(RegExp.$2.replace(/\+/g, " ")) : ""
  269. },
  270. clearToken(){
  271. },
  272. getData(){
  273. this.pageNo = 1;
  274. this.getUserInfo();
  275. this.getHomePage();
  276. },
  277. chooiceType(e){
  278. this.city = e.city==''?"城市":(e.city).split('市')[0];
  279. this.type = e.type;
  280. this.typeName = e.typeName==''?'类型':e.typeName;
  281. this.pageNo = 1;
  282. this.getHomePage();
  283. },
  284. async getHomePage() {
  285. let ret = await this.$myRequest({
  286. url: "/project/homePage",
  287. data: {
  288. "city": this.city=='城市'?'':this.city,
  289. "pageNo": this.pageNo,
  290. "pageSize": this.pageSize,
  291. "taskCategoryId": this.type,
  292. }
  293. })
  294. if (ret.data.success) {
  295. let pageModel = ret.data.pageModel;
  296. let houseList = pageModel.resultSet || [];
  297. if(this.pageNo==1){
  298. this.houseList = [];
  299. }
  300. this.houseList = this.houseList.concat(houseList);
  301. this.total = pageModel.total||0;
  302. this.noMore = this.houseList.length==this.total
  303. }
  304. },
  305. async getUserInfo() {
  306. if(app.globalData.userId){
  307. let ret = await this.$myRequest({
  308. url: "/user/userInfo",
  309. data: {},
  310. method: "GET"
  311. });
  312. if (ret.data.success) {
  313. this.userInfo = ret.data.single || null;
  314. this.showGuide = this.userInfo.userId?this.userInfo.ownersUnion?false:true:true;
  315. }
  316. }
  317. },
  318. // 调准项目详情
  319. goDetailAction(e,type) {
  320. if(type==1){
  321. if(this.userInfo.userId){
  322. uni.navigateTo({
  323. url: '../houseDetail/houseDetail?projectId='+e.projectId
  324. })
  325. }else{
  326. uni.$emit('unLogin')
  327. }
  328. }else{
  329. uni.navigateTo({
  330. url: '../houseDetail/houseDetail?projectId='+e.projectId
  331. })
  332. }
  333. },
  334. // 跳转至效果报表
  335. goReportPage() {
  336. if(this.userInfo.userId){
  337. uni.navigateTo({
  338. url: '../reportPage/reportPage'
  339. })
  340. }else{
  341. uni.$emit('unLogin')
  342. }
  343. },
  344. toShouYiPage() {
  345. if(this.userInfo.userId){
  346. uni.navigateTo({
  347. url: '../revenueRankingPage/revenueRankingPage'
  348. })
  349. }else{
  350. uni.$emit('unLogin')
  351. }
  352. },
  353. async toYezhu(){
  354. if(this.userInfo.userId){
  355. let ret = await this.$myRequest({
  356. url: "/user/regist/get",
  357. data: {
  358. "userId": app.globalData.userId,
  359. },
  360. method:"GET"
  361. })
  362. if (ret.data.success) {
  363. let single = ret.data.single||null;//:0待审核1通过2拒绝
  364. if(single){
  365. if(single.approvalStatus==0||single.approvalStatus==1){
  366. uni.navigateTo({
  367. url: '../certificationResultPage/certificationResultPage'
  368. })
  369. }else if(single.approvalStatus==2){
  370. uni.navigateTo({
  371. url: '../ownerCertification/ownerCertification?mobile='+this.userInfo.phone
  372. })
  373. }
  374. }else{
  375. uni.navigateTo({
  376. url: '../ownerCertification/ownerCertification?mobile='+this.userInfo.phone
  377. })
  378. }
  379. }else{
  380. uni.showToast({
  381. icon:"none",
  382. title:ret.data.message
  383. })
  384. }
  385. }else{
  386. uni.$emit('unLogin')
  387. }
  388. },
  389. setEnv(){
  390. if (this.clickCount < 0) {
  391. this.clickCount = 8;
  392. uni.navigateTo({
  393. url:"../developSetting/developSetting"
  394. })
  395. } else {
  396. this.clickCount--;
  397. }
  398. },
  399. toShareCard(projectId,type){
  400. if(this.userInfo.userId){
  401. let href = location.origin+location.pathname;
  402. uni.navigateTo({
  403. url:'../shareCardPage/shareCardPage?page='+href+"&projectId="+projectId+"&type="+type
  404. })
  405. }else{
  406. uni.$emit('unLogin')
  407. }
  408. },
  409. toLogin(){
  410. uni.$emit('login')
  411. },
  412. upLoadView(isShow){
  413. this.showGuide = isShow;
  414. },
  415. showMine(){
  416. if(this.userInfo.userId){
  417. this.$refs.mine.show()
  418. }else{
  419. uni.$emit('unLogin')
  420. }
  421. },
  422. showOptions(option){
  423. this.$refs.chooseType.setOptionType(option);
  424. this.$forceUpdate();
  425. this.$refs.chooseType.show()
  426. }
  427. },
  428. components: {
  429. levelView,
  430. dmMine,
  431. dmHomeChoose
  432. }
  433. }
  434. </script>
  435. <style lang="scss" scoped>
  436. .content {
  437. width: 100%;
  438. height: 100%;
  439. position: relative;
  440. .topSection {
  441. position: relative;
  442. z-index: 100;
  443. }
  444. .bg_top {
  445. width: 100%;
  446. height: 470rpx;
  447. position: absolute;
  448. top: 0;
  449. left: 0;
  450. z-index: 100;
  451. }
  452. .liveContent {
  453. width: 100%;
  454. height: 470rpx;
  455. z-index: 100;
  456. display: flex;
  457. flex-direction: column;
  458. align-items: center;
  459. position: relative;
  460. .backDiv {
  461. top: 0;
  462. left: 0;
  463. position: absolute;
  464. width: 100%;
  465. height: 100%;
  466. background-color: rgba($color: #000000, $alpha: 0.1);
  467. z-index: 1;
  468. }
  469. .title {
  470. margin-top: 96rpx;
  471. font-size: 44rpx;
  472. font-weight: 700;
  473. text-align: center;
  474. color: #ffffff;
  475. z-index: 2;
  476. }
  477. .subTitle {
  478. font-size: 28rpx;
  479. font-family: Verdana, Verdana-Regular;
  480. font-weight: 400;
  481. text-align: left;
  482. color: #ffffff;
  483. margin-top: 20rpx;
  484. z-index: 2;
  485. }
  486. .levelDiv {
  487. margin-top: 82rpx;
  488. width: calc(100% - 60rpx);
  489. height: 152rpx;
  490. z-index: 2;
  491. display: flex;
  492. flex-direction: column;
  493. padding: 25rpx 30rpx;
  494. box-sizing: border-box;
  495. .level_top {
  496. width: 100%;
  497. display: flex;
  498. justify-content: space-between;
  499. flex-wrap: nowrap;
  500. align-items: center;
  501. margin-top: 5rpx;
  502. .level_icon {
  503. width: 37rpx;
  504. min-width: 37rpx;
  505. max-width: 37rpx;
  506. height: 35rpx;
  507. margin-right: 13rpx;
  508. margin-top: -5rpx;
  509. }
  510. .level_text {
  511. font-size: 48rpx;
  512. font-family: FontName, FontName-Regular;
  513. font-weight: 500;
  514. text-align: left;
  515. font-style: oblique;
  516. color: #f5c8a8;
  517. line-height: 40rpx;
  518. letter-spacing: 1.92rpx;
  519. margin-right: 8rpx;
  520. margin-top: -7rpx;
  521. }
  522. .level_text_login{
  523. font-size: 40rpx;
  524. font-family: FontName, FontName-Regular;
  525. font-weight: 400;
  526. text-align: left;
  527. color: #f5c8a8;
  528. }
  529. .level_des {
  530. font-size: 22rpx;
  531. font-family: Verdana, Verdana-Regular;
  532. font-weight: 400;
  533. text-align: left;
  534. color: #f5c8a8;
  535. white-space: nowrap;
  536. flex-grow: 1;
  537. }
  538. .level_update {
  539. font-size: 24rpx;
  540. font-family: Verdana, Verdana-Bold;
  541. font-weight: 700;
  542. text-align: right;
  543. color: #f5c8a8;
  544. letter-spacing: 0.96rpx;
  545. display: flex;
  546. align-items: center;
  547. .level_right_icon {
  548. margin-left: 8rpx;
  549. width: 6rpx;
  550. height: 7rpx;
  551. }
  552. }
  553. }
  554. .level_bottom_login{
  555. font-size: 22rpx;
  556. font-family: Verdana, Verdana-Regular;
  557. font-weight: 400;
  558. text-align: left;
  559. color: #f5c8a8;
  560. margin-top: 20rpx;
  561. }
  562. }
  563. }
  564. .content_body {
  565. border-radius: 20rpx 20rpx 0rpx 0rpx;
  566. height: calc(100% - 470rpx);
  567. margin-top: -24rpx;
  568. z-index: 102;
  569. position: relative;
  570. padding: 1rpx;
  571. .content_beginner_guide {
  572. height: 354rpx;
  573. margin-left: 30rpx;
  574. margin-right: 30rpx;
  575. margin-top: 40rpx;
  576. background: #ffffff;
  577. border-radius: 16rpx;
  578. box-sizing: border-box;
  579. .title {
  580. width: 100%;
  581. position: relative;
  582. height: 110rpx;
  583. .title_txt {
  584. font-size: 32rpx;
  585. font-family: FontName, FontName-Regular;
  586. font-weight: 400;
  587. text-align: left;
  588. color: #b1b1b1;
  589. position: absolute;
  590. left: 50%;
  591. top: 30rpx;
  592. transform: translateX(-50%);
  593. }
  594. .title_right {
  595. position: absolute;
  596. right: 20rpx;
  597. top: 40rpx;
  598. display: flex;
  599. align-items: center;
  600. .title_right_txt {
  601. font-size: 24rpx;
  602. font-family: Verdana, Verdana-Regular;
  603. font-weight: 400;
  604. text-align: right;
  605. color: #b1b1b1;
  606. }
  607. .title_right_cion {
  608. width: 10rpx;
  609. height: 6rpx;
  610. margin-left: 10rpx;
  611. }
  612. }
  613. }
  614. .guide_content {
  615. display: flex;
  616. padding-left: 40rpx;
  617. padding-right: 40rpx;
  618. box-sizing: border-box;
  619. justify-content: space-between;
  620. .item_guide {
  621. display: flex;
  622. flex-direction: column;
  623. align-items: center;
  624. .guide_img {
  625. width: 58rpx;
  626. height: 74rpx;
  627. margin-bottom: 17rpx;
  628. }
  629. .guide_title {
  630. font-size: 26rpx;
  631. font-family: Verdana, Verdana-Bold;
  632. font-weight: 700;
  633. text-align: center;
  634. color: #2c2c2c;
  635. margin-bottom: 8rpx;
  636. }
  637. .guide_desc {
  638. font-size: 22rpx;
  639. font-family: Verdana, Verdana-Regular;
  640. font-weight: 400;
  641. text-align: center;
  642. color: #b1b1b1;
  643. }
  644. }
  645. .icon_guide {
  646. width: 48rpx;
  647. height: 32rpx;
  648. margin-top: 20rpx;
  649. }
  650. }
  651. }
  652. .content_beginner_guide_{
  653. width: 100%;
  654. position: relative;
  655. margin-left: 30rpx;
  656. margin-right: 30rpx;
  657. margin-top: 20rpx;
  658. margin-bottom: 30rpx;
  659. display: flex;
  660. justify-content: center;
  661. align-items: center;
  662. .title_txt {
  663. font-size: 32rpx;
  664. font-family: FontName, FontName-Regular;
  665. font-weight: 400;
  666. text-align: left;
  667. color: #b1b1b1;
  668. }
  669. .title_right_cion {
  670. width: 10rpx;
  671. height: 6rpx;
  672. margin-left: 10rpx;
  673. }
  674. }
  675. .content_tab {
  676. display: flex;
  677. box-sizing: border-box;
  678. height: 180rpx;
  679. background: #ffffff;
  680. border-radius: 16rpx;
  681. margin-top: 14rpx;
  682. padding-left: 40rpx;
  683. padding-right: 40rpx;
  684. margin-left: 30rpx;
  685. margin-right: 30rpx;
  686. justify-content: space-between;
  687. .tab_item {
  688. display: flex;
  689. flex-direction: column;
  690. align-items: center;
  691. justify-content: center;
  692. .icon_tab {
  693. width: 96rpx;
  694. height: 96rpx;
  695. }
  696. .txt_tab {
  697. font-size: 24rpx;
  698. font-family: Verdana, Verdana-Regular;
  699. font-weight: 400;
  700. text-align: center;
  701. color: #262626;
  702. margin-top: 2rpx;
  703. }
  704. }
  705. }
  706. .content_tuiguang {
  707. height: 220rpx;
  708. display: flex;
  709. box-sizing: border-box;
  710. background: #ffffff;
  711. border-radius: 16rpx;
  712. margin-top: 14rpx;
  713. padding-left: 40rpx;
  714. padding-right: 40rpx;
  715. margin-left: 30rpx;
  716. margin-right: 30rpx;
  717. justify-content: space-between;
  718. position: relative;
  719. .content_tuiguang_city {
  720. display: flex;
  721. flex-direction: column;
  722. justify-content: center;
  723. align-items: center;
  724. width: 50%;
  725. .city_num {
  726. font-size: 40rpx;
  727. font-family: DIN Alternate, DIN Alternate-Bold;
  728. font-weight: 700;
  729. text-align: center;
  730. color: #262626;
  731. }
  732. .city_num_desc {
  733. font-size: 24rpx;
  734. font-family: Verdana, Verdana-Regular;
  735. font-weight: 400;
  736. text-align: center;
  737. color: #b1b1b1;
  738. }
  739. .city_list {
  740. display: flex;
  741. justify-content: center;
  742. margin-top: 52rpx;
  743. align-items: center;
  744. .city_name {
  745. font-size: 26rpx;
  746. font-family: Verdana, Verdana-Regular;
  747. font-weight: 400;
  748. text-align: left;
  749. color: #262626;
  750. }
  751. .city_more {
  752. width: 26rpx;
  753. height: 26rpx;
  754. margin-left: 8rpx;
  755. }
  756. }
  757. }
  758. .content_tuiguang_money {
  759. display: flex;
  760. flex-direction: column;
  761. justify-content: center;
  762. align-items: center;
  763. width: 50%;
  764. .money_num {
  765. font-size: 40rpx;
  766. font-family: DIN Alternate, DIN Alternate-Bold;
  767. font-weight: 700;
  768. text-align: center;
  769. color: #fd8f3c;
  770. }
  771. .money_num_des {
  772. font-size: 24rpx;
  773. font-family: Verdana, Verdana-Regular;
  774. font-weight: 400;
  775. text-align: center;
  776. color: #b1b1b1;
  777. }
  778. .money_list {
  779. display: flex;
  780. justify-content: center;
  781. margin-top: 52rpx;
  782. align-items: center;
  783. z-index: 11;
  784. .money_name {
  785. font-size: 26rpx;
  786. font-family: Verdana, Verdana-Regular;
  787. font-weight: 400;
  788. text-align: left;
  789. color: #262626;
  790. }
  791. .money_more {
  792. width: 26rpx;
  793. height: 26rpx;
  794. margin-left: 8rpx;
  795. }
  796. }
  797. .money_bg {
  798. position: absolute;
  799. right: 0rpx;
  800. top: 0;
  801. width: 220rpx;
  802. height: 220rpx;
  803. }
  804. }
  805. }
  806. .content_list {
  807. margin-top: 60rpx;
  808. margin-left: 30rpx;
  809. margin-right: 30rpx;
  810. padding-bottom: 50rpx;
  811. .content_title {
  812. display: flex;
  813. font-size: 32rpx;
  814. font-family: Verdana, Verdana-Bold;
  815. font-weight: 700;
  816. text-align: left;
  817. color: #262626;
  818. align-items: center;
  819. .content_title_poi {
  820. width: 8rpx;
  821. height: 12rpx;
  822. background: #f07423;
  823. border-radius: 2rpx;
  824. margin-right: 8rpx;
  825. }
  826. }
  827. .content_hongbao {
  828. margin-top: 20rpx;
  829. height: 140rpx;
  830. background: linear-gradient(108deg, #ffb55f 9%, #f87523 96%);
  831. border-radius: 16rpx;
  832. display: flex;
  833. justify-content: space-between;
  834. align-items: center;
  835. .hongbao_left {
  836. display: flex;
  837. margin-left: 26rpx;
  838. .icon_hongbao {
  839. width: 60rpx;
  840. height: 80rpx;
  841. margin-right: 20rpx;
  842. }
  843. .hongbao_left_info {
  844. display: flex;
  845. flex-direction: column;
  846. .hongbao_title {
  847. font-size: 30rpx;
  848. font-family: Verdana, Verdana-Bold;
  849. font-weight: 700;
  850. text-align: left;
  851. color: #ffffff;
  852. }
  853. .hongbao_money {
  854. font-size: 24rpx;
  855. font-family: Verdana, Verdana-Regular;
  856. font-weight: 400;
  857. text-align: left;
  858. color: #ffead8;
  859. }
  860. }
  861. }
  862. .hongbao_right {
  863. width: 140rpx;
  864. height: 56rpx;
  865. line-height: 56rpx;
  866. background: #ffffff;
  867. border-radius: 12rpx;
  868. font-size: 24rpx;
  869. font-family: Verdana, Verdana-Bold;
  870. font-weight: 700;
  871. text-align: center;
  872. color: #f07423;
  873. margin-right: 20rpx;
  874. }
  875. }
  876. .list_item {
  877. width: 100%;
  878. min-height: 280rpx;
  879. border-radius: 16rpx;
  880. display: flex;
  881. position: relative;
  882. margin-top: 20rpx;
  883. .house_img {
  884. width: 200rpx;
  885. height: 240rpx;
  886. min-width: 200rpx;
  887. z-index: 11;
  888. margin-top: 20rpx;
  889. margin-left: 20rpx;
  890. border-radius: 10rpx;
  891. }
  892. .item_content {
  893. display: flex;
  894. flex-direction: column;
  895. margin-left: 50rpx;
  896. z-index: 11;
  897. max-width: 51%;
  898. .house_name {
  899. width: 100%;
  900. word-break:break-all;
  901. font-size: 30rpx;
  902. font-family: Verdana, Verdana-Bold;
  903. font-weight: 700;
  904. text-align: left;
  905. color: #262626;
  906. margin-top: 20rpx;
  907. }
  908. .house_hk {
  909. width: 100%;
  910. font-size: 26rpx;
  911. font-family: Verdana, Verdana-Regular;
  912. font-weight: 400;
  913. text-align: left;
  914. color: #fd8f3c;
  915. margin-top: 8rpx;
  916. .house_hk_{
  917. margin-right: 10rpx;
  918. }
  919. }
  920. .house_address {
  921. width: 100%;
  922. display: flex;
  923. font-size: 24rpx;
  924. font-family: Verdana, Verdana-Regular;
  925. font-weight: 400;
  926. text-align: left;
  927. color: #b1b1b1;
  928. margin-top: 16rpx;
  929. image {
  930. width: 20rpx;
  931. height: 28rpx;
  932. margin-right: 8rpx;
  933. margin-top: 6rpx;
  934. }
  935. text {
  936. width: 80%;
  937. }
  938. }
  939. .house_num {
  940. display: flex;
  941. font-size: 24rpx;
  942. font-family: Verdana, Verdana-Regular;
  943. font-weight: 400;
  944. text-align: left;
  945. color: #b1b1b1;
  946. margin-top: 12rpx;
  947. image {
  948. width: 24rpx;
  949. height: 26rpx;
  950. margin-right: 8rpx;
  951. margin-top: 6rpx;
  952. }
  953. text {
  954. width: 80%;
  955. }
  956. }
  957. .house_desc {
  958. margin-top: 24rpx;
  959. font-size: 24rpx;
  960. font-family: Verdana, Verdana-Regular;
  961. font-weight: 400;
  962. text-align: left;
  963. color: #b1b1b1;
  964. margin-bottom: 20rpx;
  965. word-break:break-all;
  966. }
  967. }
  968. .item_share {
  969. z-index: 11;
  970. display: flex;
  971. flex-direction: column;
  972. width: 70rpx;
  973. height: 100rpx;
  974. background: #f07423;
  975. border-radius: 12rpx;
  976. position: absolute;
  977. right: 0;
  978. top: 50%;
  979. transform: translateY(-50%);
  980. justify-content: center;
  981. align-items: center;
  982. .icon_share {
  983. width: 32rpx;
  984. height: 32rpx;
  985. margin-bottom: 6rpx;
  986. }
  987. .icon_text {
  988. font-size: 24rpx;
  989. font-family: Verdana, Verdana-Bold;
  990. font-weight: 700;
  991. text-align: center;
  992. color: #ffffff;
  993. }
  994. }
  995. .item_bg {
  996. position: absolute;
  997. left: 0;
  998. top: 0;
  999. width: 95%;
  1000. height: 100%;
  1001. background-color: #FFFFFF;
  1002. border-radius: 16rpx;
  1003. z-index: 10;
  1004. }
  1005. }
  1006. }
  1007. }
  1008. .com_noMore_text{
  1009. margin-top: 40rpx;
  1010. font-size: 24rpx;
  1011. font-family: Verdana, Verdana-Regular;
  1012. font-weight: 400;
  1013. text-align: center;
  1014. color: #999999;
  1015. }
  1016. .empty {
  1017. display: flex;
  1018. flex-direction: column;
  1019. align-items: center;
  1020. .emptyImg {
  1021. width: 283rpx;
  1022. height: 227rpx;
  1023. margin-top: 100rpx;
  1024. }
  1025. .text {
  1026. margin-top: -20rpx;
  1027. font-size: 28rpx;
  1028. margin-bottom: 50rpx;
  1029. font-family: PingFang SC, PingFang SC-Medium;
  1030. font-weight: 500;
  1031. text-align: center;
  1032. color: #b1b3ba;
  1033. }
  1034. }
  1035. }
  1036. </style>