Commit 1f7fd883 by libai

测试

parent a175d55b
Showing with 21 additions and 12 deletions
...@@ -508,6 +508,16 @@ ...@@ -508,6 +508,16 @@
.area-span { .area-span {
transform: scale(1) !important; transform: scale(1) !important;
} }
.login-google-btn iframe {
transform: scaleX(5) scaleY(4.5);
position: relative !important;
top: 0.4rem !important;
height: 0.8rem !important;
opacity: 0 !important;
width: 3rem !important;
margin: 0 !important;
left: 0 !important;
}
#buttonDiv-big { #buttonDiv-big {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -522,7 +532,6 @@ ...@@ -522,7 +532,6 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
transform: scale(2);
} }
#buttonDiv-big > div > div { #buttonDiv-big > div > div {
width: 6.4rem; width: 6.4rem;
......
...@@ -520,16 +520,16 @@ ...@@ -520,16 +520,16 @@
transform: scale(1) !important; transform: scale(1) !important;
} }
.login-google-btn{ .login-google-btn{
// iframe{ iframe{
// transform: scaleX(5) scaleY(4.5); transform: scaleX(5) scaleY(4.5);
// position: relative !important; position: relative !important;
// top: 0.4rem !important; top: 0.4rem !important;
// height: 0.8rem !important; height: 0.8rem !important;
// opacity: 0 !important; opacity: 0 !important;
// width: 3rem !important; width: 3rem !important;
// margin: 0 !important; margin: 0 !important;
// left: 0 !important; left: 0 !important;
// } }
} }
#buttonDiv-big{ #buttonDiv-big{
position: absolute; position: absolute;
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
transform: scale(2);
>div{ >div{
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
......
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