ZhangXianQiang
2024-03-04 3f2b5f1dd9c642bb9c1812dce3e90b030584f45b
src/views/daoAnOffice/right/publicize/index.vue
@@ -41,7 +41,13 @@
</template>
<script setup>
import testImage from '@/assets/img/test_img/道安办.png';
import { require } from '@/utils/require.js';
import Test1 from '@/assets/img/test_img/t4.jpg';
import Test2 from '@/assets/img/test_img/t5.jpg';
import Test3 from '@/assets/img/test_img/t6.jpg';
import Test4 from '@/assets/img/test_img/t7.jpg';
import RightTitle from "@/components/right-title";
import { ref } from 'vue';
@@ -63,7 +69,7 @@
    unit: '都江堰市公安局',
    rectTime: '2023-13-23',
    state: '抢修中',
    image: testImage
    image: Test1,
  },
  {
    itemIndex: 2,
@@ -72,7 +78,7 @@
    unit: '都江堰市公安局',
    rectTime: '2023-13-23',
    state: '抢修中',
    image: testImage
    image: Test2,
  },
  {
    itemIndex: 3,
@@ -81,7 +87,7 @@
    unit: '都江堰市公安局',
    rectTime: '2023-13-23',
    state: '抢修中',
    image: testImage
    image: Test3,
  },
  {
    itemIndex: 4,
@@ -90,7 +96,7 @@
    unit: '都江堰市公安局',
    rectTime: '2023-13-23',
    state: '抢修中',
    image: testImage
    image: Test4,
  },
]);
@@ -120,7 +126,7 @@
.item {
  margin: 0 8px;
  padding: 10px 14px;
  font-size: 12px;
  font-size: 14px;
  background: rgba(67, 102, 155, 0.4);
  border: 1px solid rgba(47, 91, 157, 0.8);
  flex-shrink: 0;
@@ -178,7 +184,7 @@
.content-video-name {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  font-size: 14px;
  color: rgba(91, 131, 189, 1);
}