Commit 703881df by libai

测试

parent 60b30776
...@@ -43,8 +43,10 @@ ...@@ -43,8 +43,10 @@
overflow: hidden; overflow: hidden;
} }
.google-login-btn iframe { .google-login-btn iframe {
transform: scale(5); transform: scaleX(5) scaleY(3.5);
opacity: 0 !important; opacity: 0 !important;
position: relative !important;
top: 18px !important;
} }
.google-login-btn > div { .google-login-btn > div {
overflow: hidden; overflow: hidden;
......
...@@ -42,8 +42,10 @@ ...@@ -42,8 +42,10 @@
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
iframe{ iframe{
transform: scale(5); transform: scaleX(5) scaleY(3.5);
opacity: 0 !important; opacity: 0 !important;
position: relative !important;
top: 18px !important;
} }
>div{ >div{
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