homePage.vue 29 KB

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