Commit 9739f94e by libai

测试

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