Browse Source

样式修改

v4
lijun 1 year ago
parent
commit
71f8f83974
  1. 20
      src/views/enforce/comprehensiveAnalysis.vue
  2. 9
      src/views/enforceHome.vue

20
src/views/enforce/comprehensiveAnalysis.vue

@ -540,18 +540,20 @@ body {
text-align: center;
}
.count_item label {
display: inline-flex;
margin: 5.5% 5% 5%;
width: 90%;
position: absolute;
display: block;
margin: 6% 0 0;
width: 100%;
color: #666;
text-align: left;
text-align: center;
}
.number_count {
display: block;
color: #4767fe;
font-size: 0.85rem;
font-weight: 500;
line-height: 1.65;
display: block;
margin: 30% 0 0;
color: #4767fe;
font-size: 0.85rem;
font-weight: 500;
line-height: 1.65;
}
.number_percent {
color: #666;

9
src/views/enforceHome.vue

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

Loading…
Cancel
Save