|
@@ -17,13 +17,13 @@ const toPage = (url:string) => {
|
|
|
<img src="../assets/navBg.png" alt="BG">
|
|
|
</div>
|
|
|
<div class="BG1">
|
|
|
- <img src="../assets/home/BG1.png" alt="BG">
|
|
|
+<!-- <img src="../assets/home/BG1.png" alt="BG">-->
|
|
|
</div>
|
|
|
<div class="BG2">
|
|
|
- <img src="../assets/home/BG2.png" alt="BG">
|
|
|
+<!-- <img src="../assets/home/BG2.png" alt="BG">-->
|
|
|
</div>
|
|
|
<div class="BG3">
|
|
|
- <img src="../assets/home/BG3.png" alt="BG">
|
|
|
+<!-- <img src="../assets/home/BG3.png" alt="BG">-->
|
|
|
</div>
|
|
|
<Nav/>
|
|
|
<div class="header">
|
|
@@ -301,21 +301,40 @@ const toPage = (url:string) => {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+ .footerBg{
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ z-index: -1;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
.BG1 {
|
|
|
position: absolute;
|
|
|
- top: -560px;
|
|
|
- left: 210px;
|
|
|
+ top: -400px;
|
|
|
+ left: 260px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
animation: rotateAnimation 10s linear infinite;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: rgba(74, 55, 225, 0.80);
|
|
|
+ filter: blur(90px);
|
|
|
+ width: 994px;
|
|
|
+ height: 994px;
|
|
|
}
|
|
|
.BG2 {
|
|
|
position: absolute;
|
|
|
- top: -660px;
|
|
|
- left: -370px;
|
|
|
+ top: -300px;
|
|
|
+ left: -70px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
animation: rotateAnimation 15s linear infinite;
|
|
|
+ border-radius: 874px;
|
|
|
+ background: rgba(186, 85, 214, 0.80);
|
|
|
+ filter: blur(90px);
|
|
|
+ width: 694px;
|
|
|
+ height: 874px;
|
|
|
}
|
|
|
.BG3 {
|
|
|
position: absolute;
|
|
@@ -324,6 +343,11 @@ const toPage = (url:string) => {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
animation: rotateAnimation 10s linear infinite;
|
|
|
+ border-radius: 447.606px;
|
|
|
+ background: rgba(255, 232, 186, 0.80);
|
|
|
+ filter: blur(120px);
|
|
|
+ width: 329px;
|
|
|
+ height: 447px;
|
|
|
}
|
|
|
@keyframes rotateAnimation {
|
|
|
0% {
|