Commit 1f7fd883 by libai

测试

parent a175d55b
Showing with 21 additions and 12 deletions
......@@ -508,6 +508,16 @@
.area-span {
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 {
position: absolute;
top: 0;
......@@ -522,7 +532,6 @@
position: absolute;
top: 0;
left: 0;
transform: scale(2);
}
#buttonDiv-big > div > div {
width: 6.4rem;
......
......@@ -520,16 +520,16 @@
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;
// }
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{
position: absolute;
......@@ -544,7 +544,7 @@
position: absolute;
top: 0;
left: 0;
transform: scale(2);
>div{
width: 6.4rem;
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