AI销管
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.
 
 
 
 

1164 lines
29 KiB

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