Revert "chore: 系统架构图中间图片修改"
This reverts commit 71dad7c6a6222a4a85530308a58f24673eb2aba8.
| | |
| | | |
| | | <script setup> |
| | | import { useRouter } from 'vue-router' |
| | | import aiHead from '@/assets/images/head.png' |
| | | import aiHead from '@/assets/images/head.svg' |
| | | |
| | | const router = useRouter() |
| | | |
| | |
| | | } |
| | | |
| | | .ai-stage__ring { |
| | | width: 380px; |
| | | height: 380px; |
| | | width: 300px; |
| | | height: 300px; |
| | | display: grid; |
| | | place-items: center; |
| | | position: relative; |
| | | } |
| | | |
| | | .ai-stage__core { |
| | | width: 380px; |
| | | height: 380px; |
| | | width: 340px; |
| | | height: 340px; |
| | | display: grid; |
| | | place-items: center; |
| | | } |
| | | |
| | | .ai-stage__core img { |
| | | width: 380px; |
| | | height: 380px; |
| | | width: 360px; |
| | | height: 360px; |
| | | object-fit: contain; |
| | | transform: translateY(-24px); |
| | | filter: drop-shadow(0 10px 24px rgba(76, 135, 255, 0.22)); |