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