Commit a175d55b by libai

测试

parent 65c6760a
Showing with 22 additions and 29 deletions
...@@ -508,16 +508,6 @@ ...@@ -508,16 +508,6 @@
.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;
...@@ -527,16 +517,17 @@ ...@@ -527,16 +517,17 @@
height: 1.3rem; height: 1.3rem;
} }
#buttonDiv-big > div { #buttonDiv-big > div {
position: absolute;
top: 0;
left: 0;
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
}
#buttonDiv-big > div > div {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
transform: scale(2);
}
#buttonDiv-big > div > div {
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
position: absolute;
top: 0;
left: 0.7rem;
} }
...@@ -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;
...@@ -539,17 +539,18 @@ ...@@ -539,17 +539,18 @@
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
>div{ >div{
position: absolute;
top: 0;
left: 0;
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
>div{
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
transform: scale(2);
>div{
width: 6.4rem; width: 6.4rem;
height: 1.3rem; height: 1.3rem;
position: absolute;
top: 0;
left: 0.7rem;
} }
} }
} }
\ No newline at end of file
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