safetyExamineWorkbench.vue 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  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">
  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">
  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">
  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(doType){
  212. let self=this;
  213. if(self.pageType==0 && doType=='patrolPlan'){//校院巡查-计划
  214. console.log(11)
  215. }else if(self.pageType==0 && doType=='selfPlan'){//实验室自查-计划
  216. }else if(self.pageType==0 && doType=='dangerPlan'){//安全隐患-计划
  217. }else if(self.pageType==1 && doType=='patrolPlan'){//校院巡查-检查
  218. }else if(self.pageType==1 && doType=='selfPlan'){//实验室自查-检查
  219. }else if(self.pageType==1 && doType=='dangerPlan'){//安全隐患-检查
  220. }else if(self.pageType==2 && doType=='schoolDanger'){//校院巡查隐患
  221. }else if(self.pageType==2 && doType=='labDanger'){//实验室自查隐患
  222. }
  223. },
  224. async getList(){
  225. console.log('getList')
  226. let list=[{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',},{name:'计划标题计划标题计划标题计划标题',}]
  227. this.total=5;
  228. this.dataList=[...this.dataList,...list]
  229. // let self = this;
  230. // let obj = {
  231. // pageNum:this.getData.page,
  232. // pageSize:this.getData.pageSize,
  233. // };
  234. // const {data} = await groupList(obj);
  235. // if(data.code==200){
  236. // this.total=data.total;
  237. // this.dataList=[...this.dataList,...data.data]
  238. // }
  239. }
  240. }
  241. }
  242. </script>
  243. <style lang="stylus" scoped>
  244. .examine{
  245. height:100%;
  246. display flex;
  247. .info-max-box{
  248. flex: 1;
  249. overflow: scroll;
  250. padding-bottom: 128rpx;
  251. }
  252. .blue_color{
  253. color: #0183FA;
  254. border: 1rpx solid #0183FA;
  255. }
  256. .red_color{
  257. color: #FF4545;
  258. border: 1rpx solid #FF4545;
  259. }
  260. .green_color{
  261. color: #1FA50D;
  262. border: 1rpx solid #1FA50D;
  263. }
  264. .statistics{
  265. background: #fff;
  266. display: flex;
  267. justify-content: flex-start;
  268. flex-wrap: wrap;
  269. padding: 38rpx 26rpx;
  270. box-sizing: border-box;
  271. .statistics_li{
  272. width: 230rpx;
  273. border-right: 1rpx solid #D8D8D8;
  274. border-bottom: 1rpx solid #D8D8D8;
  275. >text{
  276. display: block;
  277. text-align: center;
  278. }
  279. >text:nth-of-type(1){
  280. font-size: 26rpx;
  281. font-family: PingFang SC-Medium, PingFang SC;
  282. font-weight: 400;
  283. color: #666666;
  284. line-height: 26rpx;
  285. margin-top: 24rpx;
  286. }
  287. >text:nth-of-type(2){
  288. font-size: 34rpx;
  289. font-family: PingFang SC-Heavy, PingFang SC;
  290. font-weight: 400;
  291. color: #1FA50D;
  292. line-height: 34rpx;
  293. margin-top: 28rpx;
  294. }
  295. }
  296. >view:nth-of-type(1){
  297. >text:nth-of-type(1){
  298. margin-top: 4rpx;
  299. }
  300. >text:nth-of-type(2){
  301. margin-bottom: 18rpx;
  302. color: #1FA50D;
  303. }
  304. }
  305. >view:nth-of-type(2){
  306. >text:nth-of-type(1){
  307. margin-top: 4rpx;
  308. }
  309. >text:nth-of-type(2){
  310. margin-bottom: 18rpx;
  311. color: #FA8201;
  312. }
  313. }
  314. >view:nth-of-type(3){
  315. border-right:none;
  316. >text:nth-of-type(1){
  317. margin-top: 4rpx;
  318. }
  319. >text:nth-of-type(2){
  320. margin-bottom: 18rpx;
  321. color: #0183FA;
  322. }
  323. }
  324. >view:nth-of-type(4){
  325. border-bottom:none;
  326. >text:nth-of-type(2){
  327. color: #1FA50D;
  328. }
  329. }
  330. >view:nth-of-type(5){
  331. border-bottom:none;
  332. >text:nth-of-type(2){
  333. color: #FA8201;
  334. }
  335. }
  336. >view:nth-of-type(6){
  337. border-right:none;border-bottom:none;
  338. >text:nth-of-type(2){
  339. color: #0183FA;
  340. }
  341. }
  342. }
  343. .inspect_btn{
  344. height: 150rpx;
  345. background: #fff;
  346. display: flex;
  347. justify-content: space-between;
  348. align-items: center;
  349. margin-top: 20rpx;
  350. padding: 0 74rpx;
  351. .inspect_btn_li{
  352. >img{
  353. width: 60rpx;
  354. height: 60rpx;
  355. margin:0 auto;
  356. }
  357. >text{
  358. font-size: 28rpx;
  359. font-family: PingFang SC-Medium, PingFang SC;
  360. font-weight: 400;
  361. color: #333333;
  362. line-height: 28rpx;
  363. margin-top: 14rpx;
  364. }
  365. }
  366. .line{
  367. display: inline-block;
  368. height: 60rpx;
  369. width: 1rpx;
  370. background: #E0E0E0;
  371. }
  372. }
  373. /* 切换按钮 */
  374. .tabTitle{
  375. width:100%;
  376. height: 100rpx;
  377. background: #fff;
  378. display flex;
  379. justify-content: center;
  380. align-items: center;
  381. margin-top: 20rpx;
  382. position: sticky;
  383. top: 0;
  384. z-index: 100;
  385. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  386. .tabTitle_li{
  387. position: relative;
  388. width:372rpx;
  389. text-align center;
  390. .tabTitle_text{
  391. display: inline-block;
  392. font-size: 30rpx;
  393. font-family: PingFang SC;
  394. font-weight: 500;
  395. color: #333333;
  396. line-height: 46rpx;
  397. position: relative;
  398. >text{
  399. position:absolute;
  400. min-width: 30rpx;
  401. min-height: 30rpx;
  402. border-radius:54%;
  403. background: #E80000;
  404. font-size: 18rpx;
  405. font-family: PingFang SC-Medium, PingFang SC;
  406. font-weight: 400;
  407. color: #FFFFFF;
  408. text-align: center;
  409. line-height: 30rpx;
  410. margin-left: 6rpx;
  411. padding:2rpx;
  412. box-sizing: border-box;
  413. }
  414. &.on{
  415. color:#0183FA;
  416. }
  417. }
  418. .tabTitle_across{
  419. width: 50rpx;
  420. height: 4rpx;
  421. background: #0183FA;
  422. border-radius: 2rpx;
  423. margin-left 162rpx;
  424. display none;
  425. &.on{
  426. display block;
  427. }
  428. }
  429. }
  430. .tabTitle_li:nth-of-type(1)::after{
  431. content: '';
  432. position: absolute;
  433. top: 0rpx;
  434. right: 0rpx;
  435. width: 1rpx;
  436. height: 50rpx;
  437. background: #E0E0E0;
  438. }
  439. }
  440. .list{
  441. padding: 0 30rpx;
  442. box-sizing: border-box;
  443. margin-top: 20rpx;
  444. .list_li{
  445. position: relative;
  446. width: 690rpx;
  447. height: 360rpx;
  448. background: #fff;
  449. border-radius: 10rpx;
  450. overflow: hidden;
  451. margin-bottom: 20rpx;
  452. .list_li_t{
  453. width: 100%;
  454. position: absolute;
  455. left: 0;
  456. top: 0;
  457. .list_li_t_l{
  458. >img{
  459. width: 70rpx;
  460. height: 70rpx;
  461. }
  462. >text{
  463. position: absolute;
  464. left: -15rpx;
  465. top: 76rpx;
  466. display: inline-block;
  467. width: 30rpx;
  468. height: 30rpx;
  469. background: #F5F5F5;
  470. border-radius: 15rpx;
  471. }
  472. }
  473. .list_li_t_c{
  474. width: 630rpx;
  475. height: 110rpx;
  476. position: absolute;
  477. left: 30rpx;
  478. top: 0;
  479. font-size: 30rpx;
  480. font-family: PingFang SC-Medium, PingFang SC;
  481. font-weight: 400;
  482. color: #333333;
  483. line-height: 110rpx;
  484. border-bottom: 1rpx dashed #D8D8D8;
  485. overflow: hidden;
  486. text-overflow:ellipsis;
  487. white-space: nowrap;
  488. }
  489. .list_li_t_r{
  490. position: absolute;
  491. right:-15rpx;
  492. top: 76rpx;
  493. width: 30rpx;
  494. height: 30rpx;
  495. background:#F5F5F5;
  496. border-radius: 15rpx;
  497. }
  498. }
  499. .list_li_m{
  500. position: absolute;
  501. top: 110rpx;
  502. left: 0;
  503. width: 690rpx;
  504. height: 168rpx;
  505. border-bottom: 1rpx solid #E0E0E0;
  506. padding-left: 30rpx;
  507. box-sizing: border-box;
  508. .list_li_m_t{
  509. font-size: 28rpx;
  510. font-family: PingFang SC-Medium, PingFang SC;
  511. font-weight: 400;
  512. color: #666666;
  513. line-height: 40rpx;
  514. margin-top:22rpx;
  515. }
  516. .list_li_m_b{
  517. margin-top:26rpx;
  518. >text:nth-of-type(1){
  519. font-size: 26rpx;
  520. font-family: PingFang SC-Medium, PingFang SC;
  521. font-weight: 400;
  522. line-height: 40rpx;
  523. border-radius: 6rpx;
  524. padding: 0 20rpx;
  525. margin-right: 14rpx;
  526. }
  527. >text:nth-of-type(2){
  528. font-size: 26rpx;
  529. font-family: PingFang SC-Medium, PingFang SC;
  530. font-weight: 400;
  531. color: #0183FA;
  532. line-height: 40rpx;
  533. padding: 0 8rpx;
  534. border-radius: 6rpx;
  535. background: rgba(1,131,250,0.1);
  536. }
  537. }
  538. }
  539. .list_li_b{
  540. height: 80rpx;
  541. position: absolute;
  542. top: 278rpx;
  543. left: 0;
  544. display: flex;
  545. justify-content: flex-start;
  546. align-items: center;
  547. >img{
  548. width: 24rpx;
  549. height: 30rpx;
  550. margin-right: 26rpx;
  551. margin-left: 30rpx;
  552. }
  553. >text:nth-of-type(1){
  554. font-size: 28rpx;
  555. font-family: PingFang SC-Medium, PingFang SC;
  556. font-weight: 400;
  557. color: #333333;
  558. line-height: 28rpx;
  559. }
  560. >text:nth-of-type(2){
  561. font-size: 28rpx;
  562. font-family: PingFang SC-Medium, PingFang SC;
  563. font-weight: 400;
  564. color: #0183FA;
  565. line-height: 28rpx;
  566. }
  567. }
  568. }
  569. }
  570. /* 检查者 */
  571. .tabTitle_tow{
  572. width:100%;
  573. height: 100rpx;
  574. background: #fff;
  575. display flex;
  576. justify-content: flex-start;
  577. align-items: center;
  578. margin-top: 20rpx;
  579. position: sticky;
  580. top: 0;
  581. z-index: 100;
  582. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  583. .tabTitle_tow_li{
  584. position: relative;
  585. width:162rpx;
  586. text-align center;
  587. .tabTitle_tow_text{
  588. display: inline-block;
  589. font-size: 30rpx;
  590. font-family: PingFang SC;
  591. font-weight: 500;
  592. color: #333333;
  593. line-height: 46rpx;
  594. position: relative;
  595. >text{
  596. position:absolute;
  597. min-width: 30rpx;
  598. min-height: 30rpx;
  599. border-radius:54%;
  600. background: #E80000;
  601. font-size: 18rpx;
  602. font-family: PingFang SC-Medium, PingFang SC;
  603. font-weight: 400;
  604. color: #FFFFFF;
  605. text-align: center;
  606. line-height: 30rpx;
  607. margin-left: 6rpx;
  608. padding:2rpx;
  609. box-sizing: border-box;
  610. }
  611. &.on{
  612. color:#0183FA;
  613. }
  614. }
  615. .tabTitle_tow_across{
  616. width: 50rpx;
  617. height: 4rpx;
  618. background: #0183FA;
  619. border-radius: 2rpx;
  620. margin-left 56rpx;
  621. display none;
  622. &.on{
  623. display block;
  624. }
  625. }
  626. }
  627. }
  628. .list_tow{
  629. padding: 0 30rpx;
  630. box-sizing: border-box;
  631. margin-top: 20rpx;
  632. .list_tow_li{
  633. position: relative;
  634. width: 690rpx;
  635. height: 360rpx;
  636. background: #fff;
  637. border-radius: 10rpx;
  638. overflow: hidden;
  639. margin-bottom: 20rpx;
  640. .list_tow_li_t{
  641. width: 100%;
  642. position: absolute;
  643. left: 0;
  644. top: 0;
  645. .list_tow_li_t_l{
  646. >img{
  647. width: 70rpx;
  648. height: 70rpx;
  649. }
  650. >text{
  651. position: absolute;
  652. left: -15rpx;
  653. top: 76rpx;
  654. display: inline-block;
  655. width: 30rpx;
  656. height: 30rpx;
  657. background: #F5F5F5;
  658. border-radius: 15rpx;
  659. }
  660. }
  661. .list_tow_li_t_c{
  662. width: 630rpx;
  663. height: 110rpx;
  664. position: absolute;
  665. left: 30rpx;
  666. top: 0;
  667. font-size: 30rpx;
  668. font-family: PingFang SC-Medium, PingFang SC;
  669. font-weight: 400;
  670. color: #333333;
  671. line-height: 110rpx;
  672. border-bottom: 1rpx dashed #D8D8D8;
  673. overflow: hidden;
  674. text-overflow:ellipsis;
  675. white-space: nowrap;
  676. padding-right: 60rpx;
  677. box-sizing: border-box;
  678. }
  679. .list_tow_li_t_c2{
  680. position: absolute;
  681. right: 20rpx;
  682. top: 38rpx;
  683. width: 120rpx;
  684. height: 40rpx;
  685. font-size: 28rpx;
  686. font-family: PingFang SC-Medium, PingFang SC;
  687. font-weight: 400;
  688. color: #FF5757;
  689. line-height: 40rpx;
  690. border: 1rpx solid #FF5757;
  691. border-radius: 6rpx;
  692. text-align: center;
  693. }
  694. .list_tow_li_t_r{
  695. position: absolute;
  696. right:-15rpx;
  697. top: 76rpx;
  698. width: 30rpx;
  699. height: 30rpx;
  700. background:#F5F5F5;
  701. border-radius: 15rpx;
  702. }
  703. }
  704. .list_tow_li_m{
  705. position: absolute;
  706. top: 110rpx;
  707. left: 0;
  708. width: 690rpx;
  709. height: 168rpx;
  710. border-bottom: 1rpx solid #E0E0E0;
  711. padding-left: 30rpx;
  712. box-sizing: border-box;
  713. .list_tow_li_m_t{
  714. font-size: 28rpx;
  715. font-family: PingFang SC-Medium, PingFang SC;
  716. font-weight: 400;
  717. color: #666666;
  718. line-height: 40rpx;
  719. margin-top:22rpx;
  720. }
  721. .list_tow_li_m_b{
  722. margin-top:26rpx;
  723. >text:nth-of-type(1){
  724. font-size: 26rpx;
  725. font-family: PingFang SC-Medium, PingFang SC;
  726. font-weight: 400;
  727. line-height: 40rpx;
  728. border-radius: 6rpx;
  729. padding: 0 20rpx;
  730. margin-right: 14rpx;
  731. }
  732. >text:nth-of-type(2){
  733. font-size: 26rpx;
  734. font-family: PingFang SC-Medium, PingFang SC;
  735. font-weight: 400;
  736. color: #0183FA;
  737. line-height: 40rpx;
  738. padding: 0 8rpx;
  739. border-radius: 6rpx;
  740. background: rgba(1,131,250,0.1);
  741. margin-right: 24rpx;
  742. }
  743. >text:nth-of-type(3){
  744. display: inline-block;
  745. width: 380rpx;
  746. font-size: 26rpx;
  747. font-family: PingFang SC-Medium, PingFang SC;
  748. font-weight: 400;
  749. color: #333333;
  750. line-height: 26rpx;
  751. overflow: hidden;
  752. text-overflow:ellipsis;
  753. white-space: nowrap;
  754. }
  755. }
  756. }
  757. .list_tow_li_b{
  758. height: 80rpx;
  759. width: 100%;
  760. position: absolute;
  761. top: 278rpx;
  762. left: 0;
  763. display: flex;
  764. justify-content: center;
  765. align-items: center;
  766. >text:nth-of-type(1){
  767. font-size: 26rpx;
  768. font-family: PingFang SC-Medium, PingFang SC;
  769. font-weight: 400;
  770. color: #333333;
  771. line-height: 26rpx;
  772. }
  773. }
  774. }
  775. }
  776. /* 整改人 */
  777. .statistics_three{
  778. background: #fff;
  779. display: flex;
  780. justify-content: flex-start;
  781. flex-wrap: wrap;
  782. padding: 38rpx 30rpx;
  783. box-sizing: border-box;
  784. .statistics_three_li{
  785. width: 230rpx;
  786. position: relative;
  787. >text{
  788. display: block;
  789. text-align: center;
  790. }
  791. >text:nth-of-type(1){
  792. font-size: 26rpx;
  793. font-family: PingFang SC-Medium, PingFang SC;
  794. font-weight: 400;
  795. color: #666666;
  796. line-height: 26rpx;
  797. }
  798. >text:nth-of-type(2){
  799. font-size: 34rpx;
  800. font-family: PingFang SC-Heavy, PingFang SC;
  801. font-weight: 400;
  802. color: #1FA50D;
  803. line-height: 34rpx;
  804. margin-top: 28rpx;
  805. }
  806. }
  807. .statistics_three_li::after{
  808. content:'';
  809. position: absolute;
  810. top: 20rpx;
  811. right:0rpx;
  812. width: 1rpx;
  813. height: 60rpx;
  814. background: #D8D8D8;
  815. }
  816. .statistics_three_li:nth-of-type(3)::after{
  817. display: none;
  818. }
  819. >view:nth-of-type(1){
  820. >text:nth-of-type(2){
  821. color: #1FA50D;
  822. }
  823. }
  824. >view:nth-of-type(2){
  825. >text:nth-of-type(2){
  826. color: #FA8201;
  827. }
  828. }
  829. >view:nth-of-type(3){
  830. >text:nth-of-type(2){
  831. color: #0183FA;
  832. }
  833. }
  834. }
  835. .inspect_btn_three{
  836. width: 100%;
  837. display: flex;
  838. justify-content: space-between;
  839. padding: 0 30rpx;
  840. box-sizing: border-box;
  841. margin-top: 20rpx;
  842. .inspect_btn_three_li{
  843. width: 335rpx;
  844. height: 150rpx;
  845. background: rgba(255,255,255,0.9);
  846. border-radius: 20rpx;
  847. text-align: center;
  848. >img{
  849. width: 60rpx;
  850. height: 60rpx;
  851. margin: 20rpx auto 18rpx;
  852. }
  853. >text{
  854. font-size: 28rpx;
  855. font-family: PingFang SC-Medium, PingFang SC;
  856. font-weight: 400;
  857. color: #333333;
  858. line-height: 28rpx;
  859. }
  860. }
  861. }
  862. /* 切换按钮 */
  863. .tabTitle_three{
  864. width:100%;
  865. height: 100rpx;
  866. background: #fff;
  867. display flex;
  868. justify-content: center;
  869. align-items: center;
  870. margin-top: 20rpx;
  871. position: sticky;
  872. top: 0;
  873. z-index: 100;
  874. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  875. .tabTitle_three_li{
  876. position: relative;
  877. width:372rpx;
  878. text-align center;
  879. .tabTitle_three_text{
  880. display: inline-block;
  881. font-size: 30rpx;
  882. font-family: PingFang SC;
  883. font-weight: 500;
  884. color: #333333;
  885. line-height: 46rpx;
  886. position: relative;
  887. >text{
  888. position:absolute;
  889. min-width: 30rpx;
  890. min-height: 30rpx;
  891. border-radius:54%;
  892. background: #E80000;
  893. font-size: 18rpx;
  894. font-family: PingFang SC-Medium, PingFang SC;
  895. font-weight: 400;
  896. color: #FFFFFF;
  897. text-align: center;
  898. line-height: 30rpx;
  899. margin-left: 6rpx;
  900. padding:2rpx;
  901. box-sizing: border-box;
  902. }
  903. &.on{
  904. color:#0183FA;
  905. }
  906. }
  907. .tabTitle_three_across{
  908. width: 50rpx;
  909. height: 4rpx;
  910. background: #0183FA;
  911. border-radius: 2rpx;
  912. margin-left 162rpx;
  913. display none;
  914. &.on{
  915. display block;
  916. }
  917. }
  918. }
  919. .tabTitle_three_li:nth-of-type(1)::after{
  920. content: '';
  921. position: absolute;
  922. top: 0rpx;
  923. right: 0rpx;
  924. width: 1rpx;
  925. height: 50rpx;
  926. background: #E0E0E0;
  927. }
  928. }
  929. .list_three{
  930. padding: 0 30rpx;
  931. box-sizing: border-box;
  932. margin-top: 20rpx;
  933. .list_three_li{
  934. position: relative;
  935. width: 690rpx;
  936. height: 348rpx;
  937. background: #fff;
  938. border-radius: 10rpx;
  939. overflow: hidden;
  940. margin-bottom: 20rpx;
  941. .list_three_li_t{
  942. width: 100%;
  943. position: absolute;
  944. left: 0;
  945. top: 0;
  946. .list_three_li_t_l{
  947. >img{
  948. width: 70rpx;
  949. height: 70rpx;
  950. }
  951. >text{
  952. position: absolute;
  953. left: -15rpx;
  954. top: 76rpx;
  955. display: inline-block;
  956. width: 30rpx;
  957. height: 30rpx;
  958. background: #F5F5F5;
  959. border-radius: 15rpx;
  960. }
  961. }
  962. .list_three_li_t_c{
  963. width: 630rpx;
  964. height: 110rpx;
  965. position: absolute;
  966. left: 30rpx;
  967. top: 0;
  968. font-size: 30rpx;
  969. font-family: PingFang SC-Medium, PingFang SC;
  970. font-weight: 400;
  971. color: #333333;
  972. line-height: 110rpx;
  973. border-bottom: 1rpx dashed #D8D8D8;
  974. overflow: hidden;
  975. text-overflow:ellipsis;
  976. white-space: nowrap;
  977. padding-right: 60rpx;
  978. box-sizing: border-box;
  979. }
  980. .list_three_li_t_c2{
  981. position: absolute;
  982. right: 20rpx;
  983. top: 38rpx;
  984. width: 120rpx;
  985. height: 40rpx;
  986. font-size: 28rpx;
  987. font-family: PingFang SC-Medium, PingFang SC;
  988. font-weight: 400;
  989. color: #FF5757;
  990. line-height: 40rpx;
  991. border: 1rpx solid #FF5757;
  992. border-radius: 6rpx;
  993. text-align: center;
  994. }
  995. .list_three_li_t_r{
  996. position: absolute;
  997. right:-15rpx;
  998. top: 76rpx;
  999. width: 30rpx;
  1000. height: 30rpx;
  1001. background:#F5F5F5;
  1002. border-radius: 15rpx;
  1003. }
  1004. }
  1005. .list_three_li_m{
  1006. position: absolute;
  1007. top: 110rpx;
  1008. left: 0;
  1009. width: 690rpx;
  1010. height: 158rpx;
  1011. padding-left: 30rpx;
  1012. box-sizing: border-box;
  1013. .list_three_li_m_t{
  1014. font-size: 28rpx;
  1015. font-family: PingFang SC-Medium, PingFang SC;
  1016. font-weight: 400;
  1017. color: #666666;
  1018. line-height: 40rpx;
  1019. margin-top:22rpx;
  1020. }
  1021. .list_three_li_m_b{
  1022. margin-top:26rpx;
  1023. >text:nth-of-type(1){
  1024. font-size: 26rpx;
  1025. font-family: PingFang SC-Medium, PingFang SC;
  1026. font-weight: 400;
  1027. line-height: 40rpx;
  1028. border-radius: 6rpx;
  1029. padding: 0 20rpx;
  1030. margin-right: 14rpx;
  1031. }
  1032. >text:nth-of-type(2){
  1033. font-size: 26rpx;
  1034. font-family: PingFang SC-Medium, PingFang SC;
  1035. font-weight: 400;
  1036. color: #0183FA;
  1037. line-height: 40rpx;
  1038. padding: 0 8rpx;
  1039. border-radius: 6rpx;
  1040. background: rgba(1,131,250,0.1);
  1041. margin-right: 24rpx;
  1042. }
  1043. >text:nth-of-type(3){
  1044. display: inline-block;
  1045. width: 380rpx;
  1046. font-size: 26rpx;
  1047. font-family: PingFang SC-Medium, PingFang SC;
  1048. font-weight: 400;
  1049. color: #333333;
  1050. line-height: 26rpx;
  1051. overflow: hidden;
  1052. text-overflow:ellipsis;
  1053. white-space: nowrap;
  1054. }
  1055. }
  1056. }
  1057. .list_three_li_b{
  1058. height: 80rpx;
  1059. width: 100%;
  1060. position: absolute;
  1061. top: 268rpx;
  1062. left: 0;
  1063. padding-left: 30rpx;
  1064. box-sizing: border-box;
  1065. >text:nth-of-type(1){
  1066. font-size: 26rpx;
  1067. font-family: PingFang SC-Medium, PingFang SC;
  1068. font-weight: 400;
  1069. color: #333333;
  1070. line-height: 26rpx;
  1071. }
  1072. }
  1073. }
  1074. }
  1075. .bottom_btn{
  1076. position: fixed;
  1077. bottom: 0;
  1078. left: 30rpx;
  1079. font-size: 30rpx;
  1080. font-family: PingFang SC-Medium, PingFang SC;
  1081. font-weight: 400;
  1082. color: #FFFFFF;
  1083. line-height: 90rpx;
  1084. width: 690rpx;
  1085. height: 90rpx;
  1086. background: #0183FA;
  1087. border-radius: 20rpx;
  1088. text-align: center;
  1089. }
  1090. .scan_btn{
  1091. position: fixed;
  1092. bottom: 210rpx;
  1093. right: 0rpx;
  1094. width: 130rpx;
  1095. height: 130rpx;
  1096. }
  1097. }
  1098. </style>