| | |
| | | <script setup> |
| | | import { useStore } from 'vuex'; |
| | | import { computed } from 'vue'; |
| | | import titleImg1 from '@/assets/images/workbench/st3.png'; |
| | | import titleImg2 from '@/assets/images/workbench/st4.png'; |
| | | import titleImg3 from '@/assets/images/workbench/st8.png'; |
| | | import titleImg4 from '@/assets/images/workbench/st5.png'; |
| | | import titleImg5 from '@/assets/images/workbench/st6.png'; |
| | | import titleImg6 from '@/assets/images/workbench/st9.png'; |
| | | import titleImg1 from '@/assets/images/workbench/st3.svg'; |
| | | import titleImg2 from '@/assets/images/workbench/st4.svg'; |
| | | import titleImg3 from '@/assets/images/workbench/st8.svg'; |
| | | import titleImg4 from '@/assets/images/workbench/st5.svg'; |
| | | import titleImg5 from '@/assets/images/workbench/st6.svg'; |
| | | import titleImg6 from '@/assets/images/workbench/st9.svg'; |
| | | import { getStatics } from '@/api/home/index'; |
| | | import { useRouter } from 'vue-router'; |
| | | const router = useRouter(); |
| | |
| | | font-weight: bold; |
| | | font-size: 16px; |
| | | color: #363636; |
| | | font-family: 'YouSheBiaoTiHei'; |
| | | font-family: 'Source Han Sans CN'; |
| | | } |
| | | |
| | | img { |
| | |
| | | color: #363636; |
| | | display: inline-block; |
| | | transform: skewX(-5deg); |
| | | font-family: 'YouSheBiaoTiHei'; |
| | | font-family: 'Source Han Sans CN'; |
| | | // font-size: calc(12px + 0.5vw); |
| | | margin-right: 2px; |
| | | } |
| | |
| | | color: #363636; |
| | | display: inline-block; |
| | | transform: skewX(-5deg); |
| | | font-family: 'YouSheBiaoTiHei'; |
| | | font-family: 'Source Han Sans CN'; |
| | | margin-right: 2px; |
| | | } |
| | | |