index.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  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. uni.setStorageSync("inviteCode", options.invite)
  230. }
  231. this.closeAuto(); //关闭实名功能
  232. },
  233. onShow() {
  234. if (!this.token) this.login()
  235. else {
  236. this.getuserInfo();
  237. this.getchayou(); //获取茶友
  238. this.getLU(); //数智生活信息
  239. }
  240. },
  241. methods: {
  242. login() {
  243. let that = this;
  244. // #ifdef MP-WEIXIN
  245. wx.login({
  246. success(res) {
  247. if (res.code) {
  248. post("v1/appletLogin", {
  249. code: res.code,
  250. invite: that.invited,
  251. }).then((res) => {
  252. if (res.code === 0) {
  253. if (res.data.token) {
  254. uni.setStorageSync("token", res.data.token);
  255. that.getuserInfo();
  256. } else {
  257. that.unid = res.data.unid;
  258. that.shopInfo = app.globalData.shopInfo;
  259. that.SoHAuth(); //调取授权弹窗
  260. }
  261. }
  262. });
  263. }
  264. },
  265. });
  266. // #endif
  267. // #ifdef H5 || APP-PLUS
  268. // this.goto("/pages/my/login");
  269. // #endif
  270. },
  271. // 获取手机号
  272. onauthGetTelSuccess(da) {
  273. this.SoHAuth();
  274. post("v1/getMobile", {
  275. unid: this.unid,
  276. ...da.detail,
  277. }).then((res) => {
  278. if (res.code === 0) {
  279. uni.setStorageSync("token", res.data.token);
  280. this.getuserInfo();
  281. }
  282. });
  283. },
  284. SoHAuth() {
  285. this.$refs.autho.onSoHAuth();
  286. },
  287. // 获取userinfo
  288. async getuserInfo() {
  289. let res = await uni.userfun();
  290. if (res.user_id) {
  291. if (this.isAuthentication) this.isShiMing = res.is_authentication == 0;
  292. else this.isShiMing = false;
  293. this.userinfo = res;
  294. } else this.login();
  295. this.getLU(); //数智生活信息
  296. },
  297. // 跳转到实名页面
  298. goToAutonym() {
  299. this.goto("/pages/autonym-submit/index")
  300. },
  301. // 关闭实名信息 提示
  302. closeAuto() {
  303. this.isShiMing = false;
  304. },
  305. // 未开放提示信息
  306. SetHint() {
  307. this.goto('/pages/agreement/index', { tit: '用户身份及权益', type: 24 })
  308. },
  309. // 跳转到分享页面
  310. getImgPage() {
  311. if (this.isAuthentication) {
  312. if (this.userinfo.is_authentication == 1) {
  313. this.goto("/pages/invi-img/index")
  314. } else {
  315. appEv.errTips("您还未实名");
  316. this.goToAutonym();
  317. }
  318. } else {
  319. this.goto("/pages/invi-img/index")
  320. }
  321. },
  322. // 跳转到提现页面
  323. getToCash(type) {
  324. if (this.isAuthentication) {
  325. if (this.userinfo.is_authentication == 1) {
  326. this.goto("/pages/cash/index", { type })
  327. } else {
  328. appEv.errTips("您还未实名");
  329. this.goToAutonym();
  330. }
  331. } else {
  332. this.goto("/pages/cash/index", { type })
  333. }
  334. },
  335. // 复制账号
  336. copyText(e) {
  337. uniCopy({
  338. content: e,
  339. success: (res) => {},
  340. error: (e) => {},
  341. });
  342. },
  343. // 跳转到用户设置页面
  344. getToSetting: function() {
  345. uni.navigateTo({
  346. url: "/pages/setting/index",
  347. });
  348. },
  349. // 跳转到拼豆页面
  350. getToBean: function() {
  351. uni.navigateTo({
  352. url: "/pages/bean-info/index",
  353. });
  354. },
  355. // 跳转到拼团金页面
  356. getToAccMoney: function() {
  357. uni.navigateTo({
  358. url: "/pages/my-acc-money/my-acc-money",
  359. });
  360. },
  361. // 点击头像
  362. upheadimg() {
  363. let that = this;
  364. uni.previewImage({
  365. urls: [that.userinfo.head_pic],
  366. current: 0,
  367. });
  368. },
  369. // 获取茶友
  370. getchayou() {
  371. post("v1/my/chayou").then((res) => {
  372. if (res.code === 0) {
  373. this.allChaYou = res.data.data.below + res.data.data.lower_level;
  374. }
  375. });
  376. },
  377. async getLU() {
  378. this.localInfo = await uni.Luserfun()
  379. },
  380. activation() {
  381. this.$refs.activation.open()
  382. },
  383. typeto(va) {
  384. switch (va) {
  385. case 1:
  386. return "VIP";
  387. case 2:
  388. return "群主";
  389. case 3:
  390. return "合伙人";
  391. case 4:
  392. return "副总";
  393. case 5:
  394. return "联合发起人";
  395. default:
  396. return ""
  397. }
  398. }
  399. },
  400. };
  401. </script>
  402. <style lang="scss">
  403. // 页面配置
  404. page {
  405. background: #f5f5f5;
  406. }
  407. .container {
  408. box-sizing: border-box;
  409. }
  410. .content {
  411. padding: 66rpx 30rpx 0;
  412. box-sizing: border-box;
  413. width: 100%;
  414. overflow: hidden;
  415. background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  416. }
  417. // 页面配置-end
  418. // 用户信息
  419. .close_icon {
  420. margin-left: 24rpx;
  421. width: 26rpx;
  422. }
  423. .coupon_info {
  424. position: absolute;
  425. top: -70rpx;
  426. left: 0;
  427. border-radius: 12rpx;
  428. background-color: rgba(0, 0, 0, 0.8);
  429. color: #fff;
  430. font-size: 28rpx;
  431. font-weight: 500;
  432. padding: 10rpx 24rpx;
  433. transition: all 0.6s ease;
  434. width: 420rpx;
  435. }
  436. .uerInfo {
  437. width: 100%;
  438. }
  439. .code_img:nth-child(1) {
  440. margin-left: 20rpx;
  441. }
  442. .code_img {
  443. width: 42rpx;
  444. height: 44rpx;
  445. margin-left: 36rpx;
  446. }
  447. .account {
  448. font-size: 26rpx;
  449. color: #121212;
  450. margin-right: 20rpx;
  451. }
  452. .user_img .image {
  453. width: 100%;
  454. height: 100%;
  455. border-radius: 50%;
  456. }
  457. .user_con {
  458. width: calc(100% - 136rpx - 140rpx - 20rpx);
  459. overflow: hidden;
  460. }
  461. .user_img {
  462. width: 136rpx;
  463. height: 136rpx;
  464. margin-right: 20rpx;
  465. border-radius: 50%;
  466. position: relative;
  467. }
  468. .user_name text {
  469. font-size: 26rpx;
  470. font-family: "SourceHanSansSC-Medium";
  471. color: #121212;
  472. font-weight: 500;
  473. }
  474. .copy_account {
  475. width: 60rpx;
  476. height: 32rpx;
  477. background: #f1d3a8;
  478. font-size: 22rpx;
  479. color: #6b2909;
  480. border-radius: 6rpx;
  481. }
  482. .user_name {
  483. width: 100%;
  484. overflow: hidden;
  485. font-size: 40rpx;
  486. color: #121212;
  487. font-weight: 500;
  488. line-height: 1;
  489. }
  490. .user_option {
  491. width: 140rpx;
  492. text-align: right;
  493. .fun_text {
  494. font-size: 20rpx;
  495. }
  496. }
  497. .live_name {
  498. background-color: #f1d3a8;
  499. padding: 2rpx 8rpx;
  500. margin-top: 10rpx;
  501. border-radius: 8rpx;
  502. .live_ico {
  503. width: 26rpx;
  504. height: 26rpx;
  505. margin-right: 6rpx;
  506. }
  507. span {
  508. font-size: 22rpx;
  509. }
  510. }
  511. // 用户信息-end
  512. .regional {
  513. padding: 0 10rpx;
  514. margin-top: 16rpx;
  515. .ico {
  516. width: 32rpx;
  517. height: 32rpx;
  518. margin-right: 12rpx;
  519. }
  520. .txtinfo {
  521. color: #000;
  522. font-size: 25rpx;
  523. }
  524. .ico,
  525. .txtinfo {
  526. vertical-align: middle;
  527. }
  528. }
  529. // 账户信息
  530. .acc_info {
  531. width: 100%;
  532. overflow: hidden;
  533. background: url("http://teaclub.oss-cn-chengdu.aliyuncs.com/CloudShop/head_pic/7748b9c0380c76907a8a5ba82514f496f9ce55e5png");
  534. background-size: 100% 100%;
  535. border-radius: 16rpx;
  536. padding: 36rpx 0;
  537. box-sizing: border-box;
  538. margin-top: 38rpx;
  539. .i_num {
  540. text-align: center;
  541. font-size: 34rpx;
  542. p {
  543. color: #BE7329;
  544. }
  545. .ico {
  546. width: 42rpx;
  547. height: 42rpx;
  548. margin-right: 12rpx;
  549. }
  550. .dinB {
  551. margin-top: 14rpx;
  552. font-size: 40rpx;
  553. }
  554. }
  555. }
  556. // 账户信息-end
  557. // 功能列表
  558. .more {
  559. font-size: 24rpx;
  560. color: #999999;
  561. }
  562. .fun_con {
  563. width: 100%;
  564. overflow: hidden;
  565. }
  566. .fun_text {
  567. font-size: 24rpx;
  568. color: #333333;
  569. }
  570. .fun_list {
  571. width: 25%;
  572. }
  573. .fun_list button::after {
  574. border: 0 !important;
  575. }
  576. .more_img {
  577. width: 12rpx;
  578. height: 20rpx;
  579. margin-left: 11rpx;
  580. }
  581. .fun_img {
  582. width: 50rpx;
  583. height: 50rpx;
  584. margin-bottom: 10rpx;
  585. }
  586. .fun_container {
  587. width: 100%;
  588. overflow: hidden;
  589. padding: 0 30rpx;
  590. box-sizing: border-box;
  591. }
  592. .fun_title {
  593. padding: 0 30rpx;
  594. font-size: 32rpx;
  595. color: #333;
  596. font-weight: bold;
  597. }
  598. .fun_tit {
  599. font-size: 28rpx;
  600. color: #666;
  601. font-weight: bold;
  602. padding-left: 36rpx;
  603. padding-right: 30rpx;
  604. }
  605. .fun {
  606. width: 100%;
  607. overflow: hidden;
  608. border-radius: 16rpx;
  609. background: #fff;
  610. padding: 30rpx 0;
  611. box-sizing: border-box;
  612. }
  613. .user_level {
  614. margin-top: 10rpx;
  615. background: linear-gradient(to right, #ffeabd, #ffc479);
  616. padding: 6rpx 20rpx;
  617. border-radius: 6rpx;
  618. overflow: hidden;
  619. .level_img {
  620. width: 38rpx;
  621. height: 30rpx;
  622. z-index: 30;
  623. }
  624. .level_text {
  625. color: #6b2909;
  626. font-size: 28rpx;
  627. margin-left: 12rpx;
  628. display: inline-block;
  629. height: 30rpx;
  630. line-height: 30rpx;
  631. }
  632. .level_img,
  633. .level_text {
  634. float: left;
  635. }
  636. }
  637. .moarbtn {
  638. font-size: 22rpx;
  639. color: #999;
  640. .iconfont {
  641. text-decoration-skip: 20rpx;
  642. margin-left: 6rpx;
  643. color: #999;
  644. }
  645. text {
  646. vertical-align: middle;
  647. }
  648. }
  649. // 功能列表-end
  650. </style>