homePage.vue 31 KB

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