| | |
| | | }; |
| | | // 去风险大屏 |
| | | const toRiskPlatform = () => { |
| | | // router.push({ |
| | | // name: "warningScreen" |
| | | // }); |
| | | window.open('http://39.104.85.193:8585/'); |
| | | router.push({ |
| | | name: "warningScreen" |
| | | }); |
| | | // window.open('http://39.104.85.193:8585/'); |
| | | }; |
| | | const throttle = (renderMenu: any, delay: number) => { |
| | | let flag = true; |
| | |
| | | overflow: hidden; |
| | | cursor: pointer; |
| | | transition: 0.3s; |
| | | border: none; |
| | | border: 2px solid rgba(255,255,255,0); |
| | | |
| | | &:hover { |
| | | background-image: radial-gradient(ellipse farthest-side at 50% 100%, #48a3ff 0%, #fff 120%); |
| | | box-shadow: -8px -8px 24px rgba(20, 97, 234, 0.2), 8px 8px 24px rgba(20, 97, 234, 0.2); |
| | | border: 2px solid rgba(255,255,255,0.8); |
| | | } |
| | | } |
| | | .cont-bg-1 { |