relation-consult-list.vue 17 KB

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