index.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. <template>
  2. <view class="container">
  3. <view class="content" :style="isShiMing ? '' : 'padding-top:30rpx;'">
  4. <!-- 用户信息 -->
  5. <view class="uerInfo mar_t16 flex_r">
  6. <view class="user_img">
  7. <image @click="upheadimg" class="image" :src="userinfo.head_pic"></image>
  8. <view class="coupon_info flex_r flex_ac" @tap="goToAutonym" v-if="isShiMing">
  9. 完成实名认证,享受更多权益
  10. <image src="/static/my/f_close.png" mode="widthFix" class="close_icon" @tap.stop="closeAuto" />
  11. </view>
  12. </view>
  13. <block v-if="userinfo.nickname">
  14. <view class="user_con flex_c flex_as flex_jc">
  15. <view class="user_name flex_r flex_ae ellipsis">
  16. <view @click="goto('/pages/my/userinfo')">{{ userinfo.nickname }}</view>
  17. <text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
  18. </view>
  19. <view class="live_name flex_r flex_ac flex_jc">
  20. <img src="@/static/my/huangguan.png" class="live_ico">
  21. <span>{{ typeto(localInfo.level_id) }}</span>
  22. </view>
  23. <view class="user_account flex_r flex_ac mar_t16">
  24. <view class="account">账号:{{ userinfo.mobile }}</view>
  25. <view class="copy_account flex_r flex_ac flex_jc" @tap="copyText(userinfo.mobile)">复制</view>
  26. </view>
  27. </view>
  28. <view class="user_option flex_r flex_ac flex_je">
  29. <navigator class="flex_c flex_ac" @tap="getImgPage" hover-class="none">
  30. <image class="fun_img" src="/static/my/f_img_code.png"></image>
  31. <view class="fun_text">分享海报</view>
  32. </navigator>
  33. </view>
  34. </block>
  35. <block v-else>
  36. <view class="user_con flex_c flex_jb" @click="login">
  37. <view class="user_name flex_r flex_ae ellipsis">点此处登录</view>
  38. </view>
  39. </block>
  40. </view>
  41. <!-- 用户信息-end -->
  42. <!-- 节点 -->
  43. <view class="regional" v-if="localInfo.regional">
  44. <img src="@/static/my/regional.png" alt="" srcset="" class="ico">
  45. <span class="txtinfo">区域服务节点:{{ localInfo.regional }}</span>
  46. </view>
  47. <!-- 节点-end -->
  48. <!-- 账户信息 -->
  49. <view class="acc_info flex_r flex_jse">
  50. <div class="i_num" @click="goto('/pagesB/accountDetails/ConsumptionCharge')">
  51. <p class="flex_r flex_ac flex_jc">
  52. <image src="@/static/wallet/3.png" class="ico" /><span>消费金</span></p>
  53. <p class="dinB">{{localInfo.integral}}</p>
  54. </div>
  55. <div class="i_num" @click="goto('/pagesB/my/shuZhiWallet')">
  56. <p class="flex_r flex_ac flex_jc">
  57. <image src="@/static/wallet/4.png" class="ico" /><span>余额</span></p>
  58. <p class="dinB">{{localInfo.property}}</p>
  59. </div>
  60. </view>
  61. <!-- 账户信息-end -->
  62. </view>
  63. <!-- 功能列表 -->
  64. <view class="fun_container">
  65. <view class="fun mar_t30">
  66. <view class="fun_title">数智生活</view>
  67. <view class="fun_con mar_t50 flex_r flex_ac">
  68. <navigator class="fun_list flex_c flex_ac" url="/pagesB/my/myWallet" hover-class="none">
  69. <image class="fun_img" src="/static/my918/9.png"></image>
  70. <view class="fun_text">我的财富</view>
  71. </navigator>
  72. <navigator class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/orderlist" hover-class="none">
  73. <image class="fun_img" src="/static/my918/10.png"></image>
  74. <view class="fun_text">历史订单</view>
  75. </navigator>
  76. <navigator class="fun_list flex_c flex_ac" @click="activation" hover-class="none">
  77. <image class="fun_img" src="/static/my918/11.png"></image>
  78. <view class="fun_text">激活升级</view>
  79. </navigator>
  80. <navigator v-if="localInfo.level_id>1" class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/group" hover-class="none">
  81. <image class="fun_img" src="/static/my918/12.png"></image>
  82. <view class="fun_text">我的用户</view>
  83. </navigator>
  84. <navigator class="fun_list flex_c flex_ac" url="/pages/account/giveAsPresent" hover-class="none">
  85. <image class="fun_img" src="/static/my918/13.png"></image>
  86. <view class="fun_text">赠送</view>
  87. </navigator>
  88. </view>
  89. </view>
  90. <view class="fun mar_t30">
  91. <!-- <view class="fun_title">数智云店</view> -->
  92. <!-- <view class="fun_con mar_t50 flex_r flex_ac">
  93. <navigator class="fun_list flex_c flex_ac" url="/pages/account/wealth" hover-class="none">
  94. <image class="fun_img" src="/static/my/wealth.png"></image>
  95. <view class="fun_text">财富</view>
  96. </navigator>
  97. <navigator class="fun_list flex_c flex_ac" url="/pages/account/consignment" hover-class="none">
  98. <image class="fun_img" src="/static/my/consign.png"></image>
  99. <view class="fun_text">寄卖</view>
  100. </navigator>
  101. </view> -->
  102. <!-- <view class="fun_con mar_t50 flex_r flex_ac">
  103. <navigator class="fun_list flex_c flex_ac" url="/pages/account/conversion" hover-class="none">
  104. <image class="fun_img" src="/static/my/10.png"></image>
  105. <view class="fun_text">转化</view>
  106. </navigator>
  107. <navigator class="fun_list flex_c flex_ac" @tap="getToCash" hover-class="none">
  108. <image class="fun_img" src="/static/my/13.png"></image>
  109. <view class="fun_text">提现</view>
  110. </navigator>
  111. <navigator class="fun_list flex_c flex_ac" url="/pages/accountDetails/running" hover-class="none">
  112. <image class="fun_img" src="/static/my/fund.png"></image>
  113. <view class="fun_text">云宝明细</view>
  114. </navigator>
  115. <navigator class="fun_list flex_c flex_ac" url="/pages/accountDetails/withdraw" hover-class="none">
  116. <image class="fun_img" src="/static/my/withdraw.png"></image>
  117. <view class="fun_text">提现明细</view>
  118. </navigator>
  119. </view> -->
  120. <view class="fun_title flex_r flex_ac flex_jb">
  121. <view>云店订单</view>
  122. <view class="moarbtn" @click="goto('/pages/szw-order-list/index')">
  123. <text>查看全部</text>
  124. <text class="iconfont">&#xe62e;</text>
  125. </view>
  126. </view>
  127. <view class="fun_con mar_t50 flex_r flex_ac flex_jb">
  128. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=1" hover-class="none">
  129. <image class="fun_img" src="/static/my/payment.png"></image>
  130. <view class="fun_text">待付款</view>
  131. </navigator>
  132. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=5" hover-class="none">
  133. <image class="fun_img" src="/static/my/pickInStore.png"></image>
  134. <view class="fun_text">待自提</view>
  135. </navigator>
  136. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=2" hover-class="none">
  137. <image class="fun_img" src="/static/my/deliver.png"></image>
  138. <view class="fun_text">待发货</view>
  139. </navigator>
  140. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=3" hover-class="none">
  141. <image class="fun_img" src="/static/my/take.png"></image>
  142. <view class="fun_text">待收货</view>
  143. </navigator>
  144. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=4" hover-class="none">
  145. <image class="fun_img" src="/static/my/refund.png"></image>
  146. <view class="fun_text">已完成</view>
  147. </navigator>
  148. </view>
  149. </view>
  150. <view class="fun mar_t30">
  151. <view class="fun_title">我的服务</view>
  152. <view class="fun_con mar_t50 flex_r flex_ac">
  153. <navigator class="fun_list flex_c flex_ac" url="/pagesB/address/list" hover-class="none">
  154. <image class="fun_img" src="/static/my/dizhi.png"></image>
  155. <view class="fun_text">地址管理</view>
  156. </navigator>
  157. <navigator class="fun_list flex_c flex_ac" url="/pagesB/my/assistant" hover-class="none">
  158. <image class="fun_img" src="/static/my/assistant.png"></image>
  159. <view class="fun_text">开票助手</view>
  160. </navigator>
  161. <navigator class="fun_list flex_c flex_ac" url="/pagesB/invoice/invoiceList" hover-class="none">
  162. <image class="fun_img" src="/static/my/assistantHistory.png"></image>
  163. <view class="fun_text">开票历史</view>
  164. </navigator>
  165. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'新手教程',type:1})" hover-class="none">
  166. <image class="fun_img" src="/static/my/green.png"></image>
  167. <view class="fun_text">新手教程</view>
  168. </navigator>
  169. </view>
  170. <view class="fun_con mar_t50 flex_r flex_ac">
  171. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'关于我们',type:7})" hover-class="none">
  172. <image class="fun_img" src="/static/my/about.png"></image>
  173. <view class="fun_text">关于我们</view>
  174. </navigator>
  175. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'用户须知',type:8})" hover-class="none">
  176. <image class="fun_img" src="/static/my/feedback.png"></image>
  177. <view class="fun_text">用户须知</view>
  178. </navigator>
  179. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/my/userinfo')" hover-class="none">
  180. <image class="fun_img" src="/static/my/h_n.png"></image>
  181. <view class="fun_text">头像昵称</view>
  182. </navigator>
  183. <view class="fun_list flex_c flex_ac">
  184. <button open-type="contact" style="background: #fff; border: 0; line-height: 1; padding: 0">
  185. <image class="fun_img" src="/static/my/service.png"></image>
  186. <view class="fun_text">在线客服</view>
  187. </button>
  188. </view>
  189. </view>
  190. </view>
  191. </view>
  192. <view class="fz_w_text">让数字经济赋能美好生活!</view>
  193. <!-- 授权 -->
  194. <authorize-module ref="autho" :shopInfo="shopInfo" @authGetTelSuccess="onauthGetTelSuccess" />
  195. <!-- 激活升级 -->
  196. <activation ref="activation" tit="激活" />
  197. </view>
  198. </template>
  199. <script>
  200. let app = getApp();
  201. var appEv = app.$vm.$options;
  202. import uniCopy from "@/utils/copy";
  203. import authorizeModule from "@/components/authorize-module/index";
  204. import activation from "@/components/activation/activation.vue"
  205. import { post } from "@/request/api.js";
  206. export default {
  207. components: {
  208. authorizeModule,
  209. activation
  210. },
  211. data() {
  212. return {
  213. token: uni.getStorageSync("token"),
  214. shopInfo: {}, // 商铺信息
  215. isShiMing: true, //未实名提示弹窗
  216. userinfo: {}, // 获取用户信息
  217. unid: "",
  218. invited: "",
  219. allChaYou: "",
  220. isAuthentication: uni.getStorageSync("isAuthentication"), //是否开启实名模块
  221. localInfo: {}, //数智生活信息
  222. };
  223. },
  224. onLoad(options) {
  225. //推荐人ID
  226. if (options.invite) {
  227. app.globalData.agentId = options.invite;
  228. this.invited = options.invite;
  229. }
  230. this.closeAuto(); //关闭实名功能
  231. },
  232. onShow() {
  233. if (!this.token) this.login()
  234. else {
  235. this.getuserInfo();
  236. this.getchayou(); //获取茶友
  237. this.getLU(); //数智生活信息
  238. }
  239. },
  240. methods: {
  241. login() {
  242. let that = this;
  243. // #ifdef MP-WEIXIN
  244. wx.login({
  245. success(res) {
  246. if (res.code) {
  247. post("v1/appletLogin", {
  248. code: res.code,
  249. invite: that.invited,
  250. }).then((res) => {
  251. if (res.code === 0) {
  252. if (res.data.token) {
  253. uni.setStorageSync("token", res.data.token);
  254. that.getuserInfo();
  255. } else {
  256. that.unid = res.data.unid;
  257. that.shopInfo = app.globalData.shopInfo;
  258. that.SoHAuth(); //调取授权弹窗
  259. }
  260. }
  261. });
  262. }
  263. },
  264. });
  265. // #endif
  266. // #ifdef H5 || APP-PLUS
  267. // this.goto("/pages/my/login");
  268. // #endif
  269. },
  270. // 获取手机号
  271. onauthGetTelSuccess(da) {
  272. this.SoHAuth();
  273. post("v1/getMobile", {
  274. unid: this.unid,
  275. ...da.detail,
  276. }).then((res) => {
  277. if (res.code === 0) {
  278. uni.setStorageSync("token", res.data.token);
  279. this.getuserInfo();
  280. }
  281. });
  282. },
  283. SoHAuth() {
  284. this.$refs.autho.onSoHAuth();
  285. },
  286. // 获取userinfo
  287. async getuserInfo() {
  288. let res = await uni.userfun();
  289. if (res.user_id) {
  290. if (this.isAuthentication) this.isShiMing = res.is_authentication == 0;
  291. else this.isShiMing = false;
  292. this.userinfo = res;
  293. } else this.login();
  294. this.getLU(); //数智生活信息
  295. },
  296. // 跳转到实名页面
  297. goToAutonym() {
  298. this.goto("/pages/autonym-submit/index")
  299. },
  300. // 关闭实名信息 提示
  301. closeAuto() {
  302. this.isShiMing = false;
  303. },
  304. // 未开放提示信息
  305. SetHint() {
  306. this.goto('/pages/agreement/index', { tit: '用户身份及权益', type: 24 })
  307. },
  308. // 跳转到分享页面
  309. getImgPage() {
  310. if (this.isAuthentication) {
  311. if (this.userinfo.is_authentication == 1) {
  312. this.goto("/pages/invi-img/index")
  313. } else {
  314. appEv.errTips("您还未实名");
  315. this.goToAutonym();
  316. }
  317. } else {
  318. this.goto("/pages/invi-img/index")
  319. }
  320. },
  321. // 跳转到提现页面
  322. getToCash(type) {
  323. if (this.isAuthentication) {
  324. if (this.userinfo.is_authentication == 1) {
  325. this.goto("/pages/cash/index", { type })
  326. } else {
  327. appEv.errTips("您还未实名");
  328. this.goToAutonym();
  329. }
  330. } else {
  331. this.goto("/pages/cash/index", { type })
  332. }
  333. },
  334. // 复制账号
  335. copyText(e) {
  336. uniCopy({
  337. content: e,
  338. success: (res) => {},
  339. error: (e) => {},
  340. });
  341. },
  342. // 跳转到用户设置页面
  343. getToSetting: function() {
  344. uni.navigateTo({
  345. url: "/pages/setting/index",
  346. });
  347. },
  348. // 跳转到拼豆页面
  349. getToBean: function() {
  350. uni.navigateTo({
  351. url: "/pages/bean-info/index",
  352. });
  353. },
  354. // 跳转到拼团金页面
  355. getToAccMoney: function() {
  356. uni.navigateTo({
  357. url: "/pages/my-acc-money/my-acc-money",
  358. });
  359. },
  360. // 点击头像
  361. upheadimg() {
  362. let that = this;
  363. uni.previewImage({
  364. urls: [that.userinfo.head_pic],
  365. current: 0,
  366. });
  367. },
  368. // 获取茶友
  369. getchayou() {
  370. post("v1/my/chayou").then((res) => {
  371. if (res.code === 0) {
  372. this.allChaYou = res.data.data.below + res.data.data.lower_level;
  373. }
  374. });
  375. },
  376. async getLU() {
  377. this.localInfo = await uni.Luserfun()
  378. },
  379. activation() {
  380. this.$refs.activation.open()
  381. },
  382. typeto(va) {
  383. switch (va) {
  384. case 1:
  385. return "VIP";
  386. case 2:
  387. return "群主";
  388. case 3:
  389. return "合伙人";
  390. case 4:
  391. return "副总";
  392. case 5:
  393. return "联合发起人";
  394. default:
  395. return ""
  396. }
  397. }
  398. },
  399. };
  400. </script>
  401. <style lang="scss">
  402. // 页面配置
  403. page {
  404. background: #f5f5f5;
  405. }
  406. .container {
  407. box-sizing: border-box;
  408. }
  409. .content {
  410. padding: 66rpx 30rpx 0;
  411. box-sizing: border-box;
  412. width: 100%;
  413. overflow: hidden;
  414. background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  415. }
  416. // 页面配置-end
  417. // 用户信息
  418. .close_icon {
  419. margin-left: 24rpx;
  420. width: 26rpx;
  421. }
  422. .coupon_info {
  423. position: absolute;
  424. top: -70rpx;
  425. left: 0;
  426. border-radius: 12rpx;
  427. background-color: rgba(0, 0, 0, 0.8);
  428. color: #fff;
  429. font-size: 28rpx;
  430. font-weight: 500;
  431. padding: 10rpx 24rpx;
  432. transition: all 0.6s ease;
  433. width: 420rpx;
  434. }
  435. .uerInfo {
  436. width: 100%;
  437. }
  438. .code_img:nth-child(1) {
  439. margin-left: 20rpx;
  440. }
  441. .code_img {
  442. width: 42rpx;
  443. height: 44rpx;
  444. margin-left: 36rpx;
  445. }
  446. .account {
  447. font-size: 26rpx;
  448. color: #121212;
  449. margin-right: 20rpx;
  450. }
  451. .user_img .image {
  452. width: 100%;
  453. height: 100%;
  454. border-radius: 50%;
  455. }
  456. .user_con {
  457. width: calc(100% - 136rpx - 140rpx - 20rpx);
  458. overflow: hidden;
  459. }
  460. .user_img {
  461. width: 136rpx;
  462. height: 136rpx;
  463. margin-right: 20rpx;
  464. border-radius: 50%;
  465. position: relative;
  466. }
  467. .user_name text {
  468. font-size: 26rpx;
  469. font-family: "SourceHanSansSC-Medium";
  470. color: #121212;
  471. font-weight: 500;
  472. }
  473. .copy_account {
  474. width: 60rpx;
  475. height: 32rpx;
  476. background: #f1d3a8;
  477. font-size: 22rpx;
  478. color: #6b2909;
  479. border-radius: 6rpx;
  480. }
  481. .user_name {
  482. width: 100%;
  483. overflow: hidden;
  484. font-size: 40rpx;
  485. color: #121212;
  486. font-weight: 500;
  487. line-height: 1;
  488. }
  489. .user_option {
  490. width: 140rpx;
  491. text-align: right;
  492. .fun_text {
  493. font-size: 20rpx;
  494. }
  495. }
  496. .live_name {
  497. background-color: #f1d3a8;
  498. padding: 2rpx 8rpx;
  499. margin-top: 10rpx;
  500. border-radius: 8rpx;
  501. .live_ico {
  502. width: 26rpx;
  503. height: 26rpx;
  504. margin-right: 6rpx;
  505. }
  506. span {
  507. font-size: 22rpx;
  508. }
  509. }
  510. // 用户信息-end
  511. .regional {
  512. padding: 0 10rpx;
  513. margin-top: 16rpx;
  514. .ico {
  515. width: 32rpx;
  516. height: 32rpx;
  517. margin-right: 12rpx;
  518. }
  519. .txtinfo {
  520. color: #000;
  521. font-size: 25rpx;
  522. }
  523. .ico,
  524. .txtinfo {
  525. vertical-align: middle;
  526. }
  527. }
  528. // 账户信息
  529. .acc_info {
  530. width: 100%;
  531. overflow: hidden;
  532. background: url("http://teaclub.oss-cn-chengdu.aliyuncs.com/CloudShop/head_pic/7748b9c0380c76907a8a5ba82514f496f9ce55e5png");
  533. background-size: 100% 100%;
  534. border-radius: 16rpx;
  535. padding: 36rpx 0;
  536. box-sizing: border-box;
  537. margin-top: 38rpx;
  538. .i_num {
  539. text-align: center;
  540. font-size: 34rpx;
  541. p {
  542. color: #BE7329;
  543. }
  544. .ico {
  545. width: 42rpx;
  546. height: 42rpx;
  547. margin-right: 12rpx;
  548. }
  549. .dinB {
  550. margin-top: 14rpx;
  551. font-size: 40rpx;
  552. }
  553. }
  554. }
  555. // 账户信息-end
  556. // 功能列表
  557. .more {
  558. font-size: 24rpx;
  559. color: #999999;
  560. }
  561. .fun_con {
  562. width: 100%;
  563. overflow: hidden;
  564. }
  565. .fun_text {
  566. font-size: 24rpx;
  567. color: #333333;
  568. }
  569. .fun_list {
  570. width: 25%;
  571. }
  572. .fun_list button::after {
  573. border: 0 !important;
  574. }
  575. .more_img {
  576. width: 12rpx;
  577. height: 20rpx;
  578. margin-left: 11rpx;
  579. }
  580. .fun_img {
  581. width: 50rpx;
  582. height: 50rpx;
  583. margin-bottom: 10rpx;
  584. }
  585. .fun_container {
  586. width: 100%;
  587. overflow: hidden;
  588. padding: 0 30rpx;
  589. box-sizing: border-box;
  590. }
  591. .fun_title {
  592. padding: 0 30rpx;
  593. font-size: 32rpx;
  594. color: #333;
  595. font-weight: bold;
  596. }
  597. .fun_tit {
  598. font-size: 28rpx;
  599. color: #666;
  600. font-weight: bold;
  601. padding-left: 36rpx;
  602. padding-right: 30rpx;
  603. }
  604. .fun {
  605. width: 100%;
  606. overflow: hidden;
  607. border-radius: 16rpx;
  608. background: #fff;
  609. padding: 30rpx 0;
  610. box-sizing: border-box;
  611. }
  612. .user_level {
  613. margin-top: 10rpx;
  614. background: linear-gradient(to right, #ffeabd, #ffc479);
  615. padding: 6rpx 20rpx;
  616. border-radius: 6rpx;
  617. overflow: hidden;
  618. .level_img {
  619. width: 38rpx;
  620. height: 30rpx;
  621. z-index: 30;
  622. }
  623. .level_text {
  624. color: #6b2909;
  625. font-size: 28rpx;
  626. margin-left: 12rpx;
  627. display: inline-block;
  628. height: 30rpx;
  629. line-height: 30rpx;
  630. }
  631. .level_img,
  632. .level_text {
  633. float: left;
  634. }
  635. }
  636. .moarbtn {
  637. font-size: 22rpx;
  638. color: #999;
  639. .iconfont {
  640. text-decoration-skip: 20rpx;
  641. margin-left: 6rpx;
  642. color: #999;
  643. }
  644. text {
  645. vertical-align: middle;
  646. }
  647. }
  648. // 功能列表-end
  649. </style>