record-club-list.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. <template>
  2. <view class="container product clearfix">
  3. <view class="container-fiexd-top">
  4. <view class="club-search clearfix">
  5. <view class="search-from name">
  6. <text class="iconfont icon-iconfonticonfontsousuo1"></text>
  7. <input
  8. class="input"
  9. type="text"
  10. confirm-type="search"
  11. v-model="listQuery.keyWord"
  12. @input="onShowClose"
  13. @confirm="getUserClubRemarksList"
  14. placeholder="搜索关键词/咨询人/机构名称/手机号"
  15. maxlength="16"
  16. />
  17. <text class="iconfont icon-shanchu1" v-if="isShowClose" @click="delInputText()"></text>
  18. </view>
  19. </view>
  20. <view class="fiexd-top-title">
  21. <view class="top-left">
  22. 共 <text>{{ totalRecord }}</text> 条咨询记录
  23. </view>
  24. </view>
  25. </view>
  26. <view class="remarks-content" :style="{ paddingBottom: isIphoneX ? '216rpx' : '168rpx' }">
  27. <view :class="{ 'tui-order-list': scrollTop >= 0 }" class="clearfix">
  28. <!-- 空白页 -->
  29. <view class="empty-container" v-if="isEmpty">
  30. <image class="empty-container-image" :src="StaticUrl + '/icon/icon-remarks-empty@2x.png'"></image>
  31. <text class="error-text">暂无任何数据~</text>
  32. </view>
  33. <!-- 列表 -->
  34. <view
  35. class="tui-remarks-cell tui-mtop clearfix"
  36. v-for="(remark, index) in remarksList"
  37. :key="index"
  38. :class="{ orange: remark.followup == 1, blue: remark.followup == 2, grey: remark.followup == 3 }"
  39. @click.stop="details(remark.remarksId)"
  40. >
  41. <view class="tui-remarks-title">
  42. <view class="tui-remarks-title-top">
  43. <view class="tui-remarks-time tt" :style="{ paddingLeft: remark.newDeal === 1 ? '90rpx' : '0rpx' }"
  44. >
  45. <text class="tags" v-if="remark.newDeal === 1">新分配</text>
  46. {{ remark.clubName }}
  47. </view
  48. >
  49. <view class="tui-remarks-time sm" v-if="remark.followup">
  50. <text
  51. :class="{
  52. orange: remark.followup == 1,
  53. blue: remark.followup == 2,
  54. grey: remark.followup == 3
  55. }"
  56. >{{ remark.followup | followupFilters }}</text
  57. >
  58. </view>
  59. </view>
  60. <view class="tui-remarks-title-bot">
  61. <view class="tui-remarks-text-view">
  62. <view class="tui-remarks-text h"
  63. ><text class="iconfont icon-bianji"></text>记录人:{{ remark.recordName }}</view
  64. >
  65. </view>
  66. <view class="tui-remarks-text-view" v-if="listQuery.manager >= 0">
  67. <view class="tui-remarks-text h"
  68. ><text class="iconfont icon-guanliyuan"></text>管理员:{{
  69. remark.leaderName ? remark.leaderName : ''
  70. }}</view
  71. >
  72. <view class="tui-remarks-text y">{{ remark.addTime }}</view>
  73. </view>
  74. </view>
  75. </view>
  76. <view class="tui-remarks-name">
  77. <view class="tui-remarks-name-text h">
  78. 咨询人:{{ remark.questionMan ? remark.questionMan : '' }}
  79. </view>
  80. <view class="tui-remarks-name-text y">
  81. 咨询类别:{{ remark.consultBack ? remark.consultBack : '无' }}
  82. </view>
  83. </view>
  84. <view class="tui-remarks-name none" v-if="remark.satisfied">
  85. <view class="tui-remarks-name-text h">
  86. 意向程度:<text class="red">{{ remark.satisfied | intenActionsFilters }}</text>
  87. </view>
  88. <view class="tui-remarks-name-text y" v-if="remark.status">
  89. 报备状态:<text
  90. :class="{
  91. reviewed: remark.status == 1,
  92. approved: remark.status == 2,
  93. failed: remark.status == 3
  94. }"
  95. >{{ remark.status | statusFilters }}</text
  96. >
  97. </view>
  98. </view>
  99. <view class="tui-remarks-content">
  100. <text class="tui-remarks-span" v-for="(label, labelIndex) in remark.remarks" :key="labelIndex">
  101. {{ label.label }}
  102. </text>
  103. </view>
  104. <view class="tui-remarks-button" v-if="remark.createServiceProviderId === listQuery.serviceProviderId">
  105. <view class="btn edit" @click.stop="handEditRemark(remark.remarksId)">修改</view>
  106. <view class="btn del" @click.stop="deleteRemark(remark.remarksId)">删除</view>
  107. </view>
  108. </view>
  109. <!--加载loadding-->
  110. <tui-loadmore :visible="loadding" :index="3" type="black" />
  111. <tui-nomore :visible="!pullUpOn" :backgroundColor="'#F7F7F7'" :text="nomoreText" />
  112. <!--加载loadding-->
  113. </view>
  114. </view>
  115. <!-- 弹窗提示 -->
  116. <tui-modal
  117. :show="modal"
  118. @click="handleClick"
  119. @cancel="hideMobel"
  120. :content="contentModalText"
  121. :button="modalButton"
  122. color="#333"
  123. :size="32"
  124. shape="circle"
  125. :maskClosable="false"
  126. />
  127. </view>
  128. </template>
  129. <script>
  130. import { mapState, mapMutations } from 'vuex'
  131. const defaultListQuery = {
  132. startAddTime: '',
  133. endAddTime: '',
  134. consult: '',
  135. pinceSensitve: 0, //价格敏感度
  136. satisfied: 0, // 意向程度
  137. followup: 0, // 跟进状态
  138. leaderId: 0,
  139. groupId: 0,
  140. manager: 0,
  141. newDeal: 0, // 新增分配机构
  142. status: 0, // 报备状态
  143. serviceProviderId: 0,
  144. pageNum: 1,
  145. pageSize: 10
  146. }
  147. export default {
  148. data() {
  149. return {
  150. StaticUrl: this.$Static,
  151. isIphoneX: this.$store.state.isIphoneX,
  152. modalButton: [
  153. {
  154. text: '取消',
  155. type: 'gray',
  156. plain: true //是否空心
  157. },
  158. {
  159. text: '确认',
  160. customStyle: {
  161. color: '#fff',
  162. bgColor: 'linear-gradient(90deg, #F28F31 0%, #FF5B00 100%)'
  163. },
  164. plain: false
  165. }
  166. ],
  167. totalRecord: 0,
  168. popupShow: true,
  169. popupShow1: false,
  170. listQuery: Object.assign({}, defaultListQuery),
  171. remarksList: [],
  172. scrollTop: 0,
  173. isEmpty: false,
  174. loadding: false,
  175. pullUpOn: true,
  176. pullFlag: true,
  177. hasNextPage: false,
  178. navbarHeight: '',
  179. nomoreText: '上拉显示更多',
  180. contentModalText: '', //操作文字提示语句
  181. modal: false,
  182. handleRemarksId: 0,
  183. }
  184. },
  185. onLoad() {},
  186. filters: {
  187. statusFilters(value) {
  188. // 订单来源
  189. const map = {
  190. 1: '待审核',
  191. 2: '审核通过',
  192. 3: '审核未通过'
  193. }
  194. return map[value]
  195. },
  196. followupFilters(value) {
  197. // 订单来源
  198. const map = {
  199. 1: '跟进中',
  200. 2: '跟进完成',
  201. 3: '已放弃'
  202. }
  203. return map[value]
  204. },
  205. intenActionsFilters(value) {
  206. // 意向
  207. if (value) {
  208. const map = {
  209. 1: '意向强烈',
  210. 2: '意向一般',
  211. 3: '意向平淡',
  212. 4: '随便看看'
  213. }
  214. return map[value]
  215. } else {
  216. return ''
  217. }
  218. }
  219. },
  220. computed: {
  221. ...mapState(['hasLogin', 'userInfo'])
  222. },
  223. methods: {
  224. ...mapMutations(['login', 'logout']),
  225. async initGetStotage() {
  226. const userInfo = await this.$api.getStorage()
  227. this.listQuery.serviceProviderId = userInfo.serviceProviderId ? userInfo.serviceProviderId : 0
  228. this.listQuery.manager = userInfo.manager ? userInfo.manager : 0
  229. this.getUserClubRemarksList()
  230. },
  231. getUserClubRemarksList() {
  232. this.remarksList = []
  233. this.listQuery.pageNum = 1
  234. this.UserService.getUserClubRemarksList(this.listQuery)
  235. .then(response => {
  236. let data = response.data
  237. if (data.results && data.results.length > 0) {
  238. this.isEmpty = false
  239. this.hasNextPage = data.hasNextPage
  240. this.totalRecord = data.totalRecord
  241. this.remarksList = data.results
  242. this.pullFlag = false
  243. setTimeout(() => {
  244. this.pullFlag = true
  245. }, 500)
  246. if (this.hasNextPage) {
  247. this.pullUpOn = false
  248. this.nomoreText = '上拉显示更多'
  249. } else {
  250. if (this.remarksList.length < 8) {
  251. this.pullUpOn = true
  252. } else {
  253. this.pullUpOn = false
  254. this.loadding = false
  255. this.nomoreText = '已至底部'
  256. }
  257. }
  258. } else {
  259. this.isEmpty = true
  260. }
  261. this.isRequest = true
  262. })
  263. .catch(error => {
  264. this.$util.msg(error.msg, 2000)
  265. })
  266. },
  267. GetOnReachBottomData(index) {
  268. //上拉加载
  269. this.listQuery.pageNum += 1
  270. this.UserService.getUserClubRemarksList(this.listQuery)
  271. .then(response => {
  272. let data = response.data
  273. if (data.results && data.results.length > 0) {
  274. this.hasNextPage = data.hasNextPage
  275. this.remarksList = this.remarksList.concat(data.results)
  276. this.pullFlag = false // 防上拉暴滑
  277. setTimeout(() => {
  278. this.pullFlag = true
  279. }, 500)
  280. if (this.hasNextPage) {
  281. this.pullUpOn = false
  282. this.nomoreText = '上拉显示更多'
  283. } else {
  284. this.pullUpOn = false
  285. this.loadding = false
  286. this.nomoreText = '已至底部'
  287. }
  288. }
  289. })
  290. .catch(error => {
  291. this.$util.msg(error.msg, 2000)
  292. })
  293. },
  294. deleteRemark(remarksId) {
  295. this.handleRemarksId = remarksId
  296. this.modal = true
  297. this.contentModalText = '确定删除这条记录吗?'
  298. },
  299. handEditRemark(remarksId) {
  300. //跳转修改客户咨询记录
  301. this.$api.navigateTo(`/pages/seller/remarks/add?type=edit&remarksId=${remarksId}`)
  302. },
  303. handleChoiceaClubData(data) {
  304. //跳转添加记录
  305. this.$api.navigateTo(`/pages/seller/remarks/add?userId=${data.userId}`)
  306. },
  307. handleClick(e) {
  308. //确认删除
  309. if (e.index == 1) {
  310. this.handleDeleteUserLike()
  311. }
  312. this.modal = false
  313. },
  314. handleDeleteUserLike() {
  315. //操作删除资料备注
  316. this.UserService.getUserClubRemarksDelete({
  317. remarksId: this.handleRemarksId
  318. })
  319. .then(response => {
  320. this.$util.msg('已删除', 2000, true, 'success')
  321. setTimeout(() => {
  322. this.getUserClubRemarksList()
  323. }, 2000)
  324. })
  325. .catch(error => {
  326. this.$util.msg(error.msg, 2000)
  327. })
  328. },
  329. onShowClose() {
  330. //输入框失去焦点时触发
  331. if (this.listQuery.keyWord != '') {
  332. this.isShowClose = true
  333. } else {
  334. this.isShowClose = false
  335. this.listQuery.pageNum = 1
  336. this.getUserClubRemarksList()
  337. }
  338. },
  339. delInputText() {
  340. //清除输入框内容
  341. this.listQuery.keyWord = ''
  342. this.isShowClose = false
  343. this.listQuery.pageNum = 1
  344. this.getUserClubRemarksList()
  345. },
  346. hideMobel() {
  347. this.modal = false
  348. },
  349. details(remarksId) {
  350. this.$api.navigateTo(`/pages/seller/remarks/details?remarksId=${remarksId}`)
  351. },
  352. handlerGoReportList() {
  353. this.$api.navigateTo(`/pages/seller/remarks/report-list`)
  354. }
  355. },
  356. onPageScroll(e) {
  357. //实时获取到滚动的值
  358. },
  359. onReachBottom() {
  360. if (this.hasNextPage) {
  361. this.loadding = true
  362. this.pullUpOn = true
  363. this.GetOnReachBottomData()
  364. }
  365. },
  366. onPullDownRefresh() {
  367. setTimeout(() => {
  368. this.listQuery.pageNum = 1
  369. uni.stopPullDownRefresh()
  370. }, 200)
  371. },
  372. onShow() {
  373. this.initGetStotage()
  374. }
  375. }
  376. </script>
  377. <style lang="scss">
  378. @import '@/uni.scss';
  379. page {
  380. background: #f7f7f7;
  381. }
  382. .empty-container {
  383. z-index: 99;
  384. }
  385. .container-fiexd-top {
  386. width: 100%;
  387. height: 208rpx;
  388. background: #f5f5f5;
  389. box-sizing: border-box;
  390. position: fixed;
  391. top: 0;
  392. left: 0;
  393. z-index: 982;
  394. .club-search {
  395. width: 100%;
  396. height: 112rpx;
  397. padding: 24rpx;
  398. background: #ffffff;
  399. box-sizing: border-box;
  400. .search-screen {
  401. width: 152rpx;
  402. height: 64rpx;
  403. float: right;
  404. box-sizing: border-box;
  405. padding: 0 20rpx;
  406. border: 1px solid #999999;
  407. line-height: 64rpx;
  408. border-radius: 32rpx;
  409. color: #333333;
  410. text-align: center;
  411. font-size: 28rpx;
  412. .icon-gengduo1 {
  413. font-size: 30rpx;
  414. margin-right: 10rpx;
  415. }
  416. }
  417. .search-from {
  418. width: 526rpx;
  419. height: 100%;
  420. background: #f7f7f7;
  421. border-radius: 32rpx;
  422. float: left;
  423. position: relative;
  424. .input {
  425. width: 420rpx;
  426. height: 64rpx;
  427. float: left;
  428. line-height: 64rpx;
  429. color: $text-color;
  430. font-size: $font-size-24;
  431. }
  432. .icon-iconfonticonfontsousuo1 {
  433. width: 64rpx;
  434. height: 64rpx;
  435. line-height: 64rpx;
  436. text-align: center;
  437. display: block;
  438. font-size: $font-size-38;
  439. float: left;
  440. color: #999999;
  441. }
  442. .icon-shanchu1 {
  443. font-size: $font-size-32;
  444. color: #999999;
  445. position: absolute;
  446. width: 64rpx;
  447. height: 64rpx;
  448. line-height: 64rpx;
  449. text-align: center;
  450. top: 0;
  451. right: 0;
  452. z-index: 10;
  453. }
  454. }
  455. }
  456. .fiexd-top-title {
  457. width: 100%;
  458. height: 96rpx;
  459. box-sizing: border-box;
  460. padding: 24rpx;
  461. .top-left {
  462. float: left;
  463. line-height: 48rpx;
  464. font-size: 26rpx;
  465. color: #666666;
  466. text {
  467. color: #FF5B00;
  468. }
  469. }
  470. }
  471. }
  472. .remarks-content {
  473. width: 100%;
  474. height: auto;
  475. position: relative;
  476. padding: 0;
  477. box-sizing: border-box;
  478. padding: 24rpx;
  479. padding-top: 232rpx;
  480. .empty-container-image {
  481. width: 260rpx;
  482. height: 260rpx;
  483. margin-top: -300rpx;
  484. }
  485. .tui-remarks-cell {
  486. width: 100%;
  487. border-radius: 16rpx;
  488. margin-bottom: 24rpx;
  489. background: #ffffff;
  490. box-sizing: border-box;
  491. padding: 0 24rpx 24rpx 24rpx;
  492. &.orange {
  493. background: #ffffff linear-gradient(180deg, #ffede5 0%, rgba(255, 255, 255, 0) 50%);
  494. }
  495. &.blue {
  496. background: #ffffff linear-gradient(180deg, #deefff 0%, rgba(255, 255, 255, 0) 50%);
  497. }
  498. &.grey {
  499. background: #ffffff linear-gradient(180deg, #ececec 0%, rgba(255, 255, 255, 0) 50%);
  500. }
  501. .tui-remarks-title {
  502. width: 100%;
  503. height: auto;
  504. box-sizing: border-box;
  505. padding: 20rpx 0;
  506. border-bottom: 1px solid #e1e1e1;
  507. float: left;
  508. .tui-remarks-title-top {
  509. width: 100%;
  510. height: 56rpx;
  511. line-height: 56rpx;
  512. float: left;
  513. .tui-remarks-time {
  514. float: left;
  515. box-sizing: border-box;
  516. position: relative;
  517. &.tt {
  518. width: 58%;
  519. font-size: $font-size-32;
  520. color: #333333;
  521. text-align: left;
  522. text-overflow: ellipsis;
  523. overflow: hidden;
  524. display: -webkit-box;
  525. -webkit-line-clamp: 1;
  526. line-clamp: 1;
  527. -webkit-box-orient: vertical;
  528. font-weight: bold;
  529. .tags {
  530. display: inline-block;
  531. padding: 0 10rpx;
  532. border-radius: 8rpx;
  533. line-height: 36rpx;
  534. font-size: 22rpx;
  535. background-color: #f94b4b;
  536. color: #ffffff;
  537. text-align: center;
  538. font-weight: normal;
  539. position: absolute;
  540. left: 0;
  541. top: 10rpx;
  542. }
  543. }
  544. &.sm {
  545. width: 40%;
  546. font-size: $font-size-26;
  547. color: #999999;
  548. text-align: right;
  549. .orange {
  550. display: inline-block;
  551. padding: 0 15rpx;
  552. border-radius: 24rpx;
  553. line-height: 48rpx;
  554. font-size: 24rpx;
  555. background-color: #FF5B00;
  556. color: #ffffff;
  557. text-align: center;
  558. }
  559. .blue {
  560. display: inline-block;
  561. padding: 0 15rpx;
  562. border-radius: 24rpx;
  563. line-height: 48rpx;
  564. font-size: 24rpx;
  565. background-color: #1890f9;
  566. color: #ffffff;
  567. text-align: center;
  568. }
  569. .grey {
  570. display: inline-block;
  571. padding: 0 15rpx;
  572. border-radius: 24rpx;
  573. line-height: 48rpx;
  574. font-size: 24rpx;
  575. background-color: #e1e1e1;
  576. color: #999999;
  577. text-align: center;
  578. }
  579. }
  580. }
  581. }
  582. .tui-remarks-title-bot {
  583. width: 100%;
  584. height: auto;
  585. float: left;
  586. .tui-remarks-text-view {
  587. width: 100%;
  588. height: 48rpx;
  589. .tui-remarks-text {
  590. width: 50%;
  591. height: 48rpx;
  592. line-height: 48rpx;
  593. box-sizing: border-box;
  594. text-align: left;
  595. font-size: $font-size-26;
  596. color: #999999;
  597. float: left;
  598. text-overflow: ellipsis;
  599. overflow: hidden;
  600. display: -webkit-box;
  601. -webkit-line-clamp: 1;
  602. line-clamp: 1;
  603. -webkit-box-orient: vertical;
  604. &.a {
  605. width: 100%;
  606. }
  607. &.y {
  608. text-align: right;
  609. }
  610. }
  611. }
  612. }
  613. }
  614. .tui-remarks-name {
  615. width: 100%;
  616. height: 48rpx;
  617. line-height: 48rpx;
  618. font-size: $font-size-26;
  619. color: #666666;
  620. text-align: left;
  621. margin-bottom: 10rpx;
  622. margin-top: 20rpx;
  623. float: left;
  624. &.none {
  625. margin-top: 0;
  626. margin-bottom: 20rpx;
  627. }
  628. .tui-remarks-name-text {
  629. height: 48rpx;
  630. box-sizing: border-box;
  631. text-align: left;
  632. font-size: $font-size-26;
  633. color: #333333;
  634. float: left;
  635. text-overflow: ellipsis;
  636. overflow: hidden;
  637. display: -webkit-box;
  638. -webkit-line-clamp: 1;
  639. line-clamp: 1;
  640. -webkit-box-orient: vertical;
  641. .red {
  642. color: #f94b4b;
  643. }
  644. &.a {
  645. width: 100%;
  646. }
  647. &.h {
  648. width: 40%;
  649. padding-right: 24rpx;
  650. }
  651. &.y {
  652. width: 60%;
  653. padding-left: 24rpx;
  654. .reviewed{
  655. color: #FF5B00;
  656. }
  657. .approved{
  658. color: #0DB26D;
  659. }
  660. .failed{
  661. color: #F94B4B;
  662. }
  663. }
  664. }
  665. }
  666. .tui-remarks-content {
  667. width: 100%;
  668. height: auto;
  669. .tui-remarks-span {
  670. height: 48rpx;
  671. line-height: 48rpx;
  672. text-align: center;
  673. padding: 0 20rpx;
  674. background-color: #f7f7f7;
  675. font-size: $font-size-26;
  676. color: #666666;
  677. border-radius: 25rpx;
  678. display: inline-block;
  679. margin-right: 24rpx;
  680. margin-bottom: 24rpx;
  681. &:nth-child(4n) {
  682. margin-right: none;
  683. }
  684. }
  685. }
  686. .tui-remarks-button {
  687. width: 100%;
  688. height: 68rpx;
  689. border-top: 1px solid #e1e1e1;
  690. padding-top: 20rpx;
  691. .btn {
  692. width: 50%;
  693. line-height: 48rpx;
  694. box-sizing: border-box;
  695. text-align: center;
  696. font-size: $font-size-34;
  697. float: left;
  698. font-weight: bold;
  699. &.edit {
  700. color: #1890f9;
  701. border-right: 1px solid #e1e1e1;
  702. }
  703. &.del {
  704. color: #f94b4b;
  705. }
  706. }
  707. }
  708. }
  709. }
  710. .tui-popup-box {
  711. position: relative;
  712. box-sizing: border-box;
  713. min-height: 100rpx;
  714. padding: 6rpx 24rpx;
  715. .tui-popup-content {
  716. padding-top: 30rpx;
  717. }
  718. }
  719. .tui-popup-btn {
  720. width: 100%;
  721. height: auto;
  722. float: left;
  723. box-sizing: border-box;
  724. margin-top: 30rpx;
  725. .tui-button {
  726. width: 600rpx;
  727. height: 88rpx;
  728. background: $btn-confirm;
  729. line-height: 88rpx;
  730. text-align: center;
  731. color: #ffffff;
  732. font-size: $font-size-28;
  733. border-radius: 44rpx;
  734. margin: 0 auto;
  735. }
  736. .tui-button-text {
  737. width: 600rpx;
  738. height: 48rpx;
  739. line-height: 48rpx;
  740. text-align: center;
  741. color: #FF5B00;
  742. font-size: $font-size-26;
  743. margin: 0 auto;
  744. margin-top: 15rpx;
  745. }
  746. }
  747. </style>