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; text-align: center;
} }
.count_item label { .count_item label {
display: inline-flex; position: absolute;
margin: 5.5% 5% 5%; display: block;
width: 90%; margin: 6% 0 0;
width: 100%;
color: #666; color: #666;
text-align: left; text-align: center;
} }
.number_count { .number_count {
display: block; display: block;
color: #4767fe; margin: 30% 0 0;
font-size: 0.85rem; color: #4767fe;
font-weight: 500; font-size: 0.85rem;
line-height: 1.65; font-weight: 500;
line-height: 1.65;
} }
.number_percent { .number_percent {
color: #666; color: #666;

9
src/views/enforceHome.vue

@ -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;
} }

Loading…
Cancel
Save