safetyExamineWorkbench.vue 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  1. <!-- 安全检查-工作台 -->
  2. <template>
  3. <view class="examine">
  4. <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
  5. <view>
  6. <view class="statistics" v-if="pageType==0 || pageType==1">
  7. <view class="statistics_li" v-for="(item,index) in statisticsList" :key="index">
  8. <text>{{item.name}}</text>
  9. <text>{{item.value}}</text>
  10. </view>
  11. </view>
  12. <viwe class="inspect_btn" v-if="pageType==0 || pageType==1">
  13. <view class="inspect_btn_li" @click="handleClick('','patrolPlan')">
  14. <img src="@/images/Version3.3.3/icon_xyxc_xyxc.png"/>
  15. <text>校院巡查</text>
  16. </view>
  17. <text class="line"></text>
  18. <view class="inspect_btn_li" @click="handleClick('','selfPlan')">
  19. <img src="@/images/Version3.3.3/icon_xyxc_syszc.png"/>
  20. <text>实验室自查</text>
  21. </view>
  22. <text class="line"></text>
  23. <view class="inspect_btn_li" @click="handleClick('','dangerPlan')">
  24. <img src="@/images/Version3.3.3/icon_xyxc_aqyh.png"/>
  25. <text>安全隐患</text>
  26. </view>
  27. </viwe>
  28. <!--管理员------------- -->
  29. <view class="tabTitle" v-if="pageType==0">
  30. <view class="tabTitle_li" @tap="tabClick(index)" :key="index" v-for="(item,index) in tabText">
  31. <view :class="{on:curTab==index}" class="tabTitle_text">{{item}}<text>2</text></view>
  32. <view :class="{on:curTab==index}" class="tabTitle_across"></view>
  33. </view>
  34. </view>
  35. <view class="list" v-if="pageType==0">
  36. <view class="list_li" v-for="(item,index) in dataList" :key="index" @click="handleClick(item,'edit')">
  37. <view class="list_li_t">
  38. <view class="list_li_t_l">
  39. <img src="@/images/Version3.3.3/icon_xyxc_qx.png"/>
  40. <text></text>
  41. </view>
  42. <view class="list_li_t_c">{{item.name}}</view>
  43. <view class="list_li_t_r"></view>
  44. </view>
  45. <view class="list_li_m">
  46. <view class="list_li_m_t">计划周期:2023-03-12至2023-03-15</view>
  47. <view class="list_li_m_b">
  48. <text class="blue_color">未开始</text>
  49. <text>校院巡查</text>
  50. </view>
  51. </view>
  52. <view class="list_li_b">
  53. <img src="@/images/Version3.3.3/icon_djcsys.png"/>
  54. <text>待检查实验室:</text>
  55. <text>22间</text>
  56. </view>
  57. </view>
  58. </view>
  59. <!--检查者------------- -->
  60. <view class="tabTitle_tow" v-if="pageType==1">
  61. <view class="tabTitle_tow_li" @tap="tabClickTow(index)" :key="index" v-for="(item,index) in tabTextTow">
  62. <view :class="{on:curTabTow==index}" class="tabTitle_tow_text">{{item}}<text>2</text></view>
  63. <view :class="{on:curTabTow==index}" class="tabTitle_tow_across"></view>
  64. </view>
  65. </view>
  66. <view class="list_tow" v-if="pageType==1">
  67. <view class="list_tow_li" v-for="(item,index) in dataList" :key="index" @click="handleClick(item,'edit')">
  68. <view class="list_tow_li_t">
  69. <view class="list_tow_li_t_l">
  70. <img src="@/images/Version3.3.3/icon_xyxc_qx.png"/>
  71. <text></text>
  72. </view>
  73. <view class="list_tow_li_t_c">实验室名称-房间号</view>
  74. <view class="list_tow_li_t_c2">已逾期</view>
  75. <view class="list_tow_li_t_r"></view>
  76. </view>
  77. <view class="list_tow_li_m">
  78. <view class="list_tow_li_m_t">计划标题计划标题计划标题计划标题计划标题计划...</view>
  79. <view class="list_tow_li_m_b">
  80. <text class="blue_color">未开始</text>
  81. <text>校院巡查</text>
  82. <text>环境与测绘学院</text>
  83. </view>
  84. </view>
  85. <view class="list_tow_li_b">
  86. <text>开始检查</text>
  87. </view>
  88. </view>
  89. </view>
  90. <!-- 整改人----------- -->
  91. <view class="statistics_three" v-if="pageType==2">
  92. <view class="statistics_three_li" v-for="(item,index) in statisticsListThree" :key="index">
  93. <text>{{item.name}}</text>
  94. <text>{{item.value}}</text>
  95. </view>
  96. </view>
  97. <view class="inspect_btn_three" v-if="pageType==2">
  98. <view class="inspect_btn_three_li" @click="handleClick('','schoolDanger')">
  99. <img src="@/images/Version3.3.3/icon_xyxc_xyxc.png"/>
  100. <text>校院巡查隐患</text>
  101. </view>
  102. <view class="inspect_btn_three_li" @click="handleClick('','labDanger')">
  103. <img src="@/images/Version3.3.3/icon_xyxc_syszc.png"/>
  104. <text>实验室自查隐患</text>
  105. </view>
  106. </view>
  107. <view class="tabTitle_three" v-if="pageType==2">
  108. <view class="tabTitle_three_li" @tap="tabClickThree(index)" :key="index" v-for="(item,index) in tabTextThree">
  109. <view :class="{on:curTabThree==index}" class="tabTitle_three_text">{{item}}<text>2</text></view>
  110. <view :class="{on:curTabThree==index}" class="tabTitle_three_across"></view>
  111. </view>
  112. </view>
  113. <view class="list_three" v-if="pageType==2">
  114. <view class="list_three_li" v-for="(item,index) in dataList" :key="index" @click="handleClick(item,'edit')">
  115. <view class="list_three_li_t">
  116. <view class="list_three_li_t_l">
  117. <img src="@/images/Version3.3.3/icon_xyxc_qx.png"/>
  118. <text></text>
  119. </view>
  120. <view class="list_three_li_t_c">实验室名称-房间号</view>
  121. <view class="list_three_li_t_c2">已逾期</view>
  122. <view class="list_three_li_t_r"></view>
  123. </view>
  124. <view class="list_three_li_m">
  125. <view class="list_three_li_m_t">计划标题计划标题计划标题计划标题计划标题计划...</view>
  126. <view class="list_three_li_m_b">
  127. <text class="blue_color">未开始</text>
  128. <text>校院巡查</text>
  129. <text>环境与测绘学院</text>
  130. </view>
  131. </view>
  132. <view class="list_three_li_b">
  133. <text>整改期限:2023-01-01</text>
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. </scroll-view>
  139. <view class="bottom_btn">开展检查</view>
  140. <img class="scan_btn" src="@/images/Version3.3.3/icon_xyxc_sm.png"/>
  141. </view>
  142. </template>
  143. <script>
  144. import { config } from '@/api/request/config.js'
  145. import { } from '@/api/index.js'
  146. export default {
  147. name: "rectifyList",
  148. components: {
  149. },
  150. data() {
  151. return {
  152. pageType:0,
  153. //列表请求参数
  154. getData:{
  155. pageNum:1,
  156. pageSize:20,
  157. },
  158. total:0,
  159. statisticsList:[
  160. {name:'本月已检查',value:'20'},
  161. {name:'本月检查隐患',value:'10'},
  162. {name:'本月已整改',value:'5'},
  163. {name:'本月检查合格率',value:'40%'},
  164. {name:'本月已检查',value:'20'},
  165. {name:'本月复核通过率',value:'30%'},
  166. ],
  167. statisticsListThree:[
  168. {name:'本月已检查',value:'20'},
  169. {name:'本月已整改',value:'60%'},
  170. {name:'本月复核通过率',value:'30%'},
  171. ],
  172. tabText:['未开始','进行中'],
  173. curTab:0,
  174. tabTextTow:['待检查','检查中','待复核'],
  175. curTabTow:0,
  176. tabTextThree:['隐患待整改','随手拍整改'],
  177. curTabThree:0,
  178. dataList:[{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',}],
  179. }
  180. },
  181. onLoad() {
  182. },
  183. onShow() {
  184. this.getList();
  185. },
  186. mounted(){
  187. },
  188. methods: {
  189. //滚动事件
  190. scrollGet(){
  191. let self=this;
  192. if(self.total<=self.getData.pageNum){
  193. console.log('没有更多数据!')
  194. }else{
  195. setTimeout(function(){
  196. self.getData.pageNum += 1;
  197. self.getList();
  198. },1000)
  199. }
  200. },
  201. //顶部tab点击
  202. tabClick(index) {
  203. this.curTab = index;
  204. },
  205. tabClickTow(index) {
  206. this.curTabTow = index;
  207. },
  208. tabClickThree(index) {
  209. this.curTabThree = index;
  210. },
  211. handleClick(row,doType){
  212. let self=this;
  213. if(self.pageType==0 && doType=='patrolPlan'){//校院巡查-计划
  214. uni.navigateTo({
  215. url: '/pages/pages_safetyExamine/patrolPlan/patrolPlanList?pageType=1'
  216. });
  217. }else if(self.pageType==0 && doType=='selfPlan'){//实验室自查-计划
  218. uni.navigateTo({
  219. url: '/pages/pages_safetyExamine/patrolPlan/patrolPlanList?pageType=2'
  220. });
  221. }else if(self.pageType==0 && doType=='dangerPlan'){//安全隐患-计划
  222. }else if(self.pageType==1 && doType=='patrolPlan'){//校院巡查-检查
  223. }else if(self.pageType==1 && doType=='selfPlan'){//实验室自查-检查
  224. }else if(self.pageType==1 && doType=='dangerPlan'){//安全隐患-检查
  225. }else if(self.pageType==2 && doType=='schoolDanger'){//校院巡查隐患
  226. }else if(self.pageType==2 && doType=='labDanger'){//实验室自查隐患
  227. }else if(doType=='edit'){//编辑
  228. uni.navigateTo({
  229. url: '/pages/pages_safetyExamine/patrolPlan/patrolPlanEdit'
  230. });
  231. }
  232. },
  233. async getList(){
  234. console.log('getList')
  235. let list=[{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',}]
  236. this.total=5;
  237. this.dataList=[...this.dataList,...list]
  238. // let self = this;
  239. // let obj = {
  240. // pageNum:this.getData.page,
  241. // pageSize:this.getData.pageSize,
  242. // };
  243. // const {data} = await groupList(obj);
  244. // if(data.code==200){
  245. // this.total=data.total;
  246. // this.dataList=[...this.dataList,...data.data]
  247. // }
  248. }
  249. }
  250. }
  251. </script>
  252. <style lang="stylus" scoped>
  253. .examine{
  254. height:100%;
  255. display flex;
  256. .info-max-box{
  257. flex: 1;
  258. overflow: scroll;
  259. padding-bottom: 128rpx;
  260. }
  261. .blue_color{
  262. color: #0183FA;
  263. border: 1rpx solid #0183FA;
  264. }
  265. .red_color{
  266. color: #FF4545;
  267. border: 1rpx solid #FF4545;
  268. }
  269. .green_color{
  270. color: #1FA50D;
  271. border: 1rpx solid #1FA50D;
  272. }
  273. .statistics{
  274. background: #fff;
  275. display: flex;
  276. justify-content: flex-start;
  277. flex-wrap: wrap;
  278. padding: 38rpx 26rpx;
  279. box-sizing: border-box;
  280. .statistics_li{
  281. width: 230rpx;
  282. border-right: 1rpx solid #D8D8D8;
  283. border-bottom: 1rpx solid #D8D8D8;
  284. >text{
  285. display: block;
  286. text-align: center;
  287. }
  288. >text:nth-of-type(1){
  289. font-size: 26rpx;
  290. font-family: PingFang SC-Medium, PingFang SC;
  291. font-weight: 400;
  292. color: #666666;
  293. line-height: 26rpx;
  294. margin-top: 24rpx;
  295. }
  296. >text:nth-of-type(2){
  297. font-size: 34rpx;
  298. font-family: PingFang SC-Heavy, PingFang SC;
  299. font-weight: 400;
  300. color: #1FA50D;
  301. line-height: 34rpx;
  302. margin-top: 28rpx;
  303. }
  304. }
  305. >view:nth-of-type(1){
  306. >text:nth-of-type(1){
  307. margin-top: 4rpx;
  308. }
  309. >text:nth-of-type(2){
  310. margin-bottom: 18rpx;
  311. color: #1FA50D;
  312. }
  313. }
  314. >view:nth-of-type(2){
  315. >text:nth-of-type(1){
  316. margin-top: 4rpx;
  317. }
  318. >text:nth-of-type(2){
  319. margin-bottom: 18rpx;
  320. color: #FA8201;
  321. }
  322. }
  323. >view:nth-of-type(3){
  324. border-right:none;
  325. >text:nth-of-type(1){
  326. margin-top: 4rpx;
  327. }
  328. >text:nth-of-type(2){
  329. margin-bottom: 18rpx;
  330. color: #0183FA;
  331. }
  332. }
  333. >view:nth-of-type(4){
  334. border-bottom:none;
  335. >text:nth-of-type(2){
  336. color: #1FA50D;
  337. }
  338. }
  339. >view:nth-of-type(5){
  340. border-bottom:none;
  341. >text:nth-of-type(2){
  342. color: #FA8201;
  343. }
  344. }
  345. >view:nth-of-type(6){
  346. border-right:none;border-bottom:none;
  347. >text:nth-of-type(2){
  348. color: #0183FA;
  349. }
  350. }
  351. }
  352. .inspect_btn{
  353. height: 150rpx;
  354. background: #fff;
  355. display: flex;
  356. justify-content: space-between;
  357. align-items: center;
  358. margin-top: 20rpx;
  359. padding: 0 74rpx;
  360. .inspect_btn_li{
  361. >img{
  362. width: 60rpx;
  363. height: 60rpx;
  364. margin:0 auto;
  365. }
  366. >text{
  367. font-size: 28rpx;
  368. font-family: PingFang SC-Medium, PingFang SC;
  369. font-weight: 400;
  370. color: #333333;
  371. line-height: 28rpx;
  372. margin-top: 14rpx;
  373. }
  374. }
  375. .line{
  376. display: inline-block;
  377. height: 60rpx;
  378. width: 1rpx;
  379. background: #E0E0E0;
  380. }
  381. }
  382. /* 切换按钮 */
  383. .tabTitle{
  384. width:100%;
  385. height: 100rpx;
  386. background: #fff;
  387. display flex;
  388. justify-content: center;
  389. align-items: center;
  390. margin-top: 20rpx;
  391. position: sticky;
  392. top: 0;
  393. z-index: 100;
  394. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  395. .tabTitle_li{
  396. position: relative;
  397. width:372rpx;
  398. text-align center;
  399. .tabTitle_text{
  400. display: inline-block;
  401. font-size: 30rpx;
  402. font-family: PingFang SC;
  403. font-weight: 500;
  404. color: #333333;
  405. line-height: 46rpx;
  406. position: relative;
  407. >text{
  408. position:absolute;
  409. min-width: 30rpx;
  410. min-height: 30rpx;
  411. border-radius:54%;
  412. background: #E80000;
  413. font-size: 18rpx;
  414. font-family: PingFang SC-Medium, PingFang SC;
  415. font-weight: 400;
  416. color: #FFFFFF;
  417. text-align: center;
  418. line-height: 30rpx;
  419. margin-left: 6rpx;
  420. padding:2rpx;
  421. box-sizing: border-box;
  422. }
  423. &.on{
  424. color:#0183FA;
  425. }
  426. }
  427. .tabTitle_across{
  428. width: 50rpx;
  429. height: 4rpx;
  430. background: #0183FA;
  431. border-radius: 2rpx;
  432. margin-left 162rpx;
  433. display none;
  434. &.on{
  435. display block;
  436. }
  437. }
  438. }
  439. .tabTitle_li:nth-of-type(1)::after{
  440. content: '';
  441. position: absolute;
  442. top: 0rpx;
  443. right: 0rpx;
  444. width: 1rpx;
  445. height: 50rpx;
  446. background: #E0E0E0;
  447. }
  448. }
  449. .list{
  450. padding: 0 30rpx;
  451. box-sizing: border-box;
  452. margin-top: 20rpx;
  453. .list_li{
  454. position: relative;
  455. width: 690rpx;
  456. height: 360rpx;
  457. background: #fff;
  458. border-radius: 10rpx;
  459. overflow: hidden;
  460. margin-bottom: 20rpx;
  461. .list_li_t{
  462. width: 100%;
  463. position: absolute;
  464. left: 0;
  465. top: 0;
  466. .list_li_t_l{
  467. >img{
  468. width: 70rpx;
  469. height: 70rpx;
  470. }
  471. >text{
  472. position: absolute;
  473. left: -15rpx;
  474. top: 76rpx;
  475. display: inline-block;
  476. width: 30rpx;
  477. height: 30rpx;
  478. background: #F5F5F5;
  479. border-radius: 15rpx;
  480. }
  481. }
  482. .list_li_t_c{
  483. width: 630rpx;
  484. height: 110rpx;
  485. position: absolute;
  486. left: 30rpx;
  487. top: 0;
  488. font-size: 30rpx;
  489. font-family: PingFang SC-Medium, PingFang SC;
  490. font-weight: 400;
  491. color: #333333;
  492. line-height: 110rpx;
  493. border-bottom: 1rpx dashed #D8D8D8;
  494. overflow: hidden;
  495. text-overflow:ellipsis;
  496. white-space: nowrap;
  497. }
  498. .list_li_t_r{
  499. position: absolute;
  500. right:-15rpx;
  501. top: 76rpx;
  502. width: 30rpx;
  503. height: 30rpx;
  504. background:#F5F5F5;
  505. border-radius: 15rpx;
  506. }
  507. }
  508. .list_li_m{
  509. position: absolute;
  510. top: 110rpx;
  511. left: 0;
  512. width: 690rpx;
  513. height: 168rpx;
  514. border-bottom: 1rpx solid #E0E0E0;
  515. padding-left: 30rpx;
  516. box-sizing: border-box;
  517. .list_li_m_t{
  518. font-size: 28rpx;
  519. font-family: PingFang SC-Medium, PingFang SC;
  520. font-weight: 400;
  521. color: #666666;
  522. line-height: 40rpx;
  523. margin-top:22rpx;
  524. }
  525. .list_li_m_b{
  526. margin-top:26rpx;
  527. >text:nth-of-type(1){
  528. font-size: 26rpx;
  529. font-family: PingFang SC-Medium, PingFang SC;
  530. font-weight: 400;
  531. line-height: 40rpx;
  532. border-radius: 6rpx;
  533. padding: 0 20rpx;
  534. margin-right: 14rpx;
  535. }
  536. >text:nth-of-type(2){
  537. font-size: 26rpx;
  538. font-family: PingFang SC-Medium, PingFang SC;
  539. font-weight: 400;
  540. color: #0183FA;
  541. line-height: 40rpx;
  542. padding: 0 8rpx;
  543. border-radius: 6rpx;
  544. background: rgba(1,131,250,0.1);
  545. }
  546. }
  547. }
  548. .list_li_b{
  549. height: 80rpx;
  550. position: absolute;
  551. top: 278rpx;
  552. left: 0;
  553. display: flex;
  554. justify-content: flex-start;
  555. align-items: center;
  556. >img{
  557. width: 24rpx;
  558. height: 30rpx;
  559. margin-right: 26rpx;
  560. margin-left: 30rpx;
  561. }
  562. >text:nth-of-type(1){
  563. font-size: 28rpx;
  564. font-family: PingFang SC-Medium, PingFang SC;
  565. font-weight: 400;
  566. color: #333333;
  567. line-height: 28rpx;
  568. }
  569. >text:nth-of-type(2){
  570. font-size: 28rpx;
  571. font-family: PingFang SC-Medium, PingFang SC;
  572. font-weight: 400;
  573. color: #0183FA;
  574. line-height: 28rpx;
  575. }
  576. }
  577. }
  578. }
  579. /* 检查者 */
  580. .tabTitle_tow{
  581. width:100%;
  582. height: 100rpx;
  583. background: #fff;
  584. display flex;
  585. justify-content: flex-start;
  586. align-items: center;
  587. margin-top: 20rpx;
  588. position: sticky;
  589. top: 0;
  590. z-index: 100;
  591. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  592. .tabTitle_tow_li{
  593. position: relative;
  594. width:162rpx;
  595. text-align center;
  596. .tabTitle_tow_text{
  597. display: inline-block;
  598. font-size: 30rpx;
  599. font-family: PingFang SC;
  600. font-weight: 500;
  601. color: #333333;
  602. line-height: 46rpx;
  603. position: relative;
  604. >text{
  605. position:absolute;
  606. min-width: 30rpx;
  607. min-height: 30rpx;
  608. border-radius:54%;
  609. background: #E80000;
  610. font-size: 18rpx;
  611. font-family: PingFang SC-Medium, PingFang SC;
  612. font-weight: 400;
  613. color: #FFFFFF;
  614. text-align: center;
  615. line-height: 30rpx;
  616. margin-left: 6rpx;
  617. padding:2rpx;
  618. box-sizing: border-box;
  619. }
  620. &.on{
  621. color:#0183FA;
  622. }
  623. }
  624. .tabTitle_tow_across{
  625. width: 50rpx;
  626. height: 4rpx;
  627. background: #0183FA;
  628. border-radius: 2rpx;
  629. margin-left 56rpx;
  630. display none;
  631. &.on{
  632. display block;
  633. }
  634. }
  635. }
  636. }
  637. .list_tow{
  638. padding: 0 30rpx;
  639. box-sizing: border-box;
  640. margin-top: 20rpx;
  641. .list_tow_li{
  642. position: relative;
  643. width: 690rpx;
  644. height: 360rpx;
  645. background: #fff;
  646. border-radius: 10rpx;
  647. overflow: hidden;
  648. margin-bottom: 20rpx;
  649. .list_tow_li_t{
  650. width: 100%;
  651. position: absolute;
  652. left: 0;
  653. top: 0;
  654. .list_tow_li_t_l{
  655. >img{
  656. width: 70rpx;
  657. height: 70rpx;
  658. }
  659. >text{
  660. position: absolute;
  661. left: -15rpx;
  662. top: 76rpx;
  663. display: inline-block;
  664. width: 30rpx;
  665. height: 30rpx;
  666. background: #F5F5F5;
  667. border-radius: 15rpx;
  668. }
  669. }
  670. .list_tow_li_t_c{
  671. width: 630rpx;
  672. height: 110rpx;
  673. position: absolute;
  674. left: 30rpx;
  675. top: 0;
  676. font-size: 30rpx;
  677. font-family: PingFang SC-Medium, PingFang SC;
  678. font-weight: 400;
  679. color: #333333;
  680. line-height: 110rpx;
  681. border-bottom: 1rpx dashed #D8D8D8;
  682. overflow: hidden;
  683. text-overflow:ellipsis;
  684. white-space: nowrap;
  685. padding-right: 60rpx;
  686. box-sizing: border-box;
  687. }
  688. .list_tow_li_t_c2{
  689. position: absolute;
  690. right: 20rpx;
  691. top: 38rpx;
  692. width: 120rpx;
  693. height: 40rpx;
  694. font-size: 28rpx;
  695. font-family: PingFang SC-Medium, PingFang SC;
  696. font-weight: 400;
  697. color: #FF5757;
  698. line-height: 40rpx;
  699. border: 1rpx solid #FF5757;
  700. border-radius: 6rpx;
  701. text-align: center;
  702. }
  703. .list_tow_li_t_r{
  704. position: absolute;
  705. right:-15rpx;
  706. top: 76rpx;
  707. width: 30rpx;
  708. height: 30rpx;
  709. background:#F5F5F5;
  710. border-radius: 15rpx;
  711. }
  712. }
  713. .list_tow_li_m{
  714. position: absolute;
  715. top: 110rpx;
  716. left: 0;
  717. width: 690rpx;
  718. height: 168rpx;
  719. border-bottom: 1rpx solid #E0E0E0;
  720. padding-left: 30rpx;
  721. box-sizing: border-box;
  722. .list_tow_li_m_t{
  723. font-size: 28rpx;
  724. font-family: PingFang SC-Medium, PingFang SC;
  725. font-weight: 400;
  726. color: #666666;
  727. line-height: 40rpx;
  728. margin-top:22rpx;
  729. }
  730. .list_tow_li_m_b{
  731. margin-top:26rpx;
  732. >text:nth-of-type(1){
  733. font-size: 26rpx;
  734. font-family: PingFang SC-Medium, PingFang SC;
  735. font-weight: 400;
  736. line-height: 40rpx;
  737. border-radius: 6rpx;
  738. padding: 0 20rpx;
  739. margin-right: 14rpx;
  740. }
  741. >text:nth-of-type(2){
  742. font-size: 26rpx;
  743. font-family: PingFang SC-Medium, PingFang SC;
  744. font-weight: 400;
  745. color: #0183FA;
  746. line-height: 40rpx;
  747. padding: 0 8rpx;
  748. border-radius: 6rpx;
  749. background: rgba(1,131,250,0.1);
  750. margin-right: 24rpx;
  751. }
  752. >text:nth-of-type(3){
  753. display: inline-block;
  754. width: 380rpx;
  755. font-size: 26rpx;
  756. font-family: PingFang SC-Medium, PingFang SC;
  757. font-weight: 400;
  758. color: #333333;
  759. line-height: 26rpx;
  760. overflow: hidden;
  761. text-overflow:ellipsis;
  762. white-space: nowrap;
  763. }
  764. }
  765. }
  766. .list_tow_li_b{
  767. height: 80rpx;
  768. width: 100%;
  769. position: absolute;
  770. top: 278rpx;
  771. left: 0;
  772. display: flex;
  773. justify-content: center;
  774. align-items: center;
  775. >text:nth-of-type(1){
  776. font-size: 26rpx;
  777. font-family: PingFang SC-Medium, PingFang SC;
  778. font-weight: 400;
  779. color: #333333;
  780. line-height: 26rpx;
  781. }
  782. }
  783. }
  784. }
  785. /* 整改人 */
  786. .statistics_three{
  787. background: #fff;
  788. display: flex;
  789. justify-content: flex-start;
  790. flex-wrap: wrap;
  791. padding: 38rpx 30rpx;
  792. box-sizing: border-box;
  793. .statistics_three_li{
  794. width: 230rpx;
  795. position: relative;
  796. >text{
  797. display: block;
  798. text-align: center;
  799. }
  800. >text:nth-of-type(1){
  801. font-size: 26rpx;
  802. font-family: PingFang SC-Medium, PingFang SC;
  803. font-weight: 400;
  804. color: #666666;
  805. line-height: 26rpx;
  806. }
  807. >text:nth-of-type(2){
  808. font-size: 34rpx;
  809. font-family: PingFang SC-Heavy, PingFang SC;
  810. font-weight: 400;
  811. color: #1FA50D;
  812. line-height: 34rpx;
  813. margin-top: 28rpx;
  814. }
  815. }
  816. .statistics_three_li::after{
  817. content:'';
  818. position: absolute;
  819. top: 20rpx;
  820. right:0rpx;
  821. width: 1rpx;
  822. height: 60rpx;
  823. background: #D8D8D8;
  824. }
  825. .statistics_three_li:nth-of-type(3)::after{
  826. display: none;
  827. }
  828. >view:nth-of-type(1){
  829. >text:nth-of-type(2){
  830. color: #1FA50D;
  831. }
  832. }
  833. >view:nth-of-type(2){
  834. >text:nth-of-type(2){
  835. color: #FA8201;
  836. }
  837. }
  838. >view:nth-of-type(3){
  839. >text:nth-of-type(2){
  840. color: #0183FA;
  841. }
  842. }
  843. }
  844. .inspect_btn_three{
  845. width: 100%;
  846. display: flex;
  847. justify-content: space-between;
  848. padding: 0 30rpx;
  849. box-sizing: border-box;
  850. margin-top: 20rpx;
  851. .inspect_btn_three_li{
  852. width: 335rpx;
  853. height: 150rpx;
  854. background: rgba(255,255,255,0.9);
  855. border-radius: 20rpx;
  856. text-align: center;
  857. >img{
  858. width: 60rpx;
  859. height: 60rpx;
  860. margin: 20rpx auto 18rpx;
  861. }
  862. >text{
  863. font-size: 28rpx;
  864. font-family: PingFang SC-Medium, PingFang SC;
  865. font-weight: 400;
  866. color: #333333;
  867. line-height: 28rpx;
  868. }
  869. }
  870. }
  871. /* 切换按钮 */
  872. .tabTitle_three{
  873. width:100%;
  874. height: 100rpx;
  875. background: #fff;
  876. display flex;
  877. justify-content: center;
  878. align-items: center;
  879. margin-top: 20rpx;
  880. position: sticky;
  881. top: 0;
  882. z-index: 100;
  883. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  884. .tabTitle_three_li{
  885. position: relative;
  886. width:372rpx;
  887. text-align center;
  888. .tabTitle_three_text{
  889. display: inline-block;
  890. font-size: 30rpx;
  891. font-family: PingFang SC;
  892. font-weight: 500;
  893. color: #333333;
  894. line-height: 46rpx;
  895. position: relative;
  896. >text{
  897. position:absolute;
  898. min-width: 30rpx;
  899. min-height: 30rpx;
  900. border-radius:54%;
  901. background: #E80000;
  902. font-size: 18rpx;
  903. font-family: PingFang SC-Medium, PingFang SC;
  904. font-weight: 400;
  905. color: #FFFFFF;
  906. text-align: center;
  907. line-height: 30rpx;
  908. margin-left: 6rpx;
  909. padding:2rpx;
  910. box-sizing: border-box;
  911. }
  912. &.on{
  913. color:#0183FA;
  914. }
  915. }
  916. .tabTitle_three_across{
  917. width: 50rpx;
  918. height: 4rpx;
  919. background: #0183FA;
  920. border-radius: 2rpx;
  921. margin-left 162rpx;
  922. display none;
  923. &.on{
  924. display block;
  925. }
  926. }
  927. }
  928. .tabTitle_three_li:nth-of-type(1)::after{
  929. content: '';
  930. position: absolute;
  931. top: 0rpx;
  932. right: 0rpx;
  933. width: 1rpx;
  934. height: 50rpx;
  935. background: #E0E0E0;
  936. }
  937. }
  938. .list_three{
  939. padding: 0 30rpx;
  940. box-sizing: border-box;
  941. margin-top: 20rpx;
  942. .list_three_li{
  943. position: relative;
  944. width: 690rpx;
  945. height: 348rpx;
  946. background: #fff;
  947. border-radius: 10rpx;
  948. overflow: hidden;
  949. margin-bottom: 20rpx;
  950. .list_three_li_t{
  951. width: 100%;
  952. position: absolute;
  953. left: 0;
  954. top: 0;
  955. .list_three_li_t_l{
  956. >img{
  957. width: 70rpx;
  958. height: 70rpx;
  959. }
  960. >text{
  961. position: absolute;
  962. left: -15rpx;
  963. top: 76rpx;
  964. display: inline-block;
  965. width: 30rpx;
  966. height: 30rpx;
  967. background: #F5F5F5;
  968. border-radius: 15rpx;
  969. }
  970. }
  971. .list_three_li_t_c{
  972. width: 630rpx;
  973. height: 110rpx;
  974. position: absolute;
  975. left: 30rpx;
  976. top: 0;
  977. font-size: 30rpx;
  978. font-family: PingFang SC-Medium, PingFang SC;
  979. font-weight: 400;
  980. color: #333333;
  981. line-height: 110rpx;
  982. border-bottom: 1rpx dashed #D8D8D8;
  983. overflow: hidden;
  984. text-overflow:ellipsis;
  985. white-space: nowrap;
  986. padding-right: 60rpx;
  987. box-sizing: border-box;
  988. }
  989. .list_three_li_t_c2{
  990. position: absolute;
  991. right: 20rpx;
  992. top: 38rpx;
  993. width: 120rpx;
  994. height: 40rpx;
  995. font-size: 28rpx;
  996. font-family: PingFang SC-Medium, PingFang SC;
  997. font-weight: 400;
  998. color: #FF5757;
  999. line-height: 40rpx;
  1000. border: 1rpx solid #FF5757;
  1001. border-radius: 6rpx;
  1002. text-align: center;
  1003. }
  1004. .list_three_li_t_r{
  1005. position: absolute;
  1006. right:-15rpx;
  1007. top: 76rpx;
  1008. width: 30rpx;
  1009. height: 30rpx;
  1010. background:#F5F5F5;
  1011. border-radius: 15rpx;
  1012. }
  1013. }
  1014. .list_three_li_m{
  1015. position: absolute;
  1016. top: 110rpx;
  1017. left: 0;
  1018. width: 690rpx;
  1019. height: 158rpx;
  1020. padding-left: 30rpx;
  1021. box-sizing: border-box;
  1022. .list_three_li_m_t{
  1023. font-size: 28rpx;
  1024. font-family: PingFang SC-Medium, PingFang SC;
  1025. font-weight: 400;
  1026. color: #666666;
  1027. line-height: 40rpx;
  1028. margin-top:22rpx;
  1029. }
  1030. .list_three_li_m_b{
  1031. margin-top:26rpx;
  1032. >text:nth-of-type(1){
  1033. font-size: 26rpx;
  1034. font-family: PingFang SC-Medium, PingFang SC;
  1035. font-weight: 400;
  1036. line-height: 40rpx;
  1037. border-radius: 6rpx;
  1038. padding: 0 20rpx;
  1039. margin-right: 14rpx;
  1040. }
  1041. >text:nth-of-type(2){
  1042. font-size: 26rpx;
  1043. font-family: PingFang SC-Medium, PingFang SC;
  1044. font-weight: 400;
  1045. color: #0183FA;
  1046. line-height: 40rpx;
  1047. padding: 0 8rpx;
  1048. border-radius: 6rpx;
  1049. background: rgba(1,131,250,0.1);
  1050. margin-right: 24rpx;
  1051. }
  1052. >text:nth-of-type(3){
  1053. display: inline-block;
  1054. width: 380rpx;
  1055. font-size: 26rpx;
  1056. font-family: PingFang SC-Medium, PingFang SC;
  1057. font-weight: 400;
  1058. color: #333333;
  1059. line-height: 26rpx;
  1060. overflow: hidden;
  1061. text-overflow:ellipsis;
  1062. white-space: nowrap;
  1063. }
  1064. }
  1065. }
  1066. .list_three_li_b{
  1067. height: 80rpx;
  1068. width: 100%;
  1069. position: absolute;
  1070. top: 268rpx;
  1071. left: 0;
  1072. padding-left: 30rpx;
  1073. box-sizing: border-box;
  1074. >text:nth-of-type(1){
  1075. font-size: 26rpx;
  1076. font-family: PingFang SC-Medium, PingFang SC;
  1077. font-weight: 400;
  1078. color: #333333;
  1079. line-height: 26rpx;
  1080. }
  1081. }
  1082. }
  1083. }
  1084. .bottom_btn{
  1085. position: fixed;
  1086. bottom: 0;
  1087. left: 30rpx;
  1088. font-size: 30rpx;
  1089. font-family: PingFang SC-Medium, PingFang SC;
  1090. font-weight: 400;
  1091. color: #FFFFFF;
  1092. line-height: 90rpx;
  1093. width: 690rpx;
  1094. height: 90rpx;
  1095. background: #0183FA;
  1096. border-radius: 20rpx;
  1097. text-align: center;
  1098. }
  1099. .scan_btn{
  1100. position: fixed;
  1101. bottom: 210rpx;
  1102. right: 0rpx;
  1103. width: 130rpx;
  1104. height: 130rpx;
  1105. }
  1106. }
  1107. </style>