homePage.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  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">新手赚钱帮助 ></view>
  9. <view class="levelDiv" style="background: url('https://dm.static.elab-plus.com/yezhu/h5/icon_line_back.png') center/100% 100% no-repeat;">
  10. <view class="level_top">
  11. <image class="level_icon" src="https://dm.static.elab-plus.com/yezhu/h5/icon_Level.png" mode=""></image>
  12. <view class="level_text">Lv5</view>
  13. <view class="level_des">/达到 5000 收益可升级</view>
  14. <view class="level_update">
  15. <text>升级攻略</text>
  16. <image class="level_right_icon" src="https://dm.static.elab-plus.com/yezhu/h5/icon_right.png" mode=""></image>
  17. </view>
  18. </view>
  19. <view class="level_bottom">
  20. <levelView currentLevel='3500' nextLevel='5000' currentLevelTxt='lv5' nextLevelTxt='lv6'></levelView>
  21. </view>
  22. </view>
  23. </view>
  24. </view>
  25. <view class="content_body" :style="{background:color4}">
  26. <view class="content_beginner_guide">
  27. <view class="title">
  28. <text class="title_txt">- 新手引导 -</text>
  29. <view class="title_right">
  30. <text class="title_right_txt">收起</text>
  31. <image class="title_right_cion" src="https://dm.static.elab-plus.com/yezhu/icon_shouqi.png" mode=""></image>
  32. </view>
  33. </view>
  34. <view class="guide_content">
  35. <view class="item_guide">
  36. <image class="guide_img" src="https://dm.static.elab-plus.com/yezhu/icon_yezhu.png" mode=""></image>
  37. <text class="guide_title">注册业主</text>
  38. <text class="guide_desc">业主注册审核\n实时等级升级</text>
  39. </view>
  40. <image class="icon_guide" src="https://dm.static.elab-plus.com/yezhu/icon_to_guide.png" mode=""></image>
  41. <view class="item_guide">
  42. <image class="guide_img" style="width: 72rpx;height: 72rpx;margin-top: 5rpx;" src="https://dm.static.elab-plus.com/yezhu/icon_pyq.png" mode=""></image>
  43. <text class="guide_title">分享项目</text>
  44. <text class="guide_desc">分享到朋友圈\n自动计算收益</text>
  45. </view>
  46. <image class="icon_guide" src="https://dm.static.elab-plus.com/yezhu/icon_to_guide.png" mode=""></image>
  47. <view class="item_guide">
  48. <image class="guide_img" style="width: 58rpx;height: 68rpx;margin-top: 9rpx;" src="https://dm.static.elab-plus.com/yezhu/icon_yz_money.png" mode=""></image>
  49. <text class="guide_title">提现到微信</text>
  50. <text class="guide_desc">实时查看收益\n快速提现到账</text>
  51. </view>
  52. </view>
  53. </view>
  54. <view class="content_tab">
  55. <view class="tab_item">
  56. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_zcyz.png" mode=""></image>
  57. <text class="txt_tab">注册业主</text>
  58. </view>
  59. <view class="tab_item">
  60. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_shouyi.png" mode=""></image>
  61. <text class="txt_tab">收益排行榜</text>
  62. </view>
  63. <view class="tab_item">
  64. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_report.png" mode=""></image>
  65. <text class="txt_tab">效果报表</text>
  66. </view>
  67. <view class="tab_item">
  68. <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_myinfo.png" mode=""></image>
  69. <text class="txt_tab">我的信息</text>
  70. </view>
  71. </view>
  72. <view class="content_tuiguang">
  73. <view class="content_tuiguang_city">
  74. <text class="city_num">4个</text>
  75. <text class="city_num_desc">推广任务</text>
  76. <view class="city_list">
  77. <text class="city_name">城市</text>
  78. <image class="city_more" src="https://dm.static.elab-plus.com/yezhu/icon_ios_back%402x.png" mode=""></image>
  79. </view>
  80. </view>
  81. <view class="content_tuiguang_money">
  82. <text class="money_num">¥50,176.00</text>
  83. <text class="money_num_des">剩余任务金额</text>
  84. <view class="money_list">
  85. <text class="money_name">类型</text>
  86. <image class="money_more" src="https://dm.static.elab-plus.com/yezhu/icon_ios_back%402x.png" mode=""></image>
  87. </view>
  88. <image class="money_bg" src="https://dm.static.elab-plus.com/yezhu/icon_money_bg.png" mode=""></image>
  89. </view>
  90. </view>
  91. <view class="content_list">
  92. <view class="content_title">
  93. <view class="content_title_poi">
  94. </view>
  95. 任务列表
  96. </view>
  97. <view class="content_hongbao">
  98. <view class="hongbao_left">
  99. <image class="icon_hongbao" src="https://dm.static.elab-plus.com/yezhu/icon_hongbao.png" mode=""></image>
  100. <view class="hongbao_left_info">
  101. <text class="hongbao_title">邀请好友注册</text>
  102. <text class="hongbao_money">完成邀请,可获得 ¥1/人</text>
  103. </view>
  104. </view>
  105. <view class="hongbao_right">
  106. 邀请好友
  107. </view>
  108. </view>
  109. <view class="list_item" v-for="(item,index) in houseList" :key='index'>
  110. <image class="house_img" :src="item.image" mode=""></image>
  111. <view class="item_content">
  112. <text class="house_name">{{item.name}}</text>
  113. <text class="house_hk" v-if="item.taskCategory">{{(item.taskCategory).join('、')}}</text>
  114. <text class="house_hk" v-else></text>
  115. <view class="house_address">
  116. <image src="https://dm.static.elab-plus.com/yezhu/icon_location.png" mode=""></image>
  117. <text>{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}万/m² · {{item.bizFormat}}</text>
  118. </view>
  119. <view class="house_num">
  120. <image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
  121. <text>{{item.cusGroup}}</text>
  122. </view>
  123. <text class="house_desc">{{item.shareRemark}}</text>
  124. </view>
  125. <view class="item_share">
  126. <image class="icon_share" src="https://dm.static.elab-plus.com/yezhu/icon_small_share.png" mode=""></image>
  127. <text class="icon_text">分享</text>
  128. </view>
  129. <view class="item_bg"></view>
  130. </view>
  131. </view>
  132. </view>
  133. </view>
  134. </template>
  135. <script>
  136. import levelView from '@/components/leve-view/leve-view.vue';
  137. let app = getApp();
  138. export default {
  139. data() {
  140. return{
  141. color4:'#F5F5F7',
  142. houseList:[],
  143. userId:"",
  144. token:"",
  145. }
  146. },
  147. mounted() {
  148. this.color4 = app.globalData.color4;
  149. this.getHomePage();
  150. this.regist();
  151. },
  152. methods: {
  153. async getHomePage(){
  154. let ret =await this.$myRequest({
  155. url:"/project/homePage",
  156. data:{
  157. "city": "",
  158. "pageNo": 1,
  159. "pageSize": 20,
  160. "taskCategoryId": ""
  161. }
  162. })
  163. if(ret.data.success){
  164. let pageModel = ret.data.pageModel;
  165. this.houseList = pageModel.resultSet||[];
  166. }
  167. },
  168. async regist(){
  169. let ret =await this.$myRequest({
  170. url:"/regist",
  171. data:{
  172. "code": "o08gpwOfRgwnhh1WCBYGLbaszur8",
  173. "shareToken": ""
  174. }
  175. });
  176. if(ret.data.success){
  177. this.userId = ret.data.single.userId;
  178. if(ret.data.single.authed==1){
  179. this.token = ret.data.single.token;
  180. this.getUserInfo()
  181. }else{
  182. this.getToken()
  183. }
  184. }
  185. },
  186. async getToken(){
  187. let ret =await this.$myRequest({
  188. url:"/authorizedPhone",
  189. data:{
  190. "code": (new Date()).getTime(),
  191. "phone": "18721775127",
  192. "userId": this.userId
  193. }
  194. });
  195. if(ret.data.success){
  196. this.token = ret.data.single;
  197. this.getUserInfo()
  198. }
  199. },
  200. async getUserInfo(){
  201. let ret = await this.$myRequest({
  202. url:"/user/userInfo",
  203. data:{
  204. },
  205. method:"GET"
  206. });
  207. if(ret.data.success){
  208. }
  209. }
  210. },
  211. components:{
  212. levelView
  213. }
  214. }
  215. </script>
  216. <style lang="scss" scoped>
  217. page {
  218. width: 100vw;
  219. height: 100vh;
  220. }
  221. .content {
  222. width: 100%;
  223. height: 100%;
  224. position: relative;
  225. .topSection{
  226. position: relative;
  227. z-index: 100;
  228. }
  229. .bg_top{
  230. width: 100%;
  231. height: 470rpx;
  232. position: absolute;
  233. top:0;
  234. left:0;
  235. z-index: 100;
  236. }
  237. .liveContent {
  238. width: 100%;
  239. height: 470rpx;
  240. z-index: 100;
  241. display: flex;
  242. flex-direction: column;
  243. align-items: center;
  244. position: relative;
  245. .backDiv {
  246. top: 0;
  247. left: 0;
  248. position: absolute;
  249. width: 100%;
  250. height: 100%;
  251. background-color: rgba($color: #000000, $alpha: 0.1);
  252. z-index: 1;
  253. }
  254. .title {
  255. margin-top: 96rpx;
  256. font-size: 44rpx;
  257. font-weight: 700;
  258. text-align: center;
  259. color: #ffffff;
  260. z-index: 2;
  261. }
  262. .subTitle {
  263. font-size: 28rpx;
  264. font-family: Verdana, Verdana-Regular;
  265. font-weight: 400;
  266. text-align: left;
  267. color: #ffffff;
  268. margin-top: 20rpx;
  269. z-index: 2;
  270. }
  271. .levelDiv {
  272. margin-top: 82rpx;
  273. width: calc(100% - 60rpx);
  274. height: 152rpx;
  275. z-index: 2;
  276. display: flex;
  277. flex-direction: column;
  278. padding: 25rpx 30rpx;
  279. box-sizing: border-box;
  280. .level_top {
  281. width: 100%;
  282. display: flex;
  283. justify-content: space-between;
  284. flex-wrap: nowrap;
  285. align-items: center;
  286. margin-top: 5rpx;
  287. .level_icon {
  288. width: 37rpx;
  289. min-width: 37rpx;
  290. max-width: 37rpx;
  291. height: 35rpx;
  292. margin-right: 13rpx;
  293. margin-top: -5rpx;
  294. }
  295. .level_text {
  296. font-size: 48rpx;
  297. font-family: FontName, FontName-Regular;
  298. font-weight: 500;
  299. text-align: left;
  300. font-style: oblique;
  301. color: #f5c8a8;
  302. line-height: 40rpx;
  303. letter-spacing: 1.92rpx;
  304. margin-right: 8rpx;
  305. margin-top: -7rpx;
  306. }
  307. .level_des {
  308. font-size: 22rpx;
  309. font-family: Verdana, Verdana-Regular;
  310. font-weight: 400;
  311. text-align: left;
  312. color: #f5c8a8;
  313. white-space: nowrap;
  314. flex-grow: 1;
  315. }
  316. .level_update {
  317. font-size: 24rpx;
  318. font-family: Verdana, Verdana-Bold;
  319. font-weight: 700;
  320. text-align: right;
  321. color: #f5c8a8;
  322. letter-spacing: 0.96rpx;
  323. display: flex;
  324. align-items: center;
  325. .level_right_icon {
  326. margin-left: 8rpx;
  327. width: 6rpx;
  328. height: 7rpx;
  329. }
  330. }
  331. }
  332. }
  333. }
  334. .content_body{
  335. border-radius: 20rpx 20rpx 0rpx 0rpx;
  336. height: calc(100% - 470rpx);
  337. margin-top: -24rpx;
  338. z-index: 102;
  339. position: relative;
  340. padding: 1rpx;
  341. .content_beginner_guide{
  342. height: 354rpx;
  343. margin-left: 30rpx;
  344. margin-right: 30rpx;
  345. margin-top: 40rpx;
  346. background: #ffffff;
  347. border-radius: 16rpx;
  348. box-sizing: border-box;
  349. .title{
  350. width: 100%;
  351. position: relative;
  352. height: 110rpx;
  353. .title_txt{
  354. font-size: 32rpx;
  355. font-family: FontName, FontName-Regular;
  356. font-weight: 400;
  357. text-align: left;
  358. color: #b1b1b1;
  359. font-style: italic;
  360. position: absolute;
  361. left: 50%;
  362. top: 30rpx;
  363. transform: translateX(-50%);
  364. }
  365. .title_right{
  366. position: absolute;
  367. right: 20rpx;
  368. top: 40rpx;
  369. display: flex;
  370. align-items: center;
  371. .title_right_txt{
  372. font-size: 24rpx;
  373. font-family: Verdana, Verdana-Regular;
  374. font-weight: 400;
  375. text-align: right;
  376. color: #b1b1b1;
  377. }
  378. .title_right_cion{
  379. width: 10rpx;
  380. height: 6rpx;
  381. margin-left: 10rpx;
  382. }
  383. }
  384. }
  385. .guide_content{
  386. display: flex;
  387. padding-left: 40rpx;
  388. padding-right: 40rpx;
  389. box-sizing: border-box;
  390. justify-content: space-between;
  391. .item_guide{
  392. display: flex;
  393. flex-direction: column;
  394. align-items: center;
  395. .guide_img{
  396. width: 58rpx;
  397. height: 74rpx;
  398. margin-bottom: 17rpx;
  399. }
  400. .guide_title{
  401. font-size: 26rpx;
  402. font-family: Verdana, Verdana-Bold;
  403. font-weight: 700;
  404. text-align: center;
  405. color: #2c2c2c;
  406. margin-bottom: 8rpx;
  407. }
  408. .guide_desc{
  409. font-size: 22rpx;
  410. font-family: Verdana, Verdana-Regular;
  411. font-weight: 400;
  412. text-align: center;
  413. color: #b1b1b1;
  414. }
  415. }
  416. .icon_guide{
  417. width: 48rpx;
  418. height: 32rpx;
  419. margin-top: 20rpx;
  420. }
  421. }
  422. }
  423. .content_tab{
  424. display: flex;
  425. box-sizing: border-box;
  426. height: 180rpx;
  427. background: #ffffff;
  428. border-radius: 16rpx;
  429. margin-top: 14rpx;
  430. padding-left: 40rpx;
  431. padding-right: 40rpx;
  432. margin-left: 30rpx;
  433. margin-right: 30rpx;
  434. justify-content: space-between;
  435. .tab_item{
  436. display: flex;
  437. flex-direction: column;
  438. align-items: center;
  439. justify-content: center;
  440. .icon_tab{
  441. width: 96rpx;
  442. height: 96rpx;
  443. }
  444. .txt_tab{
  445. font-size: 24rpx;
  446. font-family: Verdana, Verdana-Regular;
  447. font-weight: 400;
  448. text-align: center;
  449. color: #262626;
  450. margin-top: 2rpx;
  451. }
  452. }
  453. }
  454. .content_tuiguang{
  455. height: 220rpx;
  456. display: flex;
  457. box-sizing: border-box;
  458. background: #ffffff;
  459. border-radius: 16rpx;
  460. margin-top: 14rpx;
  461. padding-left: 40rpx;
  462. padding-right: 40rpx;
  463. margin-left: 30rpx;
  464. margin-right: 30rpx;
  465. justify-content: space-between;
  466. position: relative;
  467. .content_tuiguang_city{
  468. display: flex;
  469. flex-direction: column;
  470. justify-content: center;
  471. align-items: center;
  472. width: 50%;
  473. .city_num{
  474. font-size: 40rpx;
  475. font-family: DIN Alternate, DIN Alternate-Bold;
  476. font-weight: 700;
  477. text-align: center;
  478. color: #262626;
  479. }
  480. .city_num_desc{
  481. font-size: 24rpx;
  482. font-family: Verdana, Verdana-Regular;
  483. font-weight: 400;
  484. text-align: center;
  485. color: #b1b1b1;
  486. }
  487. .city_list{
  488. display: flex;
  489. justify-content: center;
  490. margin-top: 52rpx;
  491. align-items: center;
  492. .city_name{
  493. font-size: 26rpx;
  494. font-family: Verdana, Verdana-Regular;
  495. font-weight: 400;
  496. text-align: left;
  497. color: #262626;
  498. }
  499. .city_more{
  500. width: 26rpx;
  501. height: 26rpx;
  502. margin-left: 8rpx;
  503. }
  504. }
  505. }
  506. .content_tuiguang_money{
  507. display: flex;
  508. flex-direction: column;
  509. justify-content: center;
  510. align-items: center;
  511. width: 50%;
  512. .money_num{
  513. font-size: 40rpx;
  514. font-family: DIN Alternate, DIN Alternate-Bold;
  515. font-weight: 700;
  516. text-align: center;
  517. color: #fd8f3c;
  518. }
  519. .money_num_des{
  520. font-size: 24rpx;
  521. font-family: Verdana, Verdana-Regular;
  522. font-weight: 400;
  523. text-align: center;
  524. color: #b1b1b1;
  525. }
  526. .money_list{
  527. display: flex;
  528. justify-content: center;
  529. margin-top: 52rpx;
  530. align-items: center;
  531. .money_name{
  532. font-size: 26rpx;
  533. font-family: Verdana, Verdana-Regular;
  534. font-weight: 400;
  535. text-align: left;
  536. color: #262626;
  537. }
  538. .money_more{
  539. width: 26rpx;
  540. height: 26rpx;
  541. margin-left: 8rpx;
  542. }
  543. }
  544. .money_bg{
  545. position: absolute;
  546. right: 0rpx;
  547. top: 0;
  548. width: 220rpx;
  549. height: 220rpx;
  550. }
  551. }
  552. }
  553. .content_list{
  554. margin-top: 60rpx;
  555. margin-left: 30rpx;
  556. margin-right: 30rpx;
  557. padding-bottom: 50rpx;
  558. .content_title{
  559. display: flex;
  560. font-size: 32rpx;
  561. font-family: Verdana, Verdana-Bold;
  562. font-weight: 700;
  563. text-align: left;
  564. color: #262626;
  565. align-items: center;
  566. .content_title_poi{
  567. width: 8rpx;
  568. height: 12rpx;
  569. background: #f07423;
  570. border-radius: 2rpx;
  571. margin-right: 8rpx;
  572. }
  573. }
  574. .content_hongbao{
  575. margin-top: 20rpx;
  576. height: 140rpx;
  577. background: linear-gradient(108deg,#ffb55f 9%, #f87523 96%);
  578. border-radius: 16rpx;
  579. display: flex;
  580. justify-content: space-between;
  581. align-items: center;
  582. .hongbao_left{
  583. display: flex;
  584. margin-left: 26rpx;
  585. .icon_hongbao{
  586. width: 60rpx;
  587. height: 80rpx;
  588. margin-right: 20rpx;
  589. }
  590. .hongbao_left_info{
  591. display: flex;
  592. flex-direction: column;
  593. .hongbao_title{
  594. font-size: 30rpx;
  595. font-family: Verdana, Verdana-Bold;
  596. font-weight: 700;
  597. text-align: left;
  598. color: #ffffff;
  599. }
  600. .hongbao_money{
  601. font-size: 24rpx;
  602. font-family: Verdana, Verdana-Regular;
  603. font-weight: 400;
  604. text-align: left;
  605. color: #ffead8;
  606. }
  607. }
  608. }
  609. .hongbao_right{
  610. width: 140rpx;
  611. height: 56rpx;
  612. line-height: 56rpx;
  613. background: #ffffff;
  614. border-radius: 12rpx;
  615. font-size: 24rpx;
  616. font-family: Verdana, Verdana-Bold;
  617. font-weight: 700;
  618. text-align: center;
  619. color: #f07423;
  620. margin-right: 20rpx;
  621. }
  622. }
  623. .list_item{
  624. width: 100%;
  625. height: 280rpx;
  626. border-radius: 16rpx;
  627. display: flex;
  628. position: relative;
  629. margin-top: 20rpx;
  630. .house_img{
  631. width: 200rpx;
  632. height: 240rpx;
  633. z-index: 11;
  634. margin-top: 20rpx;
  635. margin-left: 20rpx;
  636. border-radius: 10rpx;
  637. }
  638. .item_content{
  639. display: flex;
  640. flex-direction: column;
  641. margin-left: 50rpx;
  642. z-index: 11;
  643. .house_name{
  644. font-size: 30rpx;
  645. font-family: Verdana, Verdana-Bold;
  646. font-weight: 700;
  647. text-align: left;
  648. color: #262626;
  649. margin-top: 20rpx;
  650. }
  651. .house_hk{
  652. font-size: 26rpx;
  653. font-family: Verdana, Verdana-Regular;
  654. font-weight: 400;
  655. text-align: left;
  656. color: #fd8f3c;
  657. margin-top: 8rpx;
  658. }
  659. .house_address{
  660. display: flex;
  661. font-size: 24rpx;
  662. font-family: Verdana, Verdana-Regular;
  663. font-weight: 400;
  664. text-align: left;
  665. color: #b1b1b1;
  666. margin-top: 16rpx;
  667. image{
  668. width: 20rpx;
  669. height: 28rpx;
  670. margin-right: 8rpx;
  671. margin-top: 6rpx;
  672. }
  673. text{
  674. width: 80%;
  675. }
  676. }
  677. .house_num{
  678. display: flex;
  679. font-size: 24rpx;
  680. font-family: Verdana, Verdana-Regular;
  681. font-weight: 400;
  682. text-align: left;
  683. color: #b1b1b1;
  684. margin-top: 12rpx;
  685. image{
  686. width: 24rpx;
  687. height: 26rpx;
  688. margin-right: 8rpx;
  689. margin-top: 6rpx;
  690. }
  691. text{
  692. width: 80%;
  693. }
  694. }
  695. .house_desc{
  696. margin-top: 24rpx;
  697. font-size: 24rpx;
  698. font-family: Verdana, Verdana-Regular;
  699. font-weight: 400;
  700. text-align: left;
  701. color: #b1b1b1;
  702. }
  703. }
  704. .item_share{
  705. z-index: 11;
  706. display: flex;
  707. flex-direction: column;
  708. width: 70rpx;
  709. height: 100rpx;
  710. background: #f07423;
  711. border-radius: 12rpx;
  712. position: absolute;
  713. right: 0;
  714. top: 50%;
  715. transform: translateY(-50%);
  716. justify-content: center;
  717. align-items: center;
  718. .icon_share{
  719. width: 32rpx;
  720. height: 32rpx;
  721. margin-bottom: 6rpx;
  722. }
  723. .icon_text{
  724. font-size: 24rpx;
  725. font-family: Verdana, Verdana-Bold;
  726. font-weight: 700;
  727. text-align: center;
  728. color: #ffffff;
  729. }
  730. }
  731. .item_bg{
  732. position: absolute;
  733. left: 0;
  734. top: 0;
  735. width: 95%;
  736. height: 100%;
  737. background-color: #FFFFFF;
  738. border-radius: 16rpx;
  739. z-index: 10;
  740. }
  741. }
  742. }
  743. }
  744. }
  745. </style>