| | |
| | | const mousePX = state.mouseX / (state.width || 1) |
| | | const mousePY = state.mouseY / (state.height || 1) |
| | | |
| | | const rX = mousePX * 18 // 减小旋转角度,使效果更柔和 |
| | | const rY = mousePY * -18 |
| | | const rX = mousePX * 20 // 减小旋转角度,使效果更柔和 |
| | | const rY = mousePY * -20 |
| | | |
| | | const tX = mousePX * -20 |
| | | const tY = mousePY * -20 |
| | |
| | | const systems = ref([ |
| | | { |
| | | id: 1, |
| | | name: 'ISO 9000 质量管理体系', |
| | | name: '国军标9001C质量管理体系', |
| | | description: '确保产品和服务质量符合国际标准', |
| | | icon: menu1 |
| | | }, |
| | |
| | | } |
| | | |
| | | .system-card:hover .system-icon img { |
| | | transform: scale(1.3); |
| | | transform: scale(1.4); |
| | | } |
| | | |
| | | .system-card h3 { |