Commit 9739f94e by libai

测试

parent 1930aca8
Showing with 5 additions and 18 deletions
...@@ -508,14 +508,7 @@ ...@@ -508,14 +508,7 @@
transform: scale(1) !important; transform: scale(1) !important;
} }
.login-google-btn iframe { .login-google-btn iframe {
transform: scaleX(5) scaleY(4.5); transform: scaleX(13) scaleY(3);
position: relative !important;
top: 0.4rem !important;
height: 0.8rem !important;
opacity: 0 !important;
width: 3rem !important;
margin: 0 !important;
left: 1rem !important;
} }
#buttonDiv-big { #buttonDiv-big {
position: absolute; position: absolute;
...@@ -528,7 +521,7 @@ ...@@ -528,7 +521,7 @@
#buttonDiv-big > div { #buttonDiv-big > div {
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
position: absolute; position: absolute !important;
top: 0; top: 0;
left: 0; left: 0;
overflow: hidden; overflow: hidden;
......
...@@ -522,14 +522,8 @@ ...@@ -522,14 +522,8 @@
} }
.login-google-btn{ .login-google-btn{
iframe{ iframe{
transform: scaleX(5) scaleY(4.5); transform: scaleX(13) scaleY(3);
position: relative !important;
top: 0.4rem !important;
height: 0.8rem !important;
opacity: 0 !important;
width: 3rem !important;
margin: 0 !important;
left: 1rem !important;
} }
} }
#buttonDiv-big{ #buttonDiv-big{
...@@ -542,7 +536,7 @@ ...@@ -542,7 +536,7 @@
>div{ >div{
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
position: absolute; position: absolute !important;
top: 0; top: 0;
left: 0; left: 0;
overflow: hidden; overflow: hidden;
......
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