Commit 3efc898e by agan

修改ft官网

parent fbb25f1d
...@@ -4,14 +4,12 @@ body { ...@@ -4,14 +4,12 @@ body {
} }
#pro { #pro {
position: fixed; position: relative;
width: 10rem; width: 10rem;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
left: 50%;
top: 0;
background: #bb2677; background: #bb2677;
transform: translateX(-50%); margin: 0 auto;
} }
...@@ -55,15 +53,17 @@ body { ...@@ -55,15 +53,17 @@ body {
} }
.mPhone { .mPhone {
width: 5.347rem; width: 30vh;
height: 10.68rem; height: 60vh;
position: absolute; position: absolute;
top: 3.8rem; top: 16.2vh;
left: 50%; left: 50%;
transform: translateX( -50%) scale(1.2); transform: translateX( -50%);
z-index: 10; z-index: 10;
} }
.phoneBorder { .phoneBorder {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -81,7 +81,8 @@ body { ...@@ -81,7 +81,8 @@ body {
-webkit-border-radius: 1rem; -webkit-border-radius: 1rem;
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
margin: 0rem 0.2rem; padding: 0.36rem 0.36rem;
box-sizing: border-box;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -90,15 +91,7 @@ body { ...@@ -90,15 +91,7 @@ body {
z-index: 1; z-index: 1;
} }
#video {
height: 100%;
padding-top: 0.35rem;
margin-right: 0.1rem;
}
.btnPage2{
top: 16rem;
}
.mTitle { .mTitle {
width: 8rem; width: 8rem;
...@@ -141,8 +134,8 @@ body { ...@@ -141,8 +134,8 @@ body {
background: url(../../img/new3/bubble2.png) no-repeat; background: url(../../img/new3/bubble2.png) no-repeat;
background-size: contain; background-size: contain;
position: absolute; position: absolute;
top: 1.6rem; top: 1.2rem;
left: 7rem; left: 8rem;
animation: mBreath 6s linear infinite; animation: mBreath 6s linear infinite;
} }
...@@ -153,7 +146,7 @@ body { ...@@ -153,7 +146,7 @@ body {
background-size: contain; background-size: contain;
position: absolute; position: absolute;
top: 8rem; top: 8rem;
right: -0.4rem; right: -0.8rem;
animation: mBreath 10s linear infinite; animation: mBreath 10s linear infinite;
} }
...@@ -163,9 +156,14 @@ body { ...@@ -163,9 +156,14 @@ body {
background: url(../../img/new3/bubble4.png) no-repeat; background: url(../../img/new3/bubble4.png) no-repeat;
background-size: contain; background-size: contain;
position: absolute; position: absolute;
top: 14rem; top: 13.2rem;
left: -0.3rem; left: -0.3rem;
animation: mBreath 7s linear infinite; animation: mBreath 7s linear infinite;
z-index: 99;
}
.btnPage2{
bottom: 1.8vh;
} }
@keyframes mBreath { @keyframes mBreath {
...@@ -181,14 +179,10 @@ body { ...@@ -181,14 +179,10 @@ body {
} }
.recommendBox { .recommendBox {
/* width: 10rem;
height: 15rem; */
width: 100%; width: 100%;
position: absolute; position: absolute;
/* top: 5rem; */ top: 3.2rem;
top: 0rem;
left: 0rem; left: 0rem;
margin-top: 4rem;
overflow-y: scroll; overflow-y: scroll;
} }
...@@ -198,6 +192,7 @@ body { ...@@ -198,6 +192,7 @@ body {
.rRow { .rRow {
width: 100%; width: 100%;
margin-bottom: 0.1rem;
} }
.youtubeVideos { .youtubeVideos {
...@@ -209,6 +204,9 @@ body { ...@@ -209,6 +204,9 @@ body {
-webkit-border-radius: 0.267rem; -webkit-border-radius: 0.267rem;
-moz-border-radius: 0.267rem; -moz-border-radius: 0.267rem;
overflow: hidden; overflow: hidden;
background: url(../../img/new3/videoBg.png) no-repeat;
background-size: 100% 100%;
} }
.elementor-video-iframe { .elementor-video-iframe {
...@@ -257,8 +255,8 @@ body { ...@@ -257,8 +255,8 @@ body {
background: url("../../img/new3/imageSprites.png") no-repeat; background: url("../../img/new3/imageSprites.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: fixed; position: fixed;
bottom: 0.6rem; bottom: 1rem;
left: 90%; left: 92%;
animation: upWard 1s linear 0s infinite alternate; animation: upWard 1s linear 0s infinite alternate;
-webkit-transform: translateX(-50%); -webkit-transform: translateX(-50%);
-webkit-animation: upWard 1s linear 0s infinite alternate; -webkit-animation: upWard 1s linear 0s infinite alternate;
...@@ -266,11 +264,11 @@ body { ...@@ -266,11 +264,11 @@ body {
@-webkit-keyframes upWard { @-webkit-keyframes upWard {
from { from {
bottom: 0.6rem; bottom: 1rem;
} }
to { to {
bottom: 0.2rem; bottom: 0.8rem;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment