You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

770 lines
20 KiB

  1. <template>
  2. <view class="box">
  3. <!-- 搜索框点击跳转 -->
  4. <view>
  5. <view class="search-box">
  6. <view class="search" @click="goSearch">
  7. <view class="search-img">
  8. <image class="search-img1" src="../../../static/images/search.png" mode=""></image>
  9. </view>
  10. <view class="search-text">输入客户姓名/手机号</view>
  11. </view>
  12. </view>
  13. </view>
  14. <!-- 选择器 -->
  15. <view class="boxtittab">
  16. <view class="tabbox" @click="taptimeisshow">
  17. 接待时间<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  18. </view>
  19. <view class="tabbox" @click="taptimetuisshow">
  20. 接待时长<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  21. </view>
  22. <view class="tabbox" @click="tapsoltishow">
  23. 排序<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  24. </view>
  25. <view class="tabbox" @click="screenshow">
  26. 更多筛选<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  27. </view>
  28. </view>
  29. <view class="content">
  30. <view v-if="recordList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;background: #FFFFFF;">
  31. <view style="width: 100%;padding-top: 200rpx;">
  32. <view style="width: 100%;text-align: center;">
  33. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  34. </view>
  35. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  36. </view>
  37. </view>
  38. <view v-if="recordList.length!=0" class="content-tips" v-for="(item,index) in recordList" :key='index' @click="tapThevisiting(item)">
  39. <view class="content-first">
  40. <view class="left">
  41. <!-- <view class="img">{{item.agentName.slice(0,1)}}</view> -->
  42. <view class="name">{{item.agentName}}</view>
  43. <view class="status" v-if="item.replaceReception==1">代接待</view>
  44. <view style="margin-left: 6rpx;margin-top: 11rpx;color: red;">{{item.receptionStatusName || ''}}</view>
  45. </view>
  46. <view class="right" v-if="item.recording!=0">
  47. <view style="margin-right: 6rpx;">{{item.validInvalidName||''}}</view>
  48. <view v-if="methodsisshow==true">
  49. <text style="color: red;" v-if="item.taboo==1">违禁接待</text>
  50. <text v-if="item.taboo==1"> |</text>
  51. </view>
  52. <!-- <view class="point"></view> -->
  53. <view v-if="item.markAdvisor==0" class="">未标记</view>
  54. <view v-if="item.markAdvisor==1" class="">已标记</view>
  55. </view>
  56. <view class="right" v-else>
  57. <view class="">无录音</view>
  58. </view>
  59. </view>
  60. <view class="content-sec">
  61. <view class="left">
  62. <view class="cus">客户:{{item.name || '--'}} |</view>
  63. <view class="arriveNum">第{{item.visitRecord || "--"}}次接待</view>
  64. </view>
  65. <view class="right">
  66. <!-- {{item.fraction || '0'}}% | {{item.fraction || '0'}}分 -->
  67. {{item.fraction || '0'}}%
  68. </view>
  69. </view>
  70. <view class="content-last">
  71. {{item.createTime}} | {{item.mm || '0'}} min
  72. </view>
  73. </view>
  74. </view>
  75. <u-popup v-model="screenShow" mode="top" height="780">
  76. <view class="screen">
  77. <!-- 顾问选择 -->
  78. <view class="screen-counselor">
  79. <view class="screen-text">
  80. 所属顾问
  81. </view>
  82. <view class="screen-sel" @click="selectshow = true">
  83. <u-input v-model="screen.counselorName" type="text" placeholder='请选择' class="screen-inp" disabled />
  84. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  85. </view>
  86. </view>
  87. <view class="screen-record">
  88. <view class="screen-record-text">
  89. 录音标识
  90. </view>
  91. <view class="screen-record-tab">
  92. <view :class="[screen.validInvalid==0?'screen-record-chose':'screen-record-nochose']" @click="screenvisivalidInvalid(0)">
  93. 有效接待
  94. </view>
  95. <view :class="[screen.validInvalid==1?'screen-record-chose':'screen-record-nochose']" @click="screenvisivalidInvalid(1)">
  96. 无效接待
  97. </view>
  98. </view>
  99. </view>
  100. <view class="screen-record">
  101. <view class="screen-record-text">
  102. 标记顾问
  103. </view>
  104. <view class="screen-record-tab">
  105. <view :class="[screen.markAdvisor==1?'screen-record-chose':'screen-record-nochose']" @click="screenvisitRecord(1)">
  106. 标记
  107. </view>
  108. <view :class="[screen.markAdvisor==0?'screen-record-chose':'screen-record-nochose']" @click="screenvisitRecord(0)">
  109. 未标记
  110. </view>
  111. </view>
  112. </view>
  113. <view class="screen-record">
  114. <view class="screen-record-text">
  115. 到访次数
  116. </view>
  117. <view class="screen-record-tab">
  118. <view :class="[screen.visitRecord==1?'screen-record-chose':'screen-record-nochose']" @click="recordclick(1)">
  119. 首次到访
  120. </view>
  121. <view :class="[screen.visitRecord==2?'screen-record-chose':'screen-record-nochose']" @click="recordclick(2)">
  122. 2次到访
  123. </view>
  124. <view :class="[screen.visitRecord==3?'screen-record-chose':'screen-record-nochose']" @click="recordclick(3)">
  125. 3次到访
  126. </view>
  127. <view :class="[screen.visitRecord==4?'screen-record-chose':'screen-record-nochose']" @click="recordclick(4)">
  128. 3次以上
  129. </view>
  130. </view>
  131. </view>
  132. <view class="screen-foot">
  133. <view class="screen-foot-reset" @click="reset">
  134. 重置
  135. </view>
  136. <view class="screen-foot-sure" @click="screensure">
  137. 确定
  138. </view>
  139. </view>
  140. </view>
  141. </u-popup>
  142. <!-- 选择顾问的选择框 -->
  143. <u-select v-model="selectshow" :list="freeList" @confirm="actionSelectCallback"></u-select>
  144. <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
  145. <u-popup v-model="timeshow" mode="bottom">
  146. <view class="timeview" :style="{ color: activeTotal == 5 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(5)">全部</view>
  147. <view class="timeview" :style="{ color: activeTotal == 0 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(0)">今天</view>
  148. <view class="timeview" :style="{ color: activeTotal == 1 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(1)">昨天</view>
  149. <view class="timeview" :style="{ color: activeTotal == 2 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(2)">近7天</view>
  150. <view class="timeview" :style="{ color: activeTotal == 3 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(3)">近30天</view>
  151. <view class="timeview" :style="{ color: activeTotal == 4 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(4)">自定义</view>
  152. </u-popup>
  153. <u-popup v-model="timetushow" mode="bottom">
  154. <view class="timeview" :style="{ color: activeTotal2 == 0 ? '#2B6EFF' : '#333333' }" @click="timetap(0)">全部</view>
  155. <view class="timeview" :style="{ color: activeTotal2 == 1 ? '#2B6EFF' : '#333333' }" @click="timetap(1)">0~15min</view>
  156. <view class="timeview" :style="{ color: activeTotal2 == 2 ? '#2B6EFF' : '#333333' }" @click="timetap(2)">15~30min</view>
  157. <view class="timeview" :style="{ color: activeTotal2 == 3 ? '#2B6EFF' : '#333333' }" @click="timetap(3)">30~60min</view>
  158. <view class="timeview" :style="{ color: activeTotal2 == 4 ? '#2B6EFF' : '#333333' }" @click="timetap(4)">60~90min</view>
  159. <view class="timeview" :style="{ color: activeTotal2 == 5 ? '#2B6EFF' : '#333333' }" @click="timetap(5)">90min以上</view>
  160. </u-popup>
  161. <u-select v-model="soltishow" :list="orderBylist" @confirm="selectCallback2"></u-select>
  162. </view>
  163. </template>
  164. <script>
  165. export default{
  166. data(){
  167. return{
  168. orderBylist:[
  169. {label:'全部',value:'0'},
  170. {label:'创建时间倒序',value:'1'},
  171. {label:'创建时间正序',value:'2'},
  172. {label:'接待时间倒序',value:'3'},
  173. {label:'接待时间正序',value:'4'},
  174. {label:'执行率正序',value:'5'},
  175. {label:'执行率倒序',value:'6'},
  176. {label:'接访次数正序',value:'7'},
  177. {label:'接访次数倒序',value:'8'},
  178. ],
  179. activeTotal: 5,
  180. value:'',
  181. screenShow:false,
  182. selectshow:false,
  183. totalTimeShow: false,
  184. screen:{
  185. agentId:'',//顾问id
  186. record:'0',
  187. markAdvisor:null,
  188. visitRecord:null,
  189. validInvalid:null
  190. },
  191. freeList:[],//顾问
  192. recordList:[],
  193. buildingID:'',
  194. nextPage:1,
  195. totalRecord:"",
  196. staTime:'',
  197. endtime:'',
  198. isnorefresh:'',
  199. activeTotal2:0,
  200. timeshow:false,
  201. timetushow:false,
  202. soltishow:false,
  203. orderBy:'',
  204. methodsisshow:false,
  205. userInfo:{},
  206. }
  207. },
  208. onLoad(options) {
  209. this.isnorefresh=options.refresh;
  210. if(options.activeTotal){
  211. this.activeTotal=options.activeTotal
  212. }
  213. if(options.markAdvisor){
  214. this.screen.markAdvisor=options.markAdvisor
  215. }
  216. if(options.validInvalid){
  217. this.screen.validInvalid=options.validInvalid
  218. }
  219. if(options.staTime){
  220. this.staTime=options.staTime;
  221. this.endtime=options.endtime;
  222. }
  223. },
  224. onShow() {
  225. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  226. if(this.userInfo.dataCode==6 || this.userInfo.dataCode==3){
  227. this.methodsisshow=false;
  228. }else{
  229. this.methodsisshow=true;
  230. }
  231. if(this.isnorefresh=='refresh'){
  232. this.buildingID = uni.getStorageSync('buildingID').id;
  233. this.recordList=[];
  234. this.nextPage=1;
  235. this.getMyCustom()
  236. this.getFreeList();
  237. this.isnorefresh='';
  238. }
  239. },
  240. onReachBottom() {
  241. if(this.totalRecord==this.nextPage){
  242. uni.showToast({
  243. icon:'none',
  244. title: '到底了',
  245. duration: 2000
  246. });
  247. return
  248. }else{
  249. this.nextPage+=1;
  250. this.getMyCustom();
  251. }
  252. },
  253. methods:{
  254. tapsoltishow(){
  255. this.soltishow=true;
  256. },
  257. taptimetuisshow(){
  258. this.timetushow=true;
  259. },
  260. taptimeisshow(){
  261. this.timeshow=true;
  262. },
  263. //选择标签
  264. selectCallback2(e){
  265. this.orderBy=e[0].value;
  266. this.nextPage=1;
  267. this.recordList=[];
  268. this.getMyCustom();
  269. },
  270. //选择录音时长
  271. timetap(index){
  272. this.timetushow=false;
  273. this.activeTotal2=index;
  274. this.nextPage=1;
  275. this.recordList=[];
  276. this.getMyCustom();
  277. },
  278. //时间选择
  279. tabtimetap(index){
  280. this.timeshow=false;
  281. if (index == 4) {
  282. this.totalTimeShow = true;
  283. } else {
  284. this.activeTotal = index;
  285. this.staTime='';
  286. this.endtime='';
  287. this.nextPage=1;
  288. this.recordList=[];
  289. this.getMyCustom();
  290. }
  291. },
  292. //自定义时间
  293. totalTimeChange(e) {
  294. this.staTime=e.startDate;
  295. this.endtime=e.endDate;
  296. this.activeTotal=4;
  297. this.nextPage=1;
  298. this.recordList=[];
  299. this.getMyCustom();
  300. },
  301. tapThevisiting(item) {
  302. let newmenulist= uni.getStorageSync('weapp_session_Menu_data');
  303. if(newmenulist.jdjl_ck!=true){
  304. return
  305. }
  306. uni.showLoading({
  307. title: '加载中',
  308. mask:true
  309. });
  310. if(item.status==0){
  311. setTimeout(function () {
  312. uni.hideLoading();
  313. }, 2000);
  314. uni.showToast({
  315. icon: "none",
  316. title: "排队中"
  317. })
  318. return
  319. }else{
  320. const parames = {
  321. pageNum: 1,
  322. pageSize: 100,
  323. query: {
  324. customerId: item.id,
  325. }
  326. }
  327. var item={
  328. bg:0,
  329. customerId:item.id,
  330. }
  331. uni.setStorageSync("searchobj", item); //写入缓存
  332. uni.setStorageSync("entrance", 1); //写入缓存
  333. this.$u.post("/corpus/findByPage", parames).then(res => {
  334. if(res==null){
  335. setTimeout(function () {
  336. uni.hideLoading();
  337. }, 2000);
  338. uni.showToast({
  339. icon: "none",
  340. title: "暂无音频"
  341. })
  342. return
  343. }else{
  344. setTimeout(function () {
  345. uni.hideLoading();
  346. }, 2000);
  347. let newobj = res[0];
  348. if(res[0].merge==0){
  349. uni.navigateTo({
  350. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}`
  351. })
  352. }else{
  353. uni.navigateTo({
  354. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"1"}`
  355. })
  356. }
  357. }
  358. })
  359. }
  360. },
  361. getMyCustom(){
  362. let dateType=0;
  363. let recDurationInterval=0;
  364. let orderBy=0;
  365. if(this.activeTotal==5){
  366. dateType=null;
  367. }else if(this.activeTotal==4){
  368. dateType=null;
  369. }else{
  370. dateType=this.activeTotal;
  371. }
  372. if(this.activeTotal2==0){
  373. recDurationInterval=null
  374. }else{
  375. recDurationInterval=this.activeTotal2
  376. }
  377. if(this.orderBy==0){
  378. orderBy=null;
  379. }else{
  380. orderBy=this.orderBy;
  381. }
  382. var parames = {
  383. pageNum: this.nextPage,
  384. pageSize: 10,
  385. query: {
  386. projectId:this.buildingID,
  387. time:1,
  388. staTime:this.staTime,
  389. endtime:this.endtime,
  390. visitRecord:this.screen.visitRecord,
  391. markAdvisor:this.screen.markAdvisor,
  392. dateType:dateType,
  393. recDurationInterval:recDurationInterval,
  394. orderBy:orderBy,
  395. validInvalid:this.screen.validInvalid
  396. }
  397. };
  398. if(this.screen.agentId){
  399. parames.query.agentId = this.screen.agentId
  400. }
  401. this.$u.post("/customer/findbypage", parames).then(data => {
  402. var list = data.results || [];
  403. this.recordList = [...this.recordList, ...list];
  404. this.totalRecord=data.totalPage;
  405. })
  406. },
  407. //获取顾问列表
  408. getFreeList() {
  409. this.$u.get("/zkAgentPool/freeList?itemId="+this.buildingID).then(res => {
  410. this.freeList = res;
  411. this.freeList.forEach(item=>{
  412. item.label=item.name;
  413. item.value=item.agentId
  414. })
  415. })
  416. },
  417. // 筛选
  418. screenshow(){
  419. this.screenShow=true
  420. },
  421. actionSelectCallback(e){
  422. this.screen.agentId=e[0].value;
  423. this.screenShow=false;
  424. this.recordList=[];
  425. this.nextPage=1;
  426. this.getMyCustom();
  427. },
  428. reset(){
  429. this.screen={
  430. counselorName:'',
  431. record:'0',
  432. markAdvisor:null,
  433. visitRecord:null,
  434. validInvalid:null
  435. }
  436. this.screenShow=false;
  437. this.nextPage=1;
  438. this.recordList=[];
  439. this.getMyCustom();
  440. },
  441. recordclick(i){
  442. if(this.screen.visitRecord==i){
  443. this.screen.visitRecord=null
  444. }else{
  445. this.screen.visitRecord=i
  446. }
  447. },
  448. screenvisitRecord(i){
  449. if(this.screen.markAdvisor==i){
  450. this.screen.markAdvisor=null
  451. }else{
  452. this.screen.markAdvisor=i
  453. }
  454. },
  455. screenvisivalidInvalid(i){
  456. console.log(this.screen.validInvalid,i)
  457. if(this.screen.validInvalid==i){
  458. this.screen.validInvalid=null
  459. }else{
  460. this.screen.validInvalid=i
  461. }
  462. },
  463. screensure(){
  464. this.screenShow=false;
  465. this.recordList=[];
  466. this.nextPage=1;
  467. this.getMyCustom();
  468. },
  469. goSearch(){
  470. uni.navigateTo({
  471. url: '/pages/center/records/recordSearch'
  472. });
  473. },
  474. },
  475. }
  476. </script>
  477. <style lang="scss" scoped>
  478. .box {
  479. width: 100%;
  480. height: 100%;
  481. background: #F8F8F8;
  482. }
  483. .timeview{
  484. height: 80rpx;
  485. line-height: 80rpx;
  486. width: 100%;
  487. text-align: center;
  488. border-bottom: 1px solid #F8F8F8;
  489. }
  490. //时间切换的样式
  491. .boxtittab {
  492. width: 100;
  493. height: 92rpx;
  494. background: #FFFFFF;
  495. border: 1px solid #E0E0E0;
  496. display: flex;
  497. align-items: center;
  498. .tabbox {
  499. flex: 1;
  500. height: 100%;
  501. text-align: center;
  502. line-height: 92rpx;
  503. color: #666666;
  504. font-size: 28rpx;
  505. }
  506. }
  507. .search-box{
  508. width: 100%;
  509. height: 102rpx;
  510. background: #FFFFFF;
  511. display: flex;
  512. align-items: center;
  513. justify-content: center;
  514. .search{
  515. width: 94%;
  516. height: 70rpx;
  517. display: flex;
  518. align-items: center;
  519. background: #F8F8F8;
  520. border-radius: 33rpx;
  521. .search-img{
  522. width: 26rpx;
  523. height: 30rpx;
  524. margin-left: 20rpx;
  525. .search-img1{
  526. width: 100%;
  527. height: 100%;
  528. margin-top: 2rpx;
  529. }
  530. }
  531. .search-text{
  532. font-size: 28rpx;
  533. font-weight: 400;
  534. color: #999999;
  535. margin-left:10rpx;
  536. }
  537. }
  538. .search-screen{
  539. width: 40rpx;
  540. height: 40rpx;
  541. margin-left: 30rpx;
  542. .search-screen1{
  543. width: 100%;
  544. height: 100%;
  545. }
  546. }
  547. }
  548. .content{
  549. .content-tips{
  550. background: #fff;
  551. padding: 0 20rpx;
  552. box-sizing: border-box;
  553. overflow: hidden;
  554. margin-top: 20rpx;
  555. .content-first{
  556. margin-top: 19rpx;
  557. display: flex;
  558. justify-content: space-between;
  559. .left{
  560. display: flex;
  561. .img{
  562. width: 52rpx;
  563. height: 52rpx;
  564. background: #FFFFFF;
  565. border: 1px solid #C9C9C9;
  566. border-radius: 50%;
  567. text-align: center;
  568. line-height: 52rpx;
  569. }
  570. .name{
  571. font-weight: 600;
  572. color: #333333;
  573. // margin-left: 20rpx;
  574. margin-top: 11rpx;
  575. }
  576. .status{
  577. width: 110rpx;
  578. height: 42rpx;
  579. background: #FFF9F5;
  580. border-radius: 4rpx;
  581. font-size: 26rpx;
  582. font-weight: 400;
  583. color: #EC8D49;
  584. line-height: 42rpx;
  585. text-align: center;
  586. margin-left: 19rpx;
  587. margin-top: 11rpx;
  588. }
  589. }
  590. .right{
  591. display: flex;
  592. margin-top: 11rpx;
  593. .point{
  594. width: 12rpx;
  595. height: 12rpx;
  596. background: #2B6EFF;
  597. border-radius: 50%;
  598. margin-right: 9rpx;
  599. margin-top: 16rpx;
  600. }
  601. }
  602. }
  603. .content-sec{
  604. display: flex;
  605. justify-content: space-between;
  606. margin-top: 19rpx;
  607. .left{
  608. display: flex;
  609. .cus{
  610. font-size: 30rpx;
  611. font-weight: 400;
  612. color: #666666;
  613. // line-height: 30rpx;
  614. }
  615. .arriveNum{
  616. font-size: 30rpx;
  617. font-weight: 400;
  618. // line-height: 30rpx;
  619. margin-left: 10rpx;
  620. }
  621. }
  622. .right{
  623. width: 120rpx;
  624. height: 46rpx;
  625. background: #F4F8FD;
  626. border-radius: 6rpx;
  627. text-align: center;
  628. line-height: 46rpx;
  629. font-weight: 400;
  630. color: #2671E2;
  631. }
  632. }
  633. .content-last{
  634. // margin: 30rpx 0;
  635. font-size: 30rpx;
  636. font-weight: 400;
  637. color: #666666;
  638. line-height: 30rpx;
  639. margin-top: 22rpx;
  640. margin-bottom: 30rpx;
  641. }
  642. }
  643. }
  644. // 这是弹出层
  645. .screen{
  646. // box-sizing: border-box;
  647. // padding: 0 30rpx;
  648. position:absolute;
  649. .screen-counselor{
  650. display: flex;
  651. height: 106rpx;
  652. // padding: 40rpx 30rpx 36rpx 30rpx;
  653. padding: 0 30rpx;
  654. box-sizing: border-box;
  655. border-bottom: 1px solid #EEEEEE;
  656. .screen-text{
  657. margin: 40rpx 0 36rpx 0;
  658. font-size: 30rpx;
  659. font-weight: 400;
  660. color: #333333;
  661. line-height: 30rpx;
  662. }
  663. .screen-sel{
  664. display: flex;
  665. justify-content: space-between;
  666. width: 500rpx;
  667. margin-left: 60rpx;
  668. .screen-sel-img{
  669. margin: 40rpx 0 36rpx 0;
  670. width: 14rpx;
  671. height: 30rpx;
  672. }
  673. .screen-inp{
  674. margin-top: 20rpx;
  675. }
  676. }
  677. }
  678. .screen-record{
  679. height: 192rpx;
  680. // width: 100%;
  681. overflow: hidden;
  682. padding: 0 30rpx;
  683. box-sizing: border-box;
  684. border-bottom: 1px solid #EEEEEE;
  685. .screen-record-text{
  686. margin-top: 36rpx;
  687. font-size: 30rpx;
  688. font-weight: 400;
  689. color: #333333;
  690. line-height: 30rpx;
  691. }
  692. .screen-record-tab{
  693. margin-top: 30rpx;
  694. display: flex;
  695. // justify-content: space-around;
  696. .screen-record-chose{
  697. width: 156rpx;
  698. height: 60rpx;
  699. background: #2671E2;
  700. border-radius: 4rpx;
  701. border: 1px solid #2671E2;
  702. text-align: center;
  703. line-height: 60rpx;
  704. margin-right: 22rpx;
  705. color: #FFFFFF;
  706. }
  707. .screen-record-nochose{
  708. width: 156rpx;
  709. height: 60rpx;
  710. background: #FFFFFF;
  711. border-radius: 4rpx;
  712. border: 1px solid #C9C9C9;
  713. text-align: center;
  714. line-height: 60rpx;
  715. margin-right: 22rpx;
  716. }
  717. }
  718. }
  719. .screen-foot{
  720. width: 100%;
  721. height: 100rpx;
  722. display: flex;
  723. .screen-foot-reset{
  724. width: 50%;
  725. text-align: center;
  726. height: 100rpx;
  727. line-height: 100rpx;
  728. font-size: 30rpx;
  729. font-weight: 400;
  730. color: #666666;
  731. }
  732. .screen-foot-sure{
  733. width: 50%;
  734. text-align: center;
  735. line-height: 100rpx;
  736. height: 100rpx;
  737. font-size: 30rpx;
  738. font-weight: 400;
  739. color: #FFFFFF;
  740. background: #2671E2;
  741. }
  742. }
  743. }
  744. </style>