Commit 28e05bff by 杨翰文

fix: 首页按钮和字换位置

parent ab88944c
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
.mtitle { .mtitle {
position: absolute; position: absolute;
width: 5.84rem; width: 5.84rem;
bottom: 2.44rem; bottom: 0.84rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
.go { .go {
position: absolute; position: absolute;
width: 2.49rem; width: 2.49rem;
bottom: 0.85rem; bottom: 1.85rem;
left: 50%; left: 50%;
transform: translate(-50%, 0); transform: translate(-50%, 0);
animation: btn 2s ease infinite; animation: btn 2s ease infinite;
......
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