|
|
@ -1,7 +1,7 @@ |
|
|
<template> |
|
|
<template> |
|
|
<Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/> |
|
|
<!-- <Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/> |
|
|
<div class="home app_content" v-if="!isLoading"> |
|
|
<div class="home app_content" v-if="!isLoading">--> |
|
|
<!-- <div class="home app_content"> --> |
|
|
<div class="home app_content"> |
|
|
<!-- 导航栏 --> |
|
|
<!-- 导航栏 --> |
|
|
<!-- <div class="header_body"> |
|
|
<!-- <div class="header_body"> |
|
|
<header-nav :leftArrow="false" titelText="执法监督码"></header-nav> |
|
|
<header-nav :leftArrow="false" titelText="执法监督码"></header-nav> |
|
|
@ -741,13 +741,14 @@ |
|
|
.link-text span { |
|
|
.link-text span { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
margin: 18% 0; |
|
|
margin: 16% 0; |
|
|
padding: 0.15rem 0.2rem; |
|
|
padding: 0.15rem 0.2rem; |
|
|
width: 2.5rem; |
|
|
width: 2.5rem; |
|
|
background-color: #e3f3ff; |
|
|
background-color: #e3f3ff; |
|
|
border: 0.02667rem solid #c6e6ff; |
|
|
border: 0.02667rem solid #c6e6ff; |
|
|
border-radius: 0.15rem; |
|
|
border-radius: 0.15rem; |
|
|
box-shadow: 0 0 0.15rem #c4d7f7; |
|
|
box-shadow: 0 0 0.15rem #c4d7f7; |
|
|
|
|
|
line-height: 1.5; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|