relation-visitor-list.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  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="userReportVisitorAssociatedList"
  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-bot">
  41. <view class="tui-remarks-text-view">
  42. <view class="tui-remarks-text h"
  43. ><text class="iconfont icon-bianji"></text>记录人:{{ remark.recordName }}</view
  44. >
  45. <view class="tui-remarks-text y" v-if="remark.followup">
  46. <text
  47. :class="{
  48. orange: remark.followup == 1,
  49. blue: remark.followup == 2,
  50. grey: remark.followup == 3
  51. }"
  52. >
  53. {{ remark.followup | followupFilters }}
  54. </text>
  55. </view>
  56. </view>
  57. <view class="tui-remarks-text-view">
  58. <view class="tui-remarks-text h">
  59. <text class="iconfont icon-guanliyuan"></text>管理员:{{
  60. remark.leaderName ? remark.leaderName : ''
  61. }}
  62. </view>
  63. <view class="tui-remarks-text y"> {{ remark.addTime }} </view>
  64. </view>
  65. </view>
  66. </view>
  67. <view class="tui-remarks-name">
  68. <view class="tui-remarks-name-text h">
  69. 咨询人:{{ remark.questionMan ? remark.questionMan : '' }}
  70. </view>
  71. <view class="tui-remarks-name-text y">
  72. 咨询类别:{{ remark.consultBack ? remark.consultBack : '无' }}
  73. </view>
  74. </view>
  75. <view class="tui-remarks-name none" v-if="remark.satisfied">
  76. <view class="tui-remarks-name-text h">
  77. 意向程度:<text class="red">{{ remark.satisfied | intenActionsFilters }}</text>
  78. </view>
  79. <view class="tui-remarks-name-text y">
  80. 报备状态:<text
  81. :class="{
  82. reviewed: remark.status == 1,
  83. approved: remark.status == 2,
  84. failed: remark.status == 3
  85. }"
  86. >{{ remark.status | statusFilters }}</text
  87. >
  88. </view>
  89. </view>
  90. <view class="tui-remarks-content">
  91. <text class="tui-remarks-span" v-for="(label, labelIndex) in remark.remarks" :key="labelIndex">
  92. {{ label.label }}
  93. </text>
  94. </view>
  95. <view class="tui-remarks-button" v-if="remark.serviceProviderId === listQuery.serviceProviderId">
  96. <view class="btn edit" @click.stop="cancelReport(remark.remarksId)">取消关联</view>
  97. </view>
  98. </view>
  99. <!--加载loadding-->
  100. <tui-loadmore :visible="loadding" :index="3" type="black"></tui-loadmore>
  101. <tui-nomore :visible="!pullUpOn" :backgroundColor="'#F7F7F7'" :text="nomoreText"></tui-nomore>
  102. <!--加载loadding-->
  103. </view>
  104. </view>
  105. <!-- 筛选抽屉 -->
  106. <cm-screenDrawer
  107. ref="screendrawer"
  108. :popupType="2"
  109. :rightDrawer="isScreenDrawer"
  110. @handSearchConfirm="handSearchConfirmData"
  111. >
  112. </cm-screenDrawer>
  113. </cm-clubpopup>
  114. <!-- 弹窗提示 -->
  115. <tui-modal
  116. :show="modal"
  117. @click="handleClick"
  118. @cancel="hideMobel"
  119. :content="contentModalText"
  120. :button="modalButton"
  121. color="#333"
  122. :size="32"
  123. shape="circle"
  124. :maskClosable="false"
  125. >
  126. </tui-modal>
  127. </view>
  128. </template>
  129. <script>
  130. import cmClubpopup from '../components/cm-clubpopup'
  131. import cmScreenDrawer from '../components/cm-screen-drawer'
  132. import { mapState, mapMutations } from 'vuex'
  133. const defaultListQuery = {
  134. keyWord: '',
  135. reportId: 0,
  136. startAddTime: '',
  137. endAddTime: '',
  138. consult: '',
  139. pinceSensitve: 0, //价格敏感度
  140. satisfied: 0, // 意向程度
  141. followup: 0, // 跟进状态
  142. leaderId: 0,
  143. groupId: 0,
  144. manager: 0,
  145. newDeal: 0, // 新增分配机构
  146. status: 0, // 报备状态
  147. serviceProviderId: 0
  148. }
  149. export default {
  150. components: {
  151. cmClubpopup,
  152. cmScreenDrawer
  153. },
  154. data() {
  155. return {
  156. StaticUrl: this.$Static,
  157. isIphoneX: this.$store.state.isIphoneX,
  158. serviceProviderId:0,
  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.userReportVisitorAssociatedList()
  239. },
  240. userReportVisitorAssociatedList() {
  241. this.remarksList = []
  242. this.listQuery.pageNum = 1
  243. this.UserService.userReportVisitorAssociatedList(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.userReportVisitorAssociatedList(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.userReportVisitorAssociatedList()
  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.userReportVisitorDisassociation({
  337. remarksId: this.handleRemarksId
  338. })
  339. .then(response => {
  340. this.$util.msg('取消关联成功', 2000, true, 'success')
  341. setTimeout(() => {
  342. this.userReportVisitorAssociatedList()
  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.listQuery.pageNum = 1
  356. this.userReportVisitorAssociatedList()
  357. }
  358. },
  359. delInputText() {
  360. //清除输入框内容
  361. this.listQuery.keyWord = ''
  362. this.isShowClose = false
  363. this.listQuery.pageNum = 1
  364. this.userReportVisitorAssociatedList()
  365. },
  366. hideMobel() {
  367. this.modal = false
  368. },
  369. details(remarksId) {
  370. this.$api.navigateTo(`/pages/seller/remarks/record-details?remarksId=${remarksId}`)
  371. }
  372. },
  373. onPageScroll(e) {
  374. //实时获取到滚动的值
  375. },
  376. onReachBottom() {
  377. if (this.hasNextPage) {
  378. this.loadding = true
  379. this.pullUpOn = true
  380. this.GetOnReachBottomData()
  381. }
  382. },
  383. onPullDownRefresh() {
  384. setTimeout(() => {
  385. this.listQuery.pageNum = 1
  386. uni.stopPullDownRefresh()
  387. }, 200)
  388. },
  389. onShow() {
  390. this.initGetStotage()
  391. }
  392. }
  393. </script>
  394. <style lang="scss">
  395. @import '@/uni.scss';
  396. page {
  397. background: #f7f7f7;
  398. }
  399. .empty-container {
  400. z-index: 99;
  401. }
  402. .container-fiexd-top {
  403. width: 100%;
  404. height: 112rpx;
  405. background: #f5f5f5;
  406. box-sizing: border-box;
  407. position: fixed;
  408. top: 0;
  409. left: 0;
  410. z-index: 982;
  411. .club-search {
  412. width: 100%;
  413. height: 112rpx;
  414. padding: 24rpx;
  415. background: #ffffff;
  416. box-sizing: border-box;
  417. .search-screen {
  418. width: 152rpx;
  419. height: 64rpx;
  420. float: right;
  421. box-sizing: border-box;
  422. padding: 0 20rpx;
  423. border: 1px solid #999999;
  424. line-height: 64rpx;
  425. border-radius: 32rpx;
  426. color: #333333;
  427. text-align: center;
  428. font-size: 28rpx;
  429. .icon-gengduo1 {
  430. font-size: 30rpx;
  431. margin-right: 10rpx;
  432. }
  433. }
  434. .search-from {
  435. width: 526rpx;
  436. height: 100%;
  437. background: #f7f7f7;
  438. border-radius: 32rpx;
  439. float: left;
  440. position: relative;
  441. .input {
  442. width: 420rpx;
  443. height: 64rpx;
  444. float: left;
  445. line-height: 64rpx;
  446. color: $text-color;
  447. font-size: $font-size-24;
  448. }
  449. .icon-iconfonticonfontsousuo1 {
  450. width: 64rpx;
  451. height: 64rpx;
  452. line-height: 64rpx;
  453. text-align: center;
  454. display: block;
  455. font-size: $font-size-38;
  456. float: left;
  457. color: #999999;
  458. }
  459. .icon-shanchu1 {
  460. font-size: $font-size-32;
  461. color: #999999;
  462. position: absolute;
  463. width: 64rpx;
  464. height: 64rpx;
  465. line-height: 64rpx;
  466. text-align: center;
  467. top: 0;
  468. right: 0;
  469. z-index: 10;
  470. }
  471. }
  472. }
  473. }
  474. .remarks-content {
  475. width: 100%;
  476. height: auto;
  477. position: relative;
  478. padding: 0;
  479. box-sizing: border-box;
  480. padding: 24rpx;
  481. padding-top: 136rpx;
  482. .empty-container-image {
  483. width: 260rpx;
  484. height: 260rpx;
  485. margin-top: -300rpx;
  486. }
  487. .tui-remarks-cell {
  488. width: 100%;
  489. border-radius: 16rpx;
  490. margin-bottom: 24rpx;
  491. background: #ffffff;
  492. box-sizing: border-box;
  493. padding: 0 24rpx 24rpx 24rpx;
  494. &.orange {
  495. background: #ffffff linear-gradient(180deg, #ffede5 0%, rgba(255, 255, 255, 0) 50%);
  496. }
  497. &.blue {
  498. background: #ffffff linear-gradient(180deg, #deefff 0%, rgba(255, 255, 255, 0) 50%);
  499. }
  500. &.grey {
  501. background: #ffffff linear-gradient(180deg, #ececec 0%, rgba(255, 255, 255, 0) 50%);
  502. }
  503. .tui-remarks-title {
  504. width: 100%;
  505. height: auto;
  506. box-sizing: border-box;
  507. padding: 20rpx 0;
  508. border-bottom: 1px solid #e1e1e1;
  509. float: left;
  510. .tui-remarks-title-top {
  511. width: 100%;
  512. height: 56rpx;
  513. line-height: 56rpx;
  514. .tui-remarks-time {
  515. float: left;
  516. &.tt {
  517. width: 60%;
  518. font-size: $font-size-32;
  519. color: #333333;
  520. text-align: left;
  521. text-overflow: ellipsis;
  522. overflow: hidden;
  523. display: -webkit-box;
  524. -webkit-line-clamp: 1;
  525. line-clamp: 1;
  526. -webkit-box-orient: vertical;
  527. font-weight: bold;
  528. .tags {
  529. display: inline-block;
  530. padding: 0 10rpx;
  531. border-radius: 8rpx;
  532. line-height: 36rpx;
  533. font-size: 22rpx;
  534. background-color: #f94b4b;
  535. color: #ffffff;
  536. text-align: center;
  537. float: left;
  538. margin-right: 10rpx;
  539. margin-top: 10rpx;
  540. font-weight: normal;
  541. }
  542. }
  543. &.sm {
  544. width: 40%;
  545. font-size: $font-size-26;
  546. color: #999999;
  547. text-align: right;
  548. .orange {
  549. display: inline-block;
  550. padding: 0 15rpx;
  551. border-radius: 24rpx;
  552. line-height: 48rpx;
  553. font-size: 24rpx;
  554. background-color: #e15616;
  555. color: #ffffff;
  556. text-align: center;
  557. }
  558. .blue {
  559. display: inline-block;
  560. padding: 0 15rpx;
  561. border-radius: 24rpx;
  562. line-height: 48rpx;
  563. font-size: 24rpx;
  564. background-color: #1890f9;
  565. color: #ffffff;
  566. text-align: center;
  567. }
  568. .grey {
  569. display: inline-block;
  570. padding: 0 15rpx;
  571. border-radius: 24rpx;
  572. line-height: 48rpx;
  573. font-size: 24rpx;
  574. background-color: #e1e1e1;
  575. color: #999999;
  576. text-align: center;
  577. }
  578. }
  579. }
  580. }
  581. .tui-remarks-title-bot {
  582. width: 100%;
  583. height: auto;
  584. .tui-remarks-text-view {
  585. width: 100%;
  586. height: 48rpx;
  587. .tui-remarks-text {
  588. width: 50%;
  589. height: 48rpx;
  590. line-height: 48rpx;
  591. box-sizing: border-box;
  592. text-align: left;
  593. font-size: $font-size-26;
  594. color: #999999;
  595. float: left;
  596. text-overflow: ellipsis;
  597. overflow: hidden;
  598. display: -webkit-box;
  599. -webkit-line-clamp: 1;
  600. line-clamp: 1;
  601. -webkit-box-orient: vertical;
  602. &.a {
  603. width: 100%;
  604. }
  605. &.y {
  606. text-align: right;
  607. .orange {
  608. display: inline-block;
  609. padding: 0 15rpx;
  610. border-radius: 24rpx;
  611. line-height: 48rpx;
  612. font-size: 24rpx;
  613. background-color: #e15616;
  614. color: #ffffff;
  615. text-align: center;
  616. }
  617. .blue {
  618. display: inline-block;
  619. padding: 0 15rpx;
  620. border-radius: 24rpx;
  621. line-height: 48rpx;
  622. font-size: 24rpx;
  623. background-color: #1890f9;
  624. color: #ffffff;
  625. text-align: center;
  626. }
  627. .grey {
  628. display: inline-block;
  629. padding: 0 15rpx;
  630. border-radius: 24rpx;
  631. line-height: 48rpx;
  632. font-size: 24rpx;
  633. background-color: #e1e1e1;
  634. color: #ffffff;
  635. text-align: center;
  636. }
  637. }
  638. }
  639. }
  640. }
  641. }
  642. .tui-remarks-name {
  643. width: 100%;
  644. height: 48rpx;
  645. line-height: 48rpx;
  646. font-size: $font-size-26;
  647. color: #666666;
  648. text-align: left;
  649. margin-bottom: 10rpx;
  650. margin-top: 20rpx;
  651. float: left;
  652. &.none {
  653. margin-top: 0;
  654. margin-bottom: 20rpx;
  655. }
  656. .tui-remarks-name-text {
  657. height: 48rpx;
  658. box-sizing: border-box;
  659. text-align: left;
  660. font-size: $font-size-26;
  661. color: #333333;
  662. float: left;
  663. text-overflow: ellipsis;
  664. overflow: hidden;
  665. display: -webkit-box;
  666. -webkit-line-clamp: 1;
  667. line-clamp: 1;
  668. -webkit-box-orient: vertical;
  669. .red {
  670. color: #f94b4b;
  671. }
  672. &.a {
  673. width: 100%;
  674. }
  675. &.h {
  676. width: 40%;
  677. padding-right: 24rpx;
  678. }
  679. &.y {
  680. width: 60%;
  681. padding-left: 24rpx;
  682. .reviewed{
  683. color: #E15616;
  684. }
  685. .approved{
  686. color: #0DB26D;
  687. }
  688. .failed{
  689. color: #F94B4B;
  690. }
  691. }
  692. }
  693. }
  694. .tui-remarks-content {
  695. width: 100%;
  696. height: auto;
  697. .tui-remarks-span {
  698. height: 48rpx;
  699. line-height: 48rpx;
  700. text-align: center;
  701. padding: 0 20rpx;
  702. background-color: #f7f7f7;
  703. font-size: $font-size-26;
  704. color: #666666;
  705. border-radius: 25rpx;
  706. display: inline-block;
  707. margin-right: 24rpx;
  708. margin-bottom: 24rpx;
  709. &:nth-child(4n) {
  710. margin-right: none;
  711. }
  712. }
  713. }
  714. .tui-remarks-button {
  715. width: 100%;
  716. height: 68rpx;
  717. border-top: 1px solid #e1e1e1;
  718. padding-top: 20rpx;
  719. .btn {
  720. width: 100%;
  721. line-height: 48rpx;
  722. box-sizing: border-box;
  723. text-align: center;
  724. font-size: $font-size-34;
  725. float: left;
  726. font-weight: bold;
  727. &.edit {
  728. color: #1890f9;
  729. }
  730. }
  731. }
  732. }
  733. }
  734. .tui-popup-box {
  735. position: relative;
  736. box-sizing: border-box;
  737. min-height: 100rpx;
  738. padding: 6rpx 24rpx;
  739. .tui-popup-content {
  740. padding-top: 30rpx;
  741. }
  742. }
  743. .tui-popup-btn {
  744. width: 100%;
  745. height: auto;
  746. float: left;
  747. box-sizing: border-box;
  748. margin-top: 30rpx;
  749. .tui-button {
  750. width: 600rpx;
  751. height: 88rpx;
  752. background: $btn-confirm;
  753. line-height: 88rpx;
  754. text-align: center;
  755. color: #ffffff;
  756. font-size: $font-size-28;
  757. border-radius: 44rpx;
  758. margin: 0 auto;
  759. }
  760. .tui-button-text {
  761. width: 600rpx;
  762. height: 48rpx;
  763. line-height: 48rpx;
  764. text-align: center;
  765. color: #e15616;
  766. font-size: $font-size-26;
  767. margin: 0 auto;
  768. margin-top: 15rpx;
  769. }
  770. }
  771. </style>