homePage.vue 29 KB

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