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.
 
 
 

1145 lines
28 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 v-if="customerInfo.level.length==0"></view>
  8. <view class="img" v-else-if="customerInfo.level==1">A</view>
  9. <view class="img" v-else-if="customerInfo.level==2">B</view>
  10. <view class="img" v-else-if="customerInfo.level==3">C</view>
  11. <view class="img" v-else-if="customerInfo.level==4">D</view>
  12. <view class="test">{{customerInfo.name || '--'}}</view>
  13. <view class="edit">
  14. <image class="screen-sel-img" src="../../../static/images/edit.png" mode=""></image>
  15. </view>
  16. </view>
  17. <!-- <view class="right">
  18. <view class="point"></view>
  19. <view class="test">定金</view>
  20. </view> -->
  21. </view>
  22. <view class="content-sec">
  23. <view class="content-sec-lab">
  24. 手机号码:<view class="content-sec-lab1">{{customerInfo.phone&&customerInfo.isShow==1?customerInfo.phone.substr(0, 3) + '****' + customerInfo.phone.substr(7):customerInfo.phone&&customerInfo.isShow!=1?customerInfo.phone: '--'}}</view>
  25. </view>
  26. <view class="content-sec-lab" @click.stop="tipupon">
  27. 客户标签:
  28. <text v-if="!customerInfo.demand.cusSemanticWordsList">暂无</text>
  29. <view v-else class="content-sec-tips" v-for="(che,ind) in customerInfo.demand.cusSemanticWordsList" :key='ind'>{{che.name}}</view>
  30. <view class="conmsg-msg-lab-img" v-if="customerInfo.demand.cusSemanticWordsList.length>0">
  31. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  32. </view>
  33. </view>
  34. <view class="content-sec-lab">
  35. 顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
  36. </view>
  37. <view class="content-sec-lab">
  38. 添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>
  39. </view>
  40. <view class="content-sec-num">
  41. <view class="">{{customerInfo.visitRecord || '--'}}次到访</view>
  42. <view class="">{{customerInfo.fraction || '0'}}% | {{customerInfo.mm || '0'}}<text style="font-size: 24rpx;">min</text></view>
  43. </view>
  44. </view>
  45. <view class="content-last">
  46. <view class="content-last-con">
  47. 备注:{{customerInfo.remarks ? customerInfo.remarks : "暂无"}}
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="tabchange">
  53. <view class="tab">
  54. <view class="tabbox">
  55. <view :class="{ activecllasscet: activeTotal == 0 }" @click="tabtimetap(0)">接待记录</view>
  56. </view>
  57. <view class="tabbox">
  58. <view :class="{ activecllasscet: activeTotal == 1 }" @click="tabtimetap(1)">跟进记录</view>
  59. </view>
  60. <view class="tabbox">
  61. <view :class="{ activecllasscet: activeTotal == 2 }" @click="tabtimetap(2)">执行率</view>
  62. </view>
  63. </view>
  64. <!-- 接待记录 -->
  65. <view class="tabactive1" v-if="activeTotal==0" style="min-height: 800rpx;">
  66. <view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  67. <view style="width: 100%;padding-top: 60rpx;">
  68. <view style="width: 100%;text-align: center;">
  69. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  70. </view>
  71. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  72. </view>
  73. </view>
  74. <view v-if="Thevisitingrecords.length!=0" class="content-tips" v-for="(item,index) in Thevisitingrecords" :key="index" @click="tapThevisiting(item)">
  75. <view class="content-first">
  76. <view class="left">
  77. <view v-if="item.level.length==0"></view>
  78. <view class="img" v-else-if="item.level==1">A</view>
  79. <view class="img" v-else-if="item.level==2">B</view>
  80. <view class="img" v-else-if="item.level==3">C</view>
  81. <view class="img" v-else-if="item.level==4">D</view>
  82. <view class="name">{{item.agentName || '--'}}</view>
  83. <view class="status" v-if="item.replaceReception==1">代接待</view>
  84. </view>
  85. <!-- <view class="right">
  86. <view class="point"></view>
  87. <view class="">优秀案例</view>
  88. </view> -->
  89. </view>
  90. <view class="content-sec">
  91. <view class="left">
  92. <view class="cus" style="line-height: 46rpx;">客户:{{item.name || ''}} |</view>
  93. <view style="line-height: 46rpx;" class="arriveNum">{{item.visitRecord || '--'}}次到访</view>
  94. </view>
  95. <view class="right">{{item.fraction || '0'}}%</view>
  96. </view>
  97. <view class="content-last">{{item.createTime}} | {{item.mm || '--'}}min</view>
  98. </view>
  99. </view>
  100. <!-- 跟进记录 -->
  101. <view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;">
  102. <view v-if="fllowList.length==0" style="width: 100%;height:600rpx;display: flex;align-items: center;background-color: #FFFFFF;">
  103. <view style="width: 100%;padding-top: 60rpx;">
  104. <view style="width: 100%;text-align: center;">
  105. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  106. </view>
  107. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  108. </view>
  109. </view>
  110. <view v-if="fllowList.length!=0" class="tab2-tips" v-for="(item,index) in fllowList" :key="index">
  111. <view class="tab2-first">
  112. <view class="tab2-first-1">
  113. <view class="tab2-first-left">
  114. <view class="img">{{item.agentName.slice(0,1) || '--'}}</view>
  115. <view class="name">{{item.agentName || '||'}}</view>
  116. </view>
  117. <view class="tab2-first-right">{{item.createTime}}</view>
  118. </view>
  119. <view class="tab2-first-foot">跟进内容:{{item.remarks || '暂无'}}</view>
  120. </view>
  121. <!-- <view class="tab2-sec">
  122. <view class="tab-sec-edit">编辑记录</view>
  123. </view> -->
  124. </view>
  125. </view>
  126. <!-- 评分 -->
  127. <view class="ratecenter" v-if="activeTotal==2">
  128. <view class="ratetetle">执行总览</view>
  129. <view class="rateyuanbox">
  130. <view class="rateyuanboxzuo">
  131. <view class="boxzuoview cccccc">{{customerInfo.visitRecord || '--'}}次</view>
  132. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待次数</view>
  133. </view>
  134. <view class="rateyuanboxyou">
  135. <view class="boxzuoview" style="width: 100%;display: flex;justify-content: center;">
  136. <u-circle-progress active-color="#4FC78F" width='139' :percent="customerInfo.fraction">
  137. <view style="text-align: center;color: #4FC78F;">{{customerInfo.fraction}}%</view>
  138. </u-circle-progress>
  139. </view>
  140. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">销讲执行率</view>
  141. </view>
  142. <view class="rateyuanboxzuo">
  143. <view class="boxzuoview cccccc">{{customerInfo.mm}}min</view>
  144. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待时长</view>
  145. </view>
  146. </view>
  147. <view style="width: 100%;height: 80rpx;border-bottom: 1rpx solid #E0E0E0;display: flex;align-items: center;">
  148. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 20rpx;">指标</view>
  149. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 170rpx;">执行率</view>
  150. </view>
  151. <view v-if="ratelist.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  152. <view style="width: 100%;padding-top: 60rpx;">
  153. <view style="width: 100%;text-align: center;">
  154. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  155. </view>
  156. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  157. </view>
  158. </view>
  159. <view class="Level-box" v-if="ratelist.length!=0" v-for="(item,index) in ratelist" :key="index">
  160. <view class="Level1che" @click="changeshow(item,1)">
  161. <view class="title1">{{item.name}}</view>
  162. <view class="leve1-jindu">
  163. <view class="jindutiao">
  164. <view class="huanxing" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  165. <view class="text">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%</view>
  166. </view>
  167. </view>
  168. <view class="jiantobox">
  169. <image v-if="!item.show" class="arrow rotatearrow" src="/static/images/down.png" mode="" />
  170. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  171. </view>
  172. </view>
  173. <view class="hhhbox" v-if="item.show" v-for="(subitem,i) in item.children" :key="i">
  174. <view class="Level2che" @click="changeshow2(subitem,1)">
  175. <view class="title1" >{{subitem.name}}</view>
  176. <view class="leve1-jindu" >
  177. <view class="zhixing" v-if="!subitem.selected">已执行</view>
  178. <view class="zhixing2" v-else>未执行</view>
  179. </view>
  180. <view class="jiantobox">
  181. <image v-if="!subitem.show" class="arrow rotatearrow" src="/static/images/down.png" mode="" />
  182. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  183. </view>
  184. </view>
  185. <view class="hsnrtest" v-if="subitem.show">话术内容</view>
  186. <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" v-for="(che,inc) in subitem.children" :key='inc'>
  187. <view class="title1" >{{inc+1}}.{{che.name}}</view>
  188. <view class="jiantobox">
  189. <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" mode="" />
  190. </view>
  191. </view>
  192. <view v-if="subitem.show" style="width: 100%;height: 30rpx;"></view>
  193. </view>
  194. </view>
  195. </view>
  196. </view>
  197. <view class="pon-foot" v-if="buttonisshow">
  198. <view class="foot-tab" @click="goRemind">添加提醒</view>
  199. <!-- <view class="foot-tab">拨打电话</view> -->
  200. <view class="foot-tab" @click="followRecordAdd()">写跟进</view>
  201. </view>
  202. <!-- closeable -->
  203. <u-popup v-model="tipshow" mode="center" width="500rpx" height="500rpx" closeable>
  204. <scroll-view scroll-y="true" style="height: 440rpx;">
  205. <view style="margin-top: 60rpx; display: flex; flex-wrap: wrap; padding-left: 20rpx;">
  206. <view class="upon-sec-tips" v-for="(item,index) in customerInfo.demand.cusSemanticWords" :key="index">
  207. {{item.name}}
  208. </view>
  209. </view>
  210. </scroll-view>
  211. </u-popup>
  212. </view>
  213. </template>
  214. <script>
  215. export default{
  216. data(){
  217. return{
  218. activeTotal: 0,
  219. customerId:'',
  220. tipshow:false,
  221. customerInfo:{
  222. name:'',
  223. createTime:'',
  224. agentName:''
  225. },
  226. Thevisitingrecords:[],
  227. totalRate:[],
  228. ratelist:[],
  229. fllowList:[],
  230. userInfo:{},
  231. buttonisshow:false
  232. }
  233. },
  234. onLoad(options) {
  235. this.customerId = options.id;
  236. },
  237. onShow() {
  238. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  239. if(this.userInfo.dataCode == 6){
  240. this.buttonisshow=true;
  241. }else{
  242. this.buttonisshow=false
  243. }
  244. this.getCustomerInfo()
  245. this.tabtimetap(0)
  246. },
  247. methods:{
  248. // 获取到访记录
  249. getVisitList() {
  250. this.$u.get("/customer/findByPhoneAndProject?id=" + this.customerId, ).then(res => {
  251. this.Thevisitingrecords = res
  252. })
  253. },
  254. // 获取客户信息
  255. getCustomerInfo() {
  256. const that = this;
  257. this.$u.get("/customer/findById", {
  258. id: this.customerId
  259. }).then(res => {
  260. if(res.fraction==null){
  261. res.fraction='0';
  262. }
  263. if(res.demand.cusSemanticWordsList!=null){
  264. res.demand.cusSemanticWords=res.demand.cusSemanticWordsList
  265. res.demand.cusSemanticWordsList.forEach(che=>{
  266. if(che.isInterval==0){
  267. che.name=che.name+che.unit+'-'+che.endName+che.unit;
  268. }
  269. })
  270. res.demand.cusSemanticWordsList=res.demand.cusSemanticWordsList.slice(0,3)
  271. }
  272. // console.log(res.demand.cusSemanticWords,'关键字')
  273. this.customerInfo = res;
  274. })
  275. },
  276. tabtimetap(idx){
  277. this.activeTotal=idx
  278. if(idx==0){
  279. this.getVisitList()
  280. }else if(idx==1){
  281. this.getFollowList()
  282. }else{
  283. this.getRatelist()
  284. }
  285. },
  286. tapThevisiting(item) {
  287. if(item.yon!=0){
  288. uni.showToast({
  289. icon:'none',
  290. title: '暂无录音',
  291. duration: 2000
  292. });
  293. return
  294. }else{
  295. const parames = {
  296. pageNum: 1,
  297. pageSize: 100,
  298. query: {
  299. customerId: item.id,
  300. }
  301. }
  302. var item={
  303. bg:0,
  304. customerId:item.id,
  305. id:''
  306. }
  307. uni.setStorageSync("entrance", 1); //写入缓存
  308. uni.setStorageSync("searchobj", item); //写入缓存
  309. this.$u.post("/corpus/findByPage", parames).then(res => {
  310. if(res==null){
  311. uni.showToast({
  312. icon: "none",
  313. title: "暂无音频"
  314. })
  315. return
  316. }
  317. if(res[0].merge==0){
  318. let newobj = res[0];
  319. uni.navigateTo({
  320. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}`
  321. })
  322. }else{
  323. let newobj = res[0];
  324. uni.navigateTo({
  325. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"1"}`
  326. })
  327. }
  328. })
  329. }
  330. },
  331. // 获取跟进记录
  332. getFollowList() {
  333. this.fllowList=[];
  334. this.$u.post("/customer/getCusStage", {
  335. customerId: this.customerId
  336. }).then(res => {
  337. res.forEach(item=>{
  338. item.agentName=this.customerInfo.agentName
  339. })
  340. this.fllowList = res;
  341. })
  342. },
  343. // 新增跟进
  344. followRecordAdd() {
  345. uni.navigateTo({
  346. url: `/pages/center/consumer/newFollowup/newFollowup?id=${this.customerId}`
  347. })
  348. },
  349. // 去编辑
  350. goedit(){
  351. // console.log('去编辑')
  352. uni.navigateTo({
  353. url:`/pages/center/consumer/edit?id=${this.customerId}`
  354. })
  355. },
  356. // 去添加提醒
  357. goRemind(){
  358. uni.navigateTo({
  359. url:`/pages/center/consumer/remind?str=${this.customerInfo.name+'/'+this.customerInfo.phone}&customerId=${this.customerId}`
  360. })
  361. },
  362. //评分点击
  363. clickaudeopal(item){
  364. if(item.selected==0){
  365. uni.navigateTo({
  366. url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
  367. })
  368. }
  369. },
  370. tipupon(){
  371. if(!this.customerInfo.demand.cusSemanticWordsList)return
  372. this.tipshow=true
  373. },
  374. changeshow(item, type) {
  375. item.show = !item.show
  376. },
  377. changeshow2(item, type){
  378. item.show = !item.show
  379. },
  380. // 获取评分
  381. getRatelist() {
  382. this.$u.get("/customer/findzkMByCusId", {
  383. cusId: this.customerId
  384. }).then(res => {
  385. if (res.length) {
  386. let level1 = []
  387. res.forEach(item => {
  388. if (item.pid == 0) {
  389. level1.push({
  390. id: item.marketingId,
  391. rate: item.fraction,
  392. name: item.name,
  393. sort: item.sort,
  394. show: false,
  395. ratepercent: 0,
  396. children: []
  397. })
  398. }
  399. })
  400. // this.totalRate = level2rate;
  401. res.forEach(subitem => {
  402. let subitempid = subitem.pid
  403. level1.forEach(item => {
  404. if (subitempid == item.id) {
  405. if (subitem.selected == 0) {
  406. item.ratepercent += subitem.fraction
  407. }
  408. item.children.push({
  409. id: subitem.id,
  410. rate: subitem.fraction,
  411. selected: subitem.selected,
  412. name: subitem.name,
  413. show: false,
  414. marketingId:subitem.marketingId,
  415. children: []
  416. })
  417. }
  418. })
  419. })
  420. res.forEach(subitem => {
  421. let subitempid = subitem.pid
  422. level1.forEach(chen=>{
  423. chen.children.forEach(zxc=>{
  424. if(subitempid == zxc.marketingId){
  425. zxc.children.push({
  426. id: subitem.id,
  427. rate: subitem.fraction,
  428. selected: subitem.selected,
  429. name: subitem.name,
  430. marketingId:subitem.marketingId,
  431. })
  432. }
  433. })
  434. })
  435. })
  436. level1[0].show = true;
  437. level1[0].children[0].show = true;
  438. this.ratelist = level1
  439. }
  440. })
  441. },
  442. }
  443. }
  444. </script>
  445. <style lang="scss" scoped>
  446. .rotatearrow {
  447. transform: rotate(270deg);
  448. }
  449. // 评分
  450. .rate-box {
  451. padding: 10rpx 20rpx;
  452. background-color: #FFFFFF;
  453. .date {
  454. width: 300rpx;
  455. height: 33rpx;
  456. font-size: 24rpx;
  457. font-weight: 400;
  458. color: #333333;
  459. line-height: 33rpx;
  460. letter-spacing: 1rpx;
  461. margin-bottom: 8rpx;
  462. }
  463. .title {
  464. width: 100%;
  465. height: 42rpx;
  466. font-size: 30rpx;
  467. font-weight: 500;
  468. color: #333333;
  469. line-height: 42rpx;
  470. letter-spacing: 2rpx;
  471. margin-bottom: 20rpx;
  472. }
  473. .level1 {
  474. display: flex;
  475. align-items: center;
  476. .level-name {
  477. width: 104rpx;
  478. height: 33rpx;
  479. font-size: 24rpx;
  480. font-weight: 500;
  481. color: #333333;
  482. line-height: 33rpx;
  483. letter-spacing: 1rpx;
  484. margin-right: 10rpx;
  485. }
  486. .level-progress {
  487. flex: 1;
  488. border-radius: 11rpx;
  489. height: 21rpx;
  490. background-color: #BEE4FF;
  491. position: relative;
  492. .color {
  493. width: 0;
  494. position: absolute;
  495. top: 0;
  496. left: 0;
  497. height: 21rpx;
  498. border-radius: 11rpx 0 0 11rpx;
  499. background-color: #008EF2;
  500. }
  501. }
  502. .level-rate {
  503. width: 65rpx;
  504. height: 33rpx;
  505. font-size: 24rpx;
  506. font-weight: 500;
  507. color: #333333;
  508. line-height: 33rpx;
  509. letter-spacing: 1rpx;
  510. margin: 0 20rpx 0 15rpx;
  511. }
  512. .arrow {
  513. width: 37rpx;
  514. height: 21rpx;
  515. padding: 5rpx 20rpx;
  516. }
  517. .rotatearrow {
  518. transform: rotate(270deg);
  519. }
  520. }
  521. .level1-subbox {
  522. display: flex;
  523. margin-top: 20rpx;
  524. flex-wrap: wrap;
  525. .sub-name {
  526. width: 50%;
  527. display: flex;
  528. margin-bottom: 18rpx;
  529. .subitem-name {
  530. width: 104rpx;
  531. height: 33rpx;
  532. font-size: 24rpx;
  533. font-weight: 400;
  534. color: #999999;
  535. line-height: 33rpx;
  536. letter-spacing: 1rpx;
  537. margin-right: 12rpx;
  538. }
  539. .checkimg {
  540. width: 27rpx;
  541. height: 27rpx;
  542. }
  543. }
  544. }
  545. }
  546. .Level-box{
  547. padding-bottom: 2rpx;
  548. .hhhbox{
  549. width:100%;
  550. padding-left: 30rpx;
  551. padding-right: 30rpx;
  552. border-bottom: 1rpx solid #E0E0E0;
  553. background: #FFFFFF;
  554. // padding-bottom: 32rpx;
  555. .hsnrtest{
  556. height: 24rpx;
  557. font-size: 24rpx;
  558. font-weight: 400;
  559. color: #666666;
  560. line-height: 24rpx;
  561. }
  562. .Level3che{
  563. width:100%;
  564. height:28rpx;
  565. display: flex;
  566. line-height: 28rpx;
  567. align-items: center;
  568. margin-top: 30rpx;
  569. .title1{
  570. flex: 1;
  571. font-size: 28rpx;
  572. color:#2671E2;
  573. font-weight: 400;
  574. }
  575. .jiantobox{
  576. width: 30rpx;
  577. height: 30rpx;
  578. display: flex;
  579. align-items: center;
  580. .arrow{
  581. width: 28rpx;
  582. height:28rpx;
  583. }
  584. }
  585. }
  586. }
  587. .Level2che{
  588. width:100%;
  589. height: 88rpx;
  590. display: flex;
  591. line-height: 88rpx;
  592. align-items: center;
  593. .title1{
  594. flex: 2;
  595. font-size: 28rpx;
  596. color: #333333;
  597. font-weight: 400;
  598. }
  599. .leve1-jindu{
  600. flex: 3;
  601. display: flex;
  602. justify-content: center;
  603. align-items: center;
  604. .zhixing{
  605. width: 108rpx;
  606. height: 44rpx;
  607. background: #2671E2;
  608. border-radius: 4rpx;
  609. font-size: 28rpx;
  610. text-align: center;
  611. line-height: 44rpx;
  612. color: #FFFFFF;
  613. }
  614. .zhixing2{
  615. width: 108rpx;
  616. height: 44rpx;
  617. background: #F8F8F8;
  618. border-radius: 4rpx;
  619. font-size: 28rpx;
  620. text-align: center;
  621. line-height: 44rpx;
  622. color: #999999;
  623. }
  624. }
  625. .jiantobox{
  626. width: 30rpx;
  627. height: 30rpx;
  628. display: flex;
  629. align-items: center;
  630. .arrow{
  631. width: 30rpx;
  632. height:18rpx;
  633. }
  634. }
  635. }
  636. .Level1che{
  637. width:100%;
  638. height: 94rpx;
  639. background: #F5F5F5;
  640. display: flex;
  641. line-height: 94rpx;
  642. align-items: center;
  643. padding-left: 30rpx;
  644. padding-right: 30rpx;
  645. .title1{
  646. flex: 2;
  647. font-size: 30rpx;
  648. color: #333333;
  649. font-weight: 400;
  650. }
  651. .leve1-jindu{
  652. flex: 3;
  653. .jindutiao{
  654. width: 96%;
  655. height: 28rpx;
  656. background: #D5EEE2;
  657. line-height: 28rpx;
  658. border-radius: 14rpx;
  659. position: relative;
  660. .huanxing{
  661. height: 100%;
  662. background: #4FC78F;
  663. border-radius: 14rpx;
  664. }
  665. .text{
  666. position: absolute;
  667. top: 0rpx;
  668. right: 0rpx;
  669. font-size: 28rpx;
  670. font-weight: 400;
  671. color: #333333;
  672. }
  673. }
  674. }
  675. .jiantobox{
  676. width: 30rpx;
  677. height: 30rpx;
  678. display: flex;
  679. align-items: center;
  680. .arrow{
  681. width: 30rpx;
  682. height:18rpx;
  683. }
  684. }
  685. }
  686. }
  687. .cccccc{
  688. text-align: center;
  689. height: 140rpx;
  690. line-height: 140rpx;
  691. font-size: 30rpx;
  692. }
  693. .ratecenter{
  694. background-color: #FFFFFF;
  695. padding-bottom: 30rpx;
  696. width: 100%;
  697. .ratetetle{
  698. padding: 30rpx;
  699. font-size: 30rpx;
  700. font-weight: 400;
  701. color: #333333;
  702. padding-bottom:6rpx;
  703. }
  704. .rateyuanbox{
  705. width: 100%;
  706. height:210rpx;
  707. padding-bottom: 30rpx;
  708. border-bottom:1rpx solid #E0E0E0;
  709. display: flex;
  710. padding-left: 80rpx;
  711. padding-right: 80rpx;
  712. .rateyuanboxzuo{
  713. width: 30%;
  714. height: 100%;
  715. }
  716. .rateyuanboxyou{
  717. width: 40%;
  718. height: 100%;
  719. }
  720. .boxzuoview{
  721. width: 100%;
  722. height: 140rpx;
  723. }
  724. }
  725. }
  726. .box {
  727. width: 100%;
  728. height: 100%;
  729. background: #F8F8F8;
  730. }
  731. .tab{
  732. height: 88rpx;
  733. border-bottom: 1px solid #E0E0E0;
  734. background: #FFFFFF;
  735. display: flex;
  736. align-items: center;
  737. .tabbox {
  738. flex: 1;
  739. height: 100%;
  740. text-align: center;
  741. line-height: 92rpx;
  742. color: #666666;
  743. font-size: 28rpx;
  744. display: flex;
  745. justify-content: center;
  746. .activecllasscet {
  747. border-bottom: 2px solid #2671E2;
  748. color: #2671E2;
  749. font-weight: 600;
  750. }
  751. }
  752. }
  753. .content{
  754. // height: 1000rpx;/
  755. overflow: hidden;
  756. border-top: 1px solid #E0E0E0;
  757. .content-tips{
  758. background: #fff;
  759. // box-sizing: border-box;
  760. margin-bottom: 20rpx;
  761. overflow: hidden;
  762. .content-first{
  763. padding: 19rpx 30rpx;
  764. display: flex;
  765. justify-content: space-between;
  766. box-sizing: border-box;
  767. // border-top: 1px solid #E0E0E0;
  768. font-weight: 400;
  769. color: #292929;
  770. height: 90rpx;
  771. font-size: 30rpx;
  772. line-height: 30rpx;
  773. .left{
  774. display: flex;
  775. .img{
  776. // margin-top: 19rpx;
  777. width: 52rpx;
  778. height: 52rpx;
  779. border: 1px solid #E0E0E0;
  780. border-radius: 50%;
  781. text-align: center;
  782. line-height: 50rpx;
  783. margin-right: 20rpx;
  784. }
  785. .test{
  786. margin-top: 11rpx;
  787. font-weight: 500;
  788. color: #333333;
  789. }
  790. .edit{
  791. height: 30rpx;
  792. width: 30rpx;
  793. margin-left: 30rpx;
  794. margin-top: 11rpx;
  795. image{
  796. width: 100%;
  797. height: 100%;
  798. }
  799. }
  800. }
  801. .right{
  802. display: flex;
  803. .point{
  804. width: 12rpx;
  805. height: 12rpx;
  806. background: #2B6EFF;
  807. border-radius: 50%;
  808. margin-right: 9rpx;
  809. margin-top: 20rpx;
  810. }
  811. .test{
  812. margin-top: 11rpx;
  813. }
  814. }
  815. }
  816. .content-sec{
  817. border-top: 1px solid #E0E0E0;
  818. padding: 0 30rpx;
  819. height: 270rpx;
  820. position: relative;
  821. .content-sec-lab{
  822. margin-top: 30rpx;
  823. display: flex;
  824. font-size: 30rpx;
  825. font-weight: 400;
  826. color: #666666;
  827. line-height: 46rpx;
  828. .content-sec-lab1{
  829. color: #333333;
  830. }
  831. .content-sec-tips{
  832. max-width:120rpx ;
  833. height: 46rpx;
  834. background: #F2F2F2;
  835. border-radius: 6rpx;
  836. text-align: center;
  837. line-height: 26rpx;
  838. overflow: hidden;
  839. text-overflow:ellipsis;
  840. white-space: nowrap;
  841. font-size: 26rpx;
  842. font-weight: 400;
  843. color: #333333;
  844. margin-right: 20rpx;
  845. box-sizing: border-box;
  846. padding: 10rpx 24rpx;
  847. }
  848. }
  849. .content-sec-num{
  850. position: absolute;
  851. width: 200rpx;
  852. height: 90rpx;
  853. background: #F4F8FD;
  854. border-radius: 12rpx;
  855. font-weight: 400;
  856. color: #2671E2;
  857. line-height: 45rpx;
  858. bottom: 15rpx;
  859. right: 30rpx;
  860. text-align: center;
  861. }
  862. }
  863. .content-last{
  864. padding: 30rpx;
  865. height: 168rpx;
  866. .content-last-con{
  867. width: 690rpx;
  868. height: 108rpx;
  869. background: #F8F8F8;
  870. border-radius: 8rpx;
  871. padding: 14rpx 20rpx;
  872. font-size: 28rpx;
  873. font-weight: 400;
  874. color: #333333;
  875. line-height: 40rpx;
  876. }
  877. }
  878. }
  879. }
  880. .tabchange{
  881. // background: #FFFFFF;
  882. overflow: hidden;
  883. .tabactive1{
  884. .content-tips{
  885. background: #fff;
  886. padding: 0 30rpx;
  887. box-sizing: border-box;
  888. overflow: hidden;
  889. margin-bottom: 20rpx;
  890. .content-first{
  891. margin-top: 19rpx;
  892. display: flex;
  893. justify-content: space-between;
  894. .left{
  895. display: flex;
  896. .img{
  897. width: 52rpx;
  898. height: 52rpx;
  899. background: #FFFFFF;
  900. border: 1px solid #C9C9C9;
  901. border-radius: 50%;
  902. text-align: center;
  903. line-height: 52rpx;
  904. margin-right: 20rpx;
  905. }
  906. .name{
  907. font-weight: 600;
  908. color: #333333;
  909. // margin-left: 20rpx;
  910. margin-top: 11rpx;
  911. }
  912. .status{
  913. width: 110rpx;
  914. height: 42rpx;
  915. background: #FFF9F5;
  916. border-radius: 4rpx;
  917. font-size: 26rpx;
  918. font-weight: 400;
  919. color: #EC8D49;
  920. line-height: 42rpx;
  921. text-align: center;
  922. margin-left: 19rpx;
  923. margin-top: 11rpx;
  924. }
  925. }
  926. .right{
  927. display: flex;
  928. margin-top: 11rpx;
  929. .point{
  930. width: 12rpx;
  931. height: 12rpx;
  932. background: #2B6EFF;
  933. border-radius: 50%;
  934. margin-right: 9rpx;
  935. margin-top: 16rpx;
  936. }
  937. }
  938. }
  939. .content-sec{
  940. display: flex;
  941. justify-content: space-between;
  942. margin-top: 19rpx;
  943. .left{
  944. display: flex;
  945. .cus{
  946. font-size: 30rpx;
  947. font-weight: 400;
  948. color: #666666;
  949. line-height: 30rpx;
  950. }
  951. .arriveNum{
  952. font-size: 30rpx;
  953. font-weight: 400;
  954. line-height: 30rpx;
  955. margin-left: 10rpx;
  956. }
  957. }
  958. .right{
  959. width: 192rpx;
  960. height: 46rpx;
  961. background: #F4F8FD;
  962. border-radius: 6rpx;
  963. text-align: center;
  964. line-height: 46rpx;
  965. font-weight: 400;
  966. color: #2671E2;
  967. }
  968. }
  969. .content-last{
  970. margin: 30rpx 0;
  971. font-size: 30rpx;
  972. font-weight: 400;
  973. color: #666666;
  974. line-height: 30rpx;
  975. }
  976. }
  977. }
  978. .tabactive2{
  979. .tab2-tips{
  980. background: #fff;
  981. // height: 270rpx;
  982. overflow: auto;
  983. margin-bottom: 20rpx;
  984. .tab2-first{
  985. // height: 150rpx;
  986. border-bottom: 1px solid #E0E0E0;
  987. padding: 0 30rpx;
  988. margin-top: 19rpx;
  989. box-sizing: border-box;
  990. .tab2-first-1{
  991. display: flex;
  992. justify-content: space-between;
  993. // height: 75rpx;
  994. .tab2-first-left{
  995. display: flex;
  996. .img{
  997. width: 52rpx;
  998. height: 52rpx;
  999. background: #FFFFFF;
  1000. border: 1px solid #C9C9C9;
  1001. border-radius: 50%;
  1002. text-align: center;
  1003. line-height: 52rpx;
  1004. }
  1005. .name{
  1006. font-weight: 600;
  1007. color: #333333;
  1008. margin-left: 20rpx;
  1009. margin-top: 11rpx;
  1010. }
  1011. }
  1012. .tab2-first-right{
  1013. font-size: 30rpx;
  1014. font-weight: 400;
  1015. color: #666666;
  1016. margin-top: 11rpx;
  1017. }
  1018. }
  1019. .tab2-first-foot{
  1020. margin-top: 19rpx;
  1021. margin-bottom: 30rpx;
  1022. font-size: 30rpx;
  1023. font-weight: 400;
  1024. color: #666666;
  1025. line-height: 30rpx;
  1026. }
  1027. }
  1028. .tab2-sec{
  1029. height: 120rpx;
  1030. padding: 30rpx;
  1031. float: right;
  1032. .tab-sec-edit{
  1033. width: 156rpx;
  1034. height: 60rpx;
  1035. background: #FFFFFF;
  1036. border-radius: 4px;
  1037. border: 1px solid #2671E2;
  1038. text-align: center;
  1039. line-height: 60rpx;
  1040. font-weight: 400;
  1041. color: #2671E2;
  1042. }
  1043. }
  1044. }
  1045. }
  1046. }
  1047. .pon-foot{
  1048. position: fixed;
  1049. width: 750rpx;
  1050. height: 100rpx;
  1051. background: #FFFFFF;
  1052. box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5);
  1053. bottom: 0;
  1054. display: flex;
  1055. justify-content: space-around;
  1056. align-items: center;
  1057. // padding-top: 24rpx;
  1058. box-sizing: border-box;
  1059. // padding: ;
  1060. .foot-tab{
  1061. text-align: center;
  1062. width: 270rpx;
  1063. height: 70rpx;
  1064. line-height: 70rpx;
  1065. background: #2671E2;
  1066. box-shadow: 0px -2rpx 8rpx 0px rgba(224, 224, 224, 0.5);
  1067. border-radius: 6rpx;
  1068. font-size: 30rpx;
  1069. font-weight: 400;
  1070. color: #FFFFFF;
  1071. }
  1072. }
  1073. .upon-sec-tips{
  1074. // max-width:120rpx ;
  1075. height: 46rpx;
  1076. background: #F2F2F2;
  1077. border-radius: 6rpx;
  1078. text-align: center;
  1079. line-height: 26rpx;
  1080. overflow: hidden;
  1081. text-overflow:ellipsis;
  1082. white-space: nowrap;
  1083. font-size: 26rpx;
  1084. font-weight: 400;
  1085. color: #333333;
  1086. margin-right: 20rpx;
  1087. margin-top: 20rpx;
  1088. box-sizing: border-box;
  1089. padding: 10rpx 24rpx;
  1090. }
  1091. .conmsg-msg-lab-img{
  1092. width: 14rpx;
  1093. height: 30rpx;
  1094. margin-top: 6rpx;
  1095. margin-left: auto;
  1096. image{
  1097. width: 100%;
  1098. height: 100%;
  1099. }
  1100. }
  1101. </style>