index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. <template>
  2. <view class="content container">
  3. <!-- #ifdef MP-WEIXIN -->
  4. <view class="h110"></view>
  5. <!-- #endif -->
  6. <view class="bg" v-if="!viewload"></view>
  7. <view class="cont-box" v-if="!viewload">
  8. <view class="user-cont" @click="navTo('/pages/user/userInfo')">
  9. <view class="user-box" v-if="user!=null">
  10. <view class="left">
  11. <u-avatar :src="user.avatar" size="50"></u-avatar>
  12. <!-- <image class="img" :src="user.avatar" mode="aspectFill"></image> -->
  13. <view class="user" >
  14. <view class="username">{{user.nickName}}</view>
  15. <view class="account">{{user.email}}</view>
  16. </view>
  17. </view>
  18. <view class="right" >
  19. <image :src="imgPath+'/app/images/right_arrow.png'"></image>
  20. </view>
  21. </view>
  22. <view class="justify-between align-center">
  23. <view class="company" v-if="user!=null">
  24. <!-- <image :src="imgPath+'/app/images/icon_comp.png'"></image> -->
  25. <view class="base-color-6">公司:</view>
  26. <view class="name">{{user.companyName||'暂无数据'}}</view>
  27. </view>
  28. <view class="company" v-if="user!=null">
  29. <view class="base-color-6">部门:</view>
  30. <view class="name">{{user.dept.deptName||'无'}}</view>
  31. </view>
  32. </view>
  33. <view class="justify-between align-center">
  34. <view class="company" v-if="user!=null">
  35. <view class="base-color-6">岗位:</view>
  36. <view class="name">{{user.postname||'无'}}</view>
  37. </view>
  38. <view class="company" v-if="user!=null">
  39. <view class="base-color-6">角色:</view>
  40. <view class="name">{{user.rolesname||'无'}}</view>
  41. </view>
  42. </view>
  43. </view>
  44. <view class="bgf radius15 p30 justify-between align-center mb40" v-if="balance" >
  45. <view class="fs24">红包剩余金额</view>
  46. <view class="fs40 bold">{{balance.toFixed(2)}}</view>
  47. </view>
  48. <view class="menu-box" style="margin-top: -20rpx;" >
  49. <view class="title-box">
  50. <image class="icon" :src="imgPath+'/app/manergevip/chang.png'"></image>
  51. <view class="title">常用功能</view>
  52. </view>
  53. <view class="line"></view>
  54. <view class="menus" v-if="user!=null">
  55. <view class="menu-item" @click="navTo('/pages_manage/manageIndex')">
  56. <image :src="imgPath+'/app/images/menu_info.png'"></image>
  57. <view class="m-name">销售管理</view>
  58. </view>
  59. <view class="menu-item" @click="navTo('/pages/user/users/users')" v-if="user.userType=='00'">
  60. <image :src="imgPath+'/app/manergevip/qudao.png'"></image>
  61. <view class="m-name">审核销售</view>
  62. </view>
  63. <view class="menu-item" @click="handleShare" v-if="user.userType=='00'">
  64. <image :src="imgPath+'/app/manergevip/share-manage.png'" ></image>
  65. <view class="m-name">邀请销售</view>
  66. </view>
  67. <view class="menu-item" @click="navTo('/pages/courseManage/manage/lableSetup')">
  68. <image :src="imgPath+'/app/images/changeLable.png'"></image>
  69. <view class="m-name">标签设置</view>
  70. </view>
  71. </view>
  72. </view>
  73. <view class="menu-box">
  74. <view class="title-box">
  75. <image class="icon" :src="imgPath+'/app/manergevip/qita.png'"></image>
  76. <view class="title">其它工具</view>
  77. </view>
  78. <view class="line"></view>
  79. <view class="menus">
  80. <view class="menu-item" @click="navTo('/pages/user/about')">
  81. <image :src="imgPath+'/app/manergevip/about.png'"></image>
  82. <view class="m-name">关于我们</view>
  83. </view>
  84. <view class="menu-item" @click="navTo('/pages/user/editUser')">
  85. <image :src="imgPath+'/app/manergevip/setup.png'"></image>
  86. <view class="m-name">设置</view>
  87. </view>
  88. <!-- <view class="menu-item" @click="navTo('/pages_course/exportlist/exportlist')">
  89. <u-icon name="attach" color="#2979ff" size="28"></u-icon>
  90. <view class="m-name">导出列表</view>
  91. </view> -->
  92. </view>
  93. </view>
  94. <view class="btn-box" >
  95. <view class="sub-btn" @click="showLogout()">退出登录</view>
  96. </view>
  97. </view>
  98. <!-- 分享弹窗 -->
  99. <u-popup :show="showShare" :closeOnClickOverlay="true" :round='20' @close="closeShare" @open="openShare">
  100. <view class="sharePop x-ac">
  101. <!--#ifdef MP-WEIXIN-->
  102. <view class="sharePop-item y-f" @click="shareimg">
  103. <image :src="imgPath+'/app/images/card_icon.png'" mode="aspectFill"
  104. style="width: 80rpx; height: 80rpx;margin-top: 20rpx;"></image>
  105. <view style="font-weight: bold;margin-bottom: 4px;">生成卡片</view>
  106. <view style="font-size: 12px;color: #888;">指导分享轻松转发</view>
  107. <button open-type="share" class="share">分享课程</button>
  108. </view>
  109. <!--#endif-->
  110. <!-- <view class="sharePop-item y-f" @click="buildimg">
  111. <image :src="imgPath+'/app/images/poster_icon.png'" mode="aspectFill"></image>
  112. <view style="font-weight: bold;margin-bottom: 4px;">生成海报</view>
  113. <view style="font-size: 12px;color: #888;">保存海报美观宣传</view>
  114. </view> -->
  115. <!--#ifdef H5-->
  116. <view class="sharePop-item y-f" @click="shareSale">
  117. <image :src="imgPath+'/app/images/link_icon.png'" mode="aspectFill"></image>
  118. <view style="font-weight: bold;margin-bottom: 4px;">复制链接</view>
  119. <view style="font-size: 12px;color: #888;">生成链接一键复制</view>
  120. </view>
  121. <!--#endif-->
  122. </view>
  123. </u-popup>
  124. <!-- 长按保存海报 -->
  125. <u-popup :show="setImg" @close="closeimg" :round="12">
  126. <view class="w100 h500">
  127. <image :src="codeLink.url" class="codeimg w660" mode="widthFix"></image>
  128. </view>
  129. <view class="justify-around mtb40">
  130. <view class="column justify-center align-center" @click="downimg">
  131. <image :src="imgPath+'/app/image/downicon.png'" class="w80 h80"></image>
  132. <view class="mt10">长按图片保存</view>
  133. </view>
  134. </view>
  135. </u-popup>
  136. <!-- 设置链接有效时长弹窗 -->
  137. <!-- <u-modal :show="setTimeShow" content='content' class="model" @confirm="confirmTime">
  138. <view class="setTimebox">
  139. <view class="timetip">不传默认以系统参数为准</view>
  140. <view class="x-f">
  141. <text style="margin-right: 20px;">链接有效时长(分钟)</text>
  142. <u-input fontSize="14px" placeholder="链接有效时长" border="none" v-model="time" maxlength="5"></u-input>
  143. </view>
  144. </view>
  145. </u-modal> -->
  146. <!-- 卡片分享引导 -->
  147. <u-overlay :show="showzhidao" @click="showzhidao = false" style="z-index: 9999;">
  148. <view class="point-box">
  149. <view class="imgshe" >
  150. <image :src="imgPath+'/app/image/point.png'" class="w300 h300"></image>
  151. </view>
  152. <view class="column colorf fs32 xu-box fs40
  153. align-center justify-center">
  154. <view class="justify-center">点击右上角
  155. <image :src="imgPath+'/app/image/wxmore.png'"
  156. class="w50 h50 mlr10"></image>
  157. </view>
  158. <view class="mt20">选择 “转发给朋友”</view>
  159. <view style="color: #cbcbcb;" class="fs28 mt40">点击任意位置关闭弹窗</view>
  160. </view>
  161. </view>
  162. </u-overlay>
  163. <u-modal :show="show" title="提示" :showCancelButton="true" @cancel="hideLogout()" @confirm="logout()" content='确认退出吗?'></u-modal>
  164. <u-loading-page :loading="viewload" iconSize="32" loadingColor="#3c9cff" fontSize="20"
  165. :loading-text="loadingtext" ></u-loading-page>
  166. </view>
  167. </template>
  168. <script>
  169. import { getCompanyUser } from '@/api/user.js'
  170. import {
  171. sharecourselink,
  172. buildCode,
  173. getSDK,
  174. becomeVipuser,
  175. becomeVipuserImg
  176. } from '@/api/courseManage'
  177. import wx from 'weixin-js-sdk'
  178. export default {
  179. data() {
  180. return {
  181. viewload:true,
  182. loadingtext:"数据加载中...",
  183. show:false,
  184. user:null,
  185. showShare:false,
  186. copyLinks:'',
  187. setTimeShow:false,
  188. time:'',
  189. setImg:false,
  190. codeLink:'',
  191. showzhidao:false,
  192. imgs:this.$store.state.imgpath+'/app/image/logo.png',
  193. balance:0
  194. }
  195. },
  196. onShow() {
  197. console.log(this.imgs)
  198. this.getCompanyUsers()
  199. },
  200. onShareAppMessage() {
  201. return {
  202. title: this.$store.state.logoname+'小程序的'+this.user.nickName+'邀请您成为销售', // 分享卡片标题
  203. path: '/pages_course/course/becomeSale?id='+this.user.companyId, // 目标页面路径
  204. // 携带参数:将当前页面的数据拼接到路径中
  205. imageUrl: this.user.avatar || this.imgs, // 分享卡片封面图(可选)
  206. success: (res) => {
  207. console.log("分享成功", res);
  208. },
  209. fail: (err) => {
  210. console.log("分享失败", err);
  211. },
  212. }
  213. },
  214. computed: {
  215. imgPath() {
  216. return this.$store.state.imgpath
  217. }
  218. },
  219. mounted() {
  220. },
  221. methods: {
  222. shareSale(){
  223. const fullUrl = location.href;
  224. const Path = fullUrl.split('/#')[0] || '';
  225. setTimeout(() => {
  226. uni.setClipboardData({
  227. data: Path+'/#/pages_course/course/becomeSale?id='+this.user.companyId,
  228. success: () => {
  229. uni.showToast({
  230. title: '邀请链接已复制',
  231. icon: 'none',
  232. duration: 2000
  233. });
  234. // this.setTimeShow = !this.setTimeShow
  235. this.showShare = false
  236. // console.log(res)
  237. },
  238. fail: () => {
  239. uni.showToast({
  240. title: '复制失败',
  241. icon: 'none'
  242. });
  243. }
  244. });
  245. }, 100)
  246. },
  247. // 获取jssdk
  248. getjssdklist() {
  249. const param = {
  250. url: window.location.href.split('#')[0] // 注意去除 hash
  251. }
  252. getSDK(param).then(res => {
  253. wx.config({
  254. debug: false,
  255. appId: res.data.appId, // 必填,公众号的唯一标识
  256. timestamp: res.data.timestamp, // 必填,生成签名的时间戳
  257. nonceStr: res.data.nonceStr, // 必填,生成签名的随机串
  258. signature: res.data.signature, // 必填,签名
  259. jsApiList: ["updateAppMessageShareData", "onMenuShareAppMessage", ] // 必填,需要使用的JS接口列表
  260. });
  261. })
  262. },
  263. shareimg(){
  264. //分享好友
  265. let self = this
  266. // 配置--配置全局
  267. wx.ready(function() { //需在用户可能点击分享按钮前就先调用
  268. wx.updateAppMessageShareData({
  269. title: self.user.userName+"邀请您成为销售", // 分享标题
  270. desc: self.user.deptName, // 分享描述
  271. link:self.copyLinks,
  272. imgUrl: self.codeLink.url ||self.imgs, // 分享图标
  273. success: function(res) {
  274. self.showzhidao=true
  275. self.setImg=false
  276. self.showShare=false
  277. // 设置成功
  278. uni.showToast({
  279. title: '卡片已生成',
  280. icon: 'none',
  281. duration: 1000
  282. });
  283. },
  284. fail: function(err) {
  285. // console.log(err);
  286. uni.showToast({
  287. title: '卡片生成失败,请重试',
  288. icon: 'none',
  289. duration: 2000
  290. })
  291. }
  292. })
  293. });
  294. },
  295. handleShare() {
  296. this.showShare = true
  297. // this.getjssdklist()
  298. // this.getlink('preload'); // 提前加载链接
  299. },
  300. //设置链接时长
  301. confirmTime() {
  302. this.setTimeShow = false
  303. this.showShare = false
  304. this.getlink('preload')
  305. this.copyLink()
  306. },
  307. closeimg(){
  308. this.setImg=false
  309. this.showShare=false
  310. },
  311. buildimg() {
  312. //生成海报
  313. this.setImg=!this.setImg
  314. this.getshareimg()
  315. },
  316. getshareimg(){
  317. //生成海报
  318. uni.showLoading({
  319. title: '正在生成中...'
  320. })
  321. const param={
  322. code:'',
  323. companyId:this.user.companyId,
  324. companyUserId:this.user.userId
  325. }
  326. becomeVipuserImg(param).then(res=>{
  327. if(res.code==200){
  328. this.codeLink=res.data
  329. this.getlink()
  330. // console.log(res)
  331. }else{
  332. uni.showToast({
  333. title: res.msg,
  334. icon: 'none',
  335. duration: 2000
  336. });
  337. }
  338. })
  339. },
  340. getlink(type){
  341. //生成链接
  342. const param={
  343. companyId:this.user.companyId,
  344. companyUserId:this.user.userId,
  345. tagids:'',
  346. limitTime:this.time
  347. }
  348. becomeVipuser(param).then(res=>{
  349. if(res.code==200){
  350. this.copyLinks=res.data
  351. if (this.copyLinks.startsWith('http://')) {
  352. this.copyLinks = this.copyLinks.replace('http://', 'https://');
  353. }
  354. // console.log(this.copyLinks,'分享链接')
  355. }else{
  356. }
  357. })
  358. },
  359. copyLink(){
  360. console.log(this.showShare)
  361. setTimeout(() => {
  362. uni.setClipboardData({
  363. data: this.copyLinks,
  364. success: () => {
  365. uni.showToast({
  366. title: '链接已复制',
  367. icon: 'none',
  368. duration: 2000
  369. });
  370. // this.setTimeShow = !this.setTimeShow
  371. this.showShare = false
  372. },
  373. fail: () => {
  374. uni.showToast({
  375. title: '复制失败',
  376. icon: 'none'
  377. });
  378. }
  379. });
  380. }, 100)
  381. },
  382. closeShare() {
  383. this.showShare = false
  384. },
  385. openShare() {
  386. // this.showShare = false
  387. },
  388. showLogout(){
  389. this.show=true;
  390. },
  391. hideLogout(){
  392. this.show=false;
  393. },
  394. logout(){
  395. uni.removeStorageSync('AppToken')
  396. // 条件编译判断平台,设置不同登录页路径
  397. let loginPage = '';
  398. // #ifdef H5
  399. loginPage = '/pages/auth/login';
  400. // #endif
  401. // #ifdef MP-WEIXIN
  402. loginPage = '/pages/auth/login';
  403. // #endif
  404. uni.navigateTo({
  405. url: loginPage,
  406. })
  407. },
  408. navTo(url){
  409. uni.navigateTo({
  410. url
  411. })
  412. },
  413. getCompanyUsers(){
  414. var data = {
  415. };
  416. getCompanyUser(data).then(res => {
  417. if(res.code==200){
  418. this.viewload=false
  419. console.log(res)
  420. this.user=res.user;
  421. this.balance=res.balance
  422. if(res.user.posts){
  423. this.user.postname=res.user.posts.map(item=>item.postName).join(",")
  424. }
  425. if(res.user.roles){
  426. this.user.rolesname=res.user.roles.map(item=>item.roleName).join(",")
  427. }
  428. if(this.user.avatar){
  429. this.user.avatar=uni.getStorageSync('requestPath')+res.user.avatar
  430. }else{
  431. this.user.avatar=='';
  432. }
  433. console.log('头像',this.user.avatar)
  434. }else{
  435. }
  436. });
  437. },
  438. }
  439. }
  440. </script>
  441. <style lang="scss">
  442. page{
  443. height: 100%;
  444. background: #f6f6f6;
  445. }
  446. </style>
  447. <style scoped lang="scss">
  448. .share{
  449. display: inline-block;
  450. position: absolute;
  451. top: 0;
  452. left: 0;
  453. width: 100%;
  454. height: 100%;
  455. opacity: 0;
  456. }
  457. .container {
  458. font-family: PingFang SC, PingFang SC;
  459. font-weight: 400;
  460. font-size: 14px;
  461. color: #222222;
  462. height: 100%;
  463. overflow: hidden;
  464. }
  465. .imgshe{
  466. display: flex;
  467. flex-direction: row-reverse
  468. }
  469. .point-box{
  470. height: 100%;
  471. width: 100%;
  472. .xu-box{
  473. border: #f5f5f5 4rpx dashed;
  474. padding: 20rpx 20rpx;
  475. }
  476. }
  477. .setTimebox {
  478. font-family: PingFang SC, PingFang SC;
  479. font-weight: 400;
  480. font-size: 14px;
  481. width: fit-content;
  482. height: fit-content;
  483. }
  484. .codeimg {
  485. position: absolute;
  486. z-index: 9999;
  487. left: 40rpx;
  488. top: 40rpx;
  489. }
  490. .timetip {
  491. font-family: PingFang SC, PingFang SC;
  492. font-weight: 400;
  493. font-size: 14px;
  494. color: #2979ff;
  495. text-align: center;
  496. margin-bottom: 5px;
  497. }
  498. .content{
  499. position: relative;
  500. height: 100%;
  501. width: 100%;
  502. .bg{
  503. width: 100%;
  504. height: 550upx;
  505. position: absolute;
  506. top: 0;
  507. left: 0;
  508. z-index: 1;
  509. background: linear-gradient(to bottom, #dae9ff, #e1e1fd);
  510. // background: linear-gradient(to bottom, #8bbfff, #1773ff);
  511. border-radius: 0rpx 0rpx 60rpx 60rpx;
  512. }
  513. .cont-box{
  514. position: relative;
  515. z-index: 2;
  516. padding: 30rpx 30rpx 200rpx;
  517. .user-cont{
  518. // box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
  519. padding: 30rpx;
  520. // background-color: #fff;
  521. border-radius: 15rpx;
  522. .user-box{
  523. width: 100%;
  524. display: flex;
  525. align-items: center;
  526. justify-content: flex-start;
  527. .left{
  528. flex:1;
  529. display: flex;
  530. align-items: center;
  531. justify-content: flex-start;
  532. image{
  533. border-radius: 50%;
  534. width:120rpx;
  535. height:120rpx;
  536. }
  537. .user{
  538. margin-left: 20rpx;
  539. width: calc(100% - 140rpx);
  540. display: flex;
  541. flex-direction: column;
  542. align-items: flex-start;
  543. justify-content: flex-start;
  544. .username{
  545. font-size: 38rpx;
  546. font-family: PingFang SC;
  547. color: #111;
  548. font-weight: bold;
  549. }
  550. .account{
  551. padding: 5rpx 0rpx;
  552. border-radius: 30rpx;
  553. margin-top: 20rpx;
  554. font-size: 24rpx;
  555. font-family: PingFang SC;
  556. color: #515151;
  557. }
  558. }
  559. }
  560. .right{
  561. image{
  562. width: 15rpx;
  563. height:30rpx;
  564. }
  565. }
  566. }
  567. .company{
  568. margin-top: 20rpx;
  569. display: flex;
  570. align-items: center;
  571. justify-content: flex-start;
  572. image{
  573. width:40rpx;
  574. height:40rpx;
  575. }
  576. .name{
  577. margin-left: 15rpx;
  578. font-size: 28rpx;
  579. color: #111;
  580. }
  581. }
  582. }
  583. .menu-box{
  584. box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
  585. width: 100%;
  586. margin-top: 30rpx;
  587. padding: 30rpx;
  588. background-color: #fff;
  589. border-radius: 15rpx;
  590. .title-box{
  591. display: flex;
  592. align-items: center;
  593. justify-content: flex-start;
  594. .icon{
  595. width: 40rpx;
  596. height:40rpx;
  597. }
  598. .title{
  599. margin-left: 10rpx;
  600. font-size: 28rpx;
  601. font-family: PingFang SC;
  602. color: #111;
  603. }
  604. }
  605. .line{
  606. margin-top: 15rpx;
  607. height: 0.5rpx;
  608. width: 100%;
  609. background-color: #efefef;
  610. }
  611. .menus{
  612. margin-top: 30rpx;
  613. display: flex;
  614. align-items: center;
  615. justify-content: flex-start;
  616. flex-wrap: wrap;
  617. }
  618. .menu-item{
  619. display: flex;
  620. flex-direction: column;
  621. align-items: center;
  622. justify-content: center;
  623. width: 25%;
  624. margin-bottom: 20rpx;
  625. image{
  626. width:60rpx;
  627. height:60rpx;
  628. }
  629. .m-name{
  630. margin-top: 10rpx;
  631. font-size: 24rpx;
  632. font-family: PingFang SC;
  633. color: #111;
  634. }
  635. }
  636. }
  637. .menu-box1{
  638. width: 100%;
  639. margin-top: 30rpx;
  640. padding: 0rpx 30rpx;
  641. background-color: #fff;
  642. border-radius: 15rpx;
  643. .menu-item{
  644. width: 100%;
  645. display: flex;
  646. align-items: center;
  647. justify-content: flex-start;
  648. line-height: 100rpx;
  649. .left{
  650. flex:1;
  651. display: flex;
  652. align-items: center;
  653. justify-content: flex-start;
  654. image{
  655. width: 30rpx;
  656. height:30rpx;
  657. }
  658. .label{
  659. margin-left: 10rpx;
  660. }
  661. }
  662. .right{
  663. image{
  664. width: 10rpx;
  665. height:15rpx;
  666. }
  667. }
  668. }
  669. }
  670. }
  671. }
  672. .btn-box{
  673. margin: 30rpx 0rpx 30rpx;
  674. display: flex;
  675. align-items: center;
  676. justify-content: center;
  677. .sub-btn{
  678. // box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
  679. border: 1rpx solid #f8f8f8;
  680. background: #FFFFFF;
  681. width: 100%;
  682. height: 88upx;
  683. line-height: 88upx;
  684. text-align: center;
  685. font-size: 30upx;
  686. font-family: PingFang SC;
  687. color: #2979ff;
  688. }
  689. }
  690. .sharePop {
  691. background-color: #fff;
  692. padding: 20px 0;
  693. border-radius: 20px 20px 0 0;
  694. &-item {
  695. padding: 0 10px;
  696. box-sizing: border-box;
  697. font-family: PingFang SC, PingFang SC;
  698. font-weight: 400;
  699. font-size: 14px;
  700. display: inline-flex !important;
  701. image {
  702. height: 48px;
  703. width: 48px;
  704. margin-bottom: 10px;
  705. }
  706. }
  707. }
  708. </style>