| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | import testImage from '@/assets/img/test_img/道安办.png'; |
| | | import { require } from '@/utils/require.js'; |
| | | |
| | | import Test1 from '@/assets/img/test_img/t1.jpg'; |
| | | import Test2 from '@/assets/img/test_img/t2.png'; |
| | | import Test3 from '@/assets/img/test_img/t3.png'; |
| | | |
| | | import ImageSwiper from './imageSwiper.vue'; |
| | | import { ref } from 'vue'; |
| | |
| | | rectTime: '2023-13-23', |
| | | state: '抢修中', |
| | | images: [ |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | Test1, |
| | | Test2, |
| | | Test3, |
| | | Test1, |
| | | Test2, |
| | | Test3, |
| | | ] |
| | | }, |
| | | { |
| | |
| | | rectTime: '2023-13-23', |
| | | state: '抢修中', |
| | | images: [ |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | Test1, |
| | | Test2, |
| | | Test3, |
| | | Test1, |
| | | Test2, |
| | | Test3, |
| | | ] |
| | | }, |
| | | { |
| | |
| | | rectTime: '2023-13-23', |
| | | state: '抢修中', |
| | | images: [ |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | testImage, |
| | | Test1, |
| | | Test2, |
| | | Test3, |
| | | Test1, |
| | | Test2, |
| | | Test3, |
| | | ] |
| | | } |
| | | ]); |
| | |
| | | |
| | | .info-item { |
| | | font-size: 12px; |
| | | |
| | | font-family: 'PingFang SC'; |
| | | .info-label { |
| | | color: rgba(91, 131, 189, 1); |
| | | color: #5b83bd; |
| | | } |
| | | } |
| | | </style> |