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.
 
 
 

894 lines
22 KiB

  1. <template>
  2. <view class="box">
  3. <view class="content">
  4. <view class="content-tips" @click="goedit()">
  5. <view class="content-first">
  6. <view class="left">
  7. <view class="img">{{customerInfo.name.slice(0,1) || '--'}}</view>
  8. <view class="test">{{customerInfo.name || '--'}}</view>
  9. <view class="edit">
  10. <image class="screen-sel-img" src="../../../static/images/edit.png" mode=""></image>
  11. </view>
  12. </view>
  13. <!-- <view class="right">
  14. <view class="point"></view>
  15. <view class="test">定金</view>
  16. </view> -->
  17. </view>
  18. <view class="content-sec">
  19. <view class="content-sec-lab">
  20. 手机号码:<view class="content-sec-lab1">{{customerInfo.phone || '--'}}</view>
  21. </view>
  22. <view class="content-sec-lab">
  23. 客户标签:
  24. <view class="content-sec-tips">投资</view>
  25. <view class="content-sec-tips">理财专用</view>
  26. <view class="content-sec-tips">学区</view>
  27. </view>
  28. <view class="content-sec-lab">
  29. 顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
  30. </view>
  31. <view class="content-sec-lab">
  32. 添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>
  33. </view>
  34. <view class="content-sec-num">
  35. <view class="">{{customerInfo.visitRecord || '--'}}次到访</view>
  36. <view class="">{{customerInfo.fraction || '0'}}% | {{customerInfo.fraction || '0'}}分</view>
  37. </view>
  38. </view>
  39. <view class="content-last">
  40. <view class="content-last-con">
  41. 备注:{{customerInfo.demand.remarks ? customerInfo.demand.remarks : "暂无"}}
  42. </view>
  43. </view>
  44. </view>
  45. </view>
  46. <view class="tabchange">
  47. <view class="tab">
  48. <view class="tabbox">
  49. <view :class="{ activecllasscet: activeTotal == 0 }" @click="tabtimetap(0)">接待记录</view>
  50. </view>
  51. <view class="tabbox">
  52. <view :class="{ activecllasscet: activeTotal == 1 }" @click="tabtimetap(1)">跟进记录</view>
  53. </view>
  54. <view class="tabbox">
  55. <view :class="{ activecllasscet: activeTotal == 2 }" @click="tabtimetap(2)">执行率</view>
  56. </view>
  57. </view>
  58. <!-- 接待记录 -->
  59. <view class="tabactive1" v-if="activeTotal==0" style="min-height: 600rpx;">
  60. <view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  61. <view style="width: 100%;padding-top: 60rpx;">
  62. <view style="width: 100%;text-align: center;">
  63. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  64. </view>
  65. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  66. </view>
  67. </view>
  68. <view v-if="Thevisitingrecords.length!=0" class="content-tips" v-for="(item,index) in Thevisitingrecords" :key="index" @click="tapThevisiting(item)">
  69. <view class="content-first">
  70. <view class="left">
  71. <view class="img">{{item.agentName.slice(0,1) || '--'}}</view>
  72. <view class="name">{{item.agentName || '--'}}</view>
  73. <view class="status">代接待</view>
  74. </view>
  75. <!-- <view class="right">
  76. <view class="point"></view>
  77. <view class="">优秀案例</view>
  78. </view> -->
  79. </view>
  80. <view class="content-sec">
  81. <view class="left">
  82. <view class="cus">客户:{{item.name || ''}} |</view>
  83. <view class="arriveNum">{{item.visitRecord || '--'}}次到访</view>
  84. </view>
  85. <view class="right">{{item.fraction || '0'}}% | {{item.fraction || '0'}}分</view>
  86. </view>
  87. <view class="content-last">{{item.createTime}} | {{item.mm || '--'}}分钟</view>
  88. </view>
  89. </view>
  90. <!-- 跟进记录 -->
  91. <view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;">
  92. <view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  93. <view style="width: 100%;padding-top: 60rpx;">
  94. <view style="width: 100%;text-align: center;">
  95. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  96. </view>
  97. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  98. </view>
  99. </view>
  100. <view v-if="fllowList.length!=0" class="tab2-tips" v-for="(item,index) in fllowList" :key="index">
  101. <view class="tab2-first">
  102. <view class="tab2-first-1">
  103. <view class="tab2-first-left">
  104. <view class="img">{{item.agentName.slice(0,1) || '--'}}</view>
  105. <view class="name">{{item.agentName || '||'}}</view>
  106. </view>
  107. <view class="tab2-first-right">{{item.createTime}}</view>
  108. </view>
  109. <view class="tab2-first-foot">跟进内容:{{item.remarks || '暂无'}}</view>
  110. </view>
  111. <!-- <view class="tab2-sec">
  112. <view class="tab-sec-edit">编辑记录</view>
  113. </view> -->
  114. </view>
  115. </view>
  116. <!-- 评分 -->
  117. <view class="ratecenter" v-if="activeTotal==2">
  118. <view class="ratetetle">执行总览</view>
  119. <view class="rateyuanbox">
  120. <view class="rateyuanboxzuo">
  121. <view class="boxzuoview cccccc">3次</view>
  122. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待次数</view>
  123. </view>
  124. <view class="rateyuanboxyou">
  125. <view class="boxzuoview" style="width: 100%;display: flex;justify-content: center;">
  126. <u-circle-progress active-color="#4FC78F" width='139' :percent="customerInfo.fraction">
  127. <view style="text-align: center;color: #4FC78F;">{{customerInfo.fraction}}%</view>
  128. </u-circle-progress>
  129. </view>
  130. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">销讲执行率</view>
  131. </view>
  132. <view class="rateyuanboxzuo">
  133. <view class="boxzuoview cccccc">{{customerInfo.mm}}分</view>
  134. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待时长</view>
  135. </view>
  136. </view>
  137. <view style="width: 100%;height: 80rpx;border-bottom: 1rpx solid #E0E0E0;display: flex;align-items: center;">
  138. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 20rpx;">指标</view>
  139. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 170rpx;">执行率</view>
  140. </view>
  141. <view v-if="ratelist.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  142. <view style="width: 100%;padding-top: 60rpx;">
  143. <view style="width: 100%;text-align: center;">
  144. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  145. </view>
  146. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  147. </view>
  148. </view>
  149. <view v-if="ratelist.length!=0" class="rate-box" style="margin-top: 10rpx;">
  150. <!-- <view class="title">总执行率 {{totalRate}}%</view> -->
  151. <view v-for="(item,index) in ratelist" :key="index" class="u-m-b-14">
  152. <view class="level1">
  153. <view class="level-name u-line-1">
  154. {{item.name}}
  155. </view>
  156. <view class="level-progress">
  157. <view class="color" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  158. </view>
  159. <view class="level-rate">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%</view>
  160. <image v-if="!item.show" class="arrow rotatearrow" @click="changeshow(item,1)" src="/static/images/down.png"
  161. mode="" />
  162. <image v-else class="arrow" @click="changeshow(item,0)" src="/static/images/up.png" mode="" />
  163. </view>
  164. <view class="level1-subbox" v-if="item.show">
  165. <view class="sub-name" v-for="(subitem,i) in item.children" :key="i">
  166. <view class="subitem-name u-line-1" @tap="clickaudeopal(subitem)">{{subitem.name}}</view>
  167. <image class="checkimg" v-if="!subitem.selected" src="/static/images/rate-checked.png" mode="" />
  168. <image class="checkimg" v-else src="/static/images/rate-nocheck.png" mode="" />
  169. </view>
  170. </view>
  171. </view>
  172. </view>
  173. </view>
  174. </view>
  175. <view class="pon-foot" v-if="buttonisshow">
  176. <view class="foot-tab" @click="goRemind">添加提醒</view>
  177. <!-- <view class="foot-tab">拨打电话</view> -->
  178. <view class="foot-tab" @click="followRecordAdd()">写跟进</view>
  179. </view>
  180. </view>
  181. </template>
  182. <script>
  183. export default{
  184. data(){
  185. return{
  186. activeTotal: 0,
  187. customerId:'',
  188. customerInfo:{
  189. name:'',
  190. createTime:'',
  191. agentName:''
  192. },
  193. Thevisitingrecords:[],
  194. totalRate:[],
  195. ratelist:[],
  196. fllowList:[],
  197. userInfo:{},
  198. buttonisshow:false
  199. }
  200. },
  201. onLoad(options) {
  202. this.customerId = options.id;
  203. },
  204. onShow() {
  205. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  206. if(this.userInfo.dataCode == 6){
  207. this.buttonisshow=true;
  208. }else{
  209. this.buttonisshow=false
  210. }
  211. this.getCustomerInfo()
  212. this.tabtimetap(0)
  213. },
  214. methods:{
  215. // 获取到访记录
  216. getVisitList() {
  217. this.$u.get("/customer/findByPhoneAndProject?id=" + this.customerId, ).then(res => {
  218. this.Thevisitingrecords = res
  219. })
  220. },
  221. // 获取客户信息
  222. getCustomerInfo() {
  223. const that = this;
  224. this.$u.get("/customer/findById", {
  225. id: this.customerId
  226. }).then(res => {
  227. if(res.fraction==null){
  228. res.fraction='0';
  229. }
  230. this.customerInfo = res;
  231. })
  232. },
  233. tabtimetap(idx){
  234. this.activeTotal=idx
  235. if(idx==0){
  236. this.getVisitList()
  237. }else if(idx==1){
  238. this.getFollowList()
  239. }else{
  240. this.getRatelist()
  241. }
  242. },
  243. tapThevisiting(item) {
  244. if(item.yon!=0){
  245. uni.showToast({
  246. icon:'none',
  247. title: '暂无录音',
  248. duration: 2000
  249. });
  250. return
  251. }else{
  252. const parames = {
  253. pageNum: 1,
  254. pageSize: 100,
  255. query: {
  256. customerId: item.id,
  257. }
  258. }
  259. var item={
  260. bg:0,
  261. customerId:item.id,
  262. id:''
  263. }
  264. this.$u.post("/corpus/findByPage", parames).then(res => {
  265. if(res[0].recordDuration>360){
  266. let newobj = res[0];
  267. uni.navigateTo({
  268. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&itemobj=${JSON.stringify(item)}&stateisshow=${"2"}`
  269. })
  270. }else{
  271. let newobj = res[0];
  272. uni.navigateTo({
  273. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&itemobj=${JSON.stringify(item)}&stateisshow=${"1"}`
  274. })
  275. }
  276. })
  277. }
  278. },
  279. // 获取跟进记录
  280. getFollowList() {
  281. this.fllowList=[];
  282. this.$u.post("/customer/getCusStage", {
  283. customerId: this.customerId
  284. }).then(res => {
  285. res.forEach(item=>{
  286. item.agentName=this.customerInfo.agentName
  287. })
  288. this.fllowList = res;
  289. })
  290. },
  291. // 新增跟进
  292. followRecordAdd() {
  293. uni.navigateTo({
  294. url: `/pages/center/consumer/newFollowup/newFollowup?id=${this.customerId}`
  295. })
  296. },
  297. // 去编辑
  298. goedit(){
  299. // console.log('去编辑')
  300. uni.navigateTo({
  301. url:'/pages/center/consumer/edit'
  302. })
  303. },
  304. // 去添加提醒
  305. goRemind(){
  306. uni.navigateTo({
  307. url:'/pages/center/consumer/remind'
  308. })
  309. },
  310. //评分点击
  311. clickaudeopal(item){
  312. if(item.selected==0){
  313. uni.navigateTo({
  314. url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
  315. })
  316. }
  317. },
  318. changeshow(item, type) {
  319. if (type == 1) {
  320. item.show = true
  321. } else {
  322. item.show = false
  323. }
  324. },
  325. // 获取评分
  326. getRatelist() {
  327. this.$u.get("/customer/findzkMByCusId", {
  328. cusId: this.customerId
  329. }).then(res => {
  330. if (res.length) {
  331. let level1 = []
  332. let level2rate = 0
  333. res.forEach(item => {
  334. if (item.pid == 0) {
  335. level1.push({
  336. id: item.marketingId,
  337. rate: item.fraction,
  338. name: item.name,
  339. sort: item.sort,
  340. show: false,
  341. ratepercent: 0,
  342. children: []
  343. })
  344. } else {
  345. if (item.selected == 0) {
  346. level2rate += item.fraction
  347. }
  348. }
  349. })
  350. this.totalRate = level2rate
  351. res.forEach(subitem => {
  352. let subitempid = subitem.pid
  353. level1.forEach(item => {
  354. if (subitempid == item.id) {
  355. if (subitem.selected == 0) {
  356. item.ratepercent += subitem.fraction
  357. }
  358. item.children.push({
  359. id: subitem.id,
  360. rate: subitem.fraction,
  361. selected: subitem.selected,
  362. name: subitem.name,
  363. marketingId:subitem.marketingId
  364. })
  365. }
  366. })
  367. })
  368. level1[0].show = true;
  369. this.ratelist = level1
  370. }
  371. })
  372. },
  373. }
  374. }
  375. </script>
  376. <style lang="scss" scoped>
  377. .cccccc{
  378. text-align: center;
  379. height: 140rpx;
  380. line-height: 140rpx;
  381. font-size: 30rpx;
  382. }
  383. .ratecenter{
  384. background-color: #FFFFFF;
  385. padding-bottom: 30rpx;
  386. width: 100%;
  387. .ratetetle{
  388. padding: 30rpx;
  389. font-size: 30rpx;
  390. font-weight: 400;
  391. color: #333333;
  392. padding-bottom:6rpx;
  393. }
  394. .rateyuanbox{
  395. width: 100%;
  396. height:210rpx;
  397. padding-bottom: 30rpx;
  398. border-bottom:1rpx solid #E0E0E0;
  399. display: flex;
  400. padding-left: 80rpx;
  401. padding-right: 80rpx;
  402. .rateyuanboxzuo{
  403. width: 30%;
  404. height: 100%;
  405. }
  406. .rateyuanboxyou{
  407. width: 40%;
  408. height: 100%;
  409. }
  410. .boxzuoview{
  411. width: 100%;
  412. height: 140rpx;
  413. }
  414. }
  415. }
  416. .box {
  417. width: 100%;
  418. height: 100%;
  419. background: #F8F8F8;
  420. }
  421. // 评分
  422. .rate-box {
  423. padding: 10rpx 20rpx;
  424. background-color: #FFFFFF;
  425. .date {
  426. width: 300rpx;
  427. height: 33rpx;
  428. font-size: 24rpx;
  429. font-weight: 400;
  430. color: #333333;
  431. line-height: 33rpx;
  432. letter-spacing: 1rpx;
  433. margin-bottom: 8rpx;
  434. }
  435. .title {
  436. width: 100%;
  437. height: 42rpx;
  438. font-size: 30rpx;
  439. font-weight: 500;
  440. color: #333333;
  441. line-height: 42rpx;
  442. letter-spacing: 2rpx;
  443. margin-bottom: 20rpx;
  444. }
  445. .level1 {
  446. display: flex;
  447. align-items: center;
  448. .level-name {
  449. width: 104rpx;
  450. height: 33rpx;
  451. font-size: 24rpx;
  452. font-weight: 500;
  453. color: #333333;
  454. line-height: 33rpx;
  455. letter-spacing: 1rpx;
  456. margin-right: 10rpx;
  457. }
  458. .level-progress {
  459. flex: 1;
  460. border-radius: 11rpx;
  461. height: 21rpx;
  462. background-color: #BEE4FF;
  463. position: relative;
  464. .color {
  465. width: 0;
  466. position: absolute;
  467. top: 0;
  468. left: 0;
  469. height: 21rpx;
  470. border-radius: 11rpx 0 0 11rpx;
  471. background-color: #008EF2;
  472. }
  473. }
  474. .level-rate {
  475. width: 65rpx;
  476. height: 33rpx;
  477. font-size: 24rpx;
  478. font-weight: 500;
  479. color: #333333;
  480. line-height: 33rpx;
  481. letter-spacing: 1rpx;
  482. margin: 0 20rpx 0 15rpx;
  483. }
  484. .arrow {
  485. width: 37rpx;
  486. height: 21rpx;
  487. padding: 5rpx 20rpx;
  488. }
  489. .rotatearrow {
  490. transform: rotate(270deg);
  491. }
  492. }
  493. .level1-subbox {
  494. display: flex;
  495. margin-top: 20rpx;
  496. flex-wrap: wrap;
  497. .sub-name {
  498. width: 50%;
  499. display: flex;
  500. margin-bottom: 18rpx;
  501. .subitem-name {
  502. width: 104rpx;
  503. height: 33rpx;
  504. font-size: 24rpx;
  505. font-weight: 400;
  506. color: #999999;
  507. line-height: 33rpx;
  508. letter-spacing: 1rpx;
  509. margin-right: 12rpx;
  510. }
  511. .checkimg {
  512. width: 27rpx;
  513. height: 27rpx;
  514. }
  515. }
  516. }
  517. }
  518. .tab{
  519. height: 88rpx;
  520. border-bottom: 1px solid #E0E0E0;
  521. background: #FFFFFF;
  522. display: flex;
  523. align-items: center;
  524. .tabbox {
  525. flex: 1;
  526. height: 100%;
  527. text-align: center;
  528. line-height: 92rpx;
  529. color: #666666;
  530. font-size: 28rpx;
  531. display: flex;
  532. justify-content: center;
  533. .activecllasscet {
  534. border-bottom: 2px solid #2671E2;
  535. color: #2671E2;
  536. font-weight: 600;
  537. }
  538. }
  539. }
  540. .content{
  541. // height: 1000rpx;/
  542. overflow: hidden;
  543. border-top: 1px solid #E0E0E0;
  544. .content-tips{
  545. background: #fff;
  546. // box-sizing: border-box;
  547. margin-bottom: 20rpx;
  548. overflow: hidden;
  549. .content-first{
  550. padding: 19rpx 30rpx;
  551. display: flex;
  552. justify-content: space-between;
  553. box-sizing: border-box;
  554. // border-top: 1px solid #E0E0E0;
  555. font-weight: 400;
  556. color: #292929;
  557. height: 90rpx;
  558. font-size: 30rpx;
  559. line-height: 30rpx;
  560. .left{
  561. display: flex;
  562. .img{
  563. // margin-top: 19rpx;
  564. width: 52rpx;
  565. height: 52rpx;
  566. border: 1px solid #E0E0E0;
  567. border-radius: 50%;
  568. text-align: center;
  569. line-height: 50rpx;
  570. }
  571. .test{
  572. margin-top: 11rpx;
  573. margin-left: 20rpx;
  574. font-weight: 500;
  575. color: #333333;
  576. }
  577. .edit{
  578. height: 30rpx;
  579. width: 30rpx;
  580. margin-left: 30rpx;
  581. margin-top: 11rpx;
  582. image{
  583. width: 100%;
  584. height: 100%;
  585. }
  586. }
  587. }
  588. .right{
  589. display: flex;
  590. .point{
  591. width: 12rpx;
  592. height: 12rpx;
  593. background: #2B6EFF;
  594. border-radius: 50%;
  595. margin-right: 9rpx;
  596. margin-top: 20rpx;
  597. }
  598. .test{
  599. margin-top: 11rpx;
  600. }
  601. }
  602. }
  603. .content-sec{
  604. border-top: 1px solid #E0E0E0;
  605. padding: 0 30rpx;
  606. height: 270rpx;
  607. position: relative;
  608. .content-sec-lab{
  609. margin-top: 30rpx;
  610. display: flex;
  611. font-size: 30rpx;
  612. font-weight: 400;
  613. color: #666666;
  614. line-height: 30rpx;
  615. .content-sec-lab1{
  616. color: #333333;
  617. }
  618. .content-sec-tips{
  619. max-width:174rpx ;
  620. height: 46rpx;
  621. background: #F2F2F2;
  622. border-radius: 6rpx;
  623. text-align: center;
  624. line-height: 26rpx;
  625. overflow: hidden;
  626. text-overflow:ellipsis;
  627. white-space: nowrap;
  628. font-size: 26rpx;
  629. font-weight: 400;
  630. color: #333333;
  631. margin-right: 24rpx;
  632. box-sizing: border-box;
  633. padding: 10rpx 24rpx;
  634. }
  635. }
  636. .content-sec-num{
  637. position: absolute;
  638. width: 190rpx;
  639. height: 90rpx;
  640. background: #F4F8FD;
  641. border-radius: 12rpx;
  642. font-weight: 400;
  643. color: #2671E2;
  644. line-height: 45rpx;
  645. bottom: 30rpx;
  646. right: 30rpx;
  647. text-align: center;
  648. }
  649. }
  650. .content-last{
  651. padding: 30rpx;
  652. height: 168rpx;
  653. .content-last-con{
  654. width: 690rpx;
  655. height: 108rpx;
  656. background: #F8F8F8;
  657. border-radius: 8rpx;
  658. padding: 14rpx 20rpx;
  659. font-size: 28rpx;
  660. font-weight: 400;
  661. color: #333333;
  662. line-height: 40rpx;
  663. }
  664. }
  665. }
  666. }
  667. .tabchange{
  668. // background: #FFFFFF;
  669. overflow: hidden;
  670. .tabactive1{
  671. .content-tips{
  672. background: #fff;
  673. padding: 0 30rpx;
  674. box-sizing: border-box;
  675. overflow: hidden;
  676. margin-bottom: 20rpx;
  677. .content-first{
  678. margin-top: 19rpx;
  679. display: flex;
  680. justify-content: space-between;
  681. .left{
  682. display: flex;
  683. .img{
  684. width: 52rpx;
  685. height: 52rpx;
  686. background: #FFFFFF;
  687. border: 1px solid #C9C9C9;
  688. border-radius: 50%;
  689. text-align: center;
  690. line-height: 52rpx;
  691. }
  692. .name{
  693. font-weight: 600;
  694. color: #333333;
  695. margin-left: 20rpx;
  696. margin-top: 11rpx;
  697. }
  698. .status{
  699. width: 110rpx;
  700. height: 42rpx;
  701. background: #FFF9F5;
  702. border-radius: 4rpx;
  703. font-size: 26rpx;
  704. font-weight: 400;
  705. color: #EC8D49;
  706. line-height: 42rpx;
  707. text-align: center;
  708. margin-left: 19rpx;
  709. margin-top: 11rpx;
  710. }
  711. }
  712. .right{
  713. display: flex;
  714. margin-top: 11rpx;
  715. .point{
  716. width: 12rpx;
  717. height: 12rpx;
  718. background: #2B6EFF;
  719. border-radius: 50%;
  720. margin-right: 9rpx;
  721. margin-top: 16rpx;
  722. }
  723. }
  724. }
  725. .content-sec{
  726. display: flex;
  727. justify-content: space-between;
  728. margin-top: 19rpx;
  729. .left{
  730. display: flex;
  731. .cus{
  732. font-size: 30rpx;
  733. font-weight: 400;
  734. color: #666666;
  735. line-height: 30rpx;
  736. }
  737. .arriveNum{
  738. font-size: 30rpx;
  739. font-weight: 400;
  740. line-height: 30rpx;
  741. margin-left: 10rpx;
  742. }
  743. }
  744. .right{
  745. width: 192rpx;
  746. height: 46rpx;
  747. background: #F4F8FD;
  748. border-radius: 6rpx;
  749. text-align: center;
  750. line-height: 46rpx;
  751. font-weight: 400;
  752. color: #2671E2;
  753. }
  754. }
  755. .content-last{
  756. margin: 30rpx 0;
  757. font-size: 30rpx;
  758. font-weight: 400;
  759. color: #666666;
  760. line-height: 30rpx;
  761. }
  762. }
  763. }
  764. .tabactive2{
  765. .tab2-tips{
  766. background: #fff;
  767. // height: 270rpx;
  768. overflow: auto;
  769. margin-bottom: 20rpx;
  770. .tab2-first{
  771. // height: 150rpx;
  772. border-bottom: 1px solid #E0E0E0;
  773. padding: 0 30rpx;
  774. margin-top: 19rpx;
  775. box-sizing: border-box;
  776. .tab2-first-1{
  777. display: flex;
  778. justify-content: space-between;
  779. // height: 75rpx;
  780. .tab2-first-left{
  781. display: flex;
  782. .img{
  783. width: 52rpx;
  784. height: 52rpx;
  785. background: #FFFFFF;
  786. border: 1px solid #C9C9C9;
  787. border-radius: 50%;
  788. text-align: center;
  789. line-height: 52rpx;
  790. }
  791. .name{
  792. font-weight: 600;
  793. color: #333333;
  794. margin-left: 20rpx;
  795. margin-top: 11rpx;
  796. }
  797. }
  798. .tab2-first-right{
  799. font-size: 30rpx;
  800. font-weight: 400;
  801. color: #666666;
  802. margin-top: 11rpx;
  803. }
  804. }
  805. .tab2-first-foot{
  806. margin-top: 19rpx;
  807. margin-bottom: 30rpx;
  808. font-size: 30rpx;
  809. font-weight: 400;
  810. color: #666666;
  811. line-height: 30rpx;
  812. }
  813. }
  814. .tab2-sec{
  815. height: 120rpx;
  816. padding: 30rpx;
  817. float: right;
  818. .tab-sec-edit{
  819. width: 156rpx;
  820. height: 60rpx;
  821. background: #FFFFFF;
  822. border-radius: 4px;
  823. border: 1px solid #2671E2;
  824. text-align: center;
  825. line-height: 60rpx;
  826. font-weight: 400;
  827. color: #2671E2;
  828. }
  829. }
  830. }
  831. }
  832. }
  833. .pon-foot{
  834. position: fixed;
  835. width: 750rpx;
  836. height: 100rpx;
  837. background: #FFFFFF;
  838. box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5);
  839. bottom: 0;
  840. display: flex;
  841. justify-content: space-around;
  842. align-items: center;
  843. // padding-top: 24rpx;
  844. box-sizing: border-box;
  845. // padding: ;
  846. .foot-tab{
  847. text-align: center;
  848. width: 270rpx;
  849. height: 70rpx;
  850. line-height: 70rpx;
  851. background: #2671E2;
  852. box-shadow: 0px -2rpx 8rpx 0px rgba(224, 224, 224, 0.5);
  853. border-radius: 6rpx;
  854. font-size: 30rpx;
  855. font-weight: 400;
  856. color: #FFFFFF;
  857. }
  858. }
  859. </style>