Commit 75588eb1 by libai

测试

parent 95ebea8c
...@@ -720,7 +720,8 @@ ...@@ -720,7 +720,8 @@
position: fixed; position: fixed;
z-index: 500; z-index: 500;
bottom: -0.24rem; bottom: -0.24rem;
left: -0.32rem; left: 50%;
margin-left: -5.32rem;
} }
.bottom-nav-h1 { .bottom-nav-h1 {
font-size: 0.3rem; font-size: 0.3rem;
......
...@@ -735,7 +735,8 @@ ...@@ -735,7 +735,8 @@
position: fixed; position: fixed;
z-index: 500; z-index: 500;
bottom: -0.24rem; bottom: -0.24rem;
left: -0.32rem; left: 50%;
margin-left: -5.32rem;
} }
.bottom-nav-h1{ .bottom-nav-h1{
font-size: 0.3rem; font-size: 0.3rem;
......
...@@ -65,7 +65,8 @@ ...@@ -65,7 +65,8 @@
position: absolute; position: absolute;
bottom: 0.2rem; bottom: 0.2rem;
z-index: 5; z-index: 5;
left: 1.83rem; left: 50%;
margin-left: -3.17rem;
} }
.video-bg { .video-bg {
width: 9.76rem; width: 9.76rem;
......
...@@ -66,8 +66,10 @@ ...@@ -66,8 +66,10 @@
position: absolute; position: absolute;
bottom: 0.2rem; bottom: 0.2rem;
z-index: 5; z-index: 5;
left: 1.83rem; left: 50%;
margin-left: -3.17rem;
} }
.video-bg{ .video-bg{
width: 9.76rem; width: 9.76rem;
height: 15.13rem; height: 15.13rem;
......
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