Commit 87c2ef36 by libai

测试

parent f1baeb5b
Showing with 17 additions and 2 deletions
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
.login-google-btn { .login-google-btn {
position: relative; position: relative;
width: 6.4rem; width: 6.4rem;
overflow: hidden;
height: 1.3rem; height: 1.3rem;
line-height: 1.3rem; line-height: 1.3rem;
background: #FEE5F0; background: #FEE5F0;
...@@ -480,3 +481,9 @@ ...@@ -480,3 +481,9 @@
.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.4rem !important;
}
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
.login-google-btn{ .login-google-btn{
position: relative; position: relative;
width: 6.4rem; width: 6.4rem;
overflow: hidden;
height: 1.3rem; height: 1.3rem;
line-height: 1.3rem; line-height: 1.3rem;
border-radius: 1rem; border-radius: 1rem;
...@@ -490,4 +491,12 @@ ...@@ -490,4 +491,12 @@
} }
.area-span{ .area-span{
transform: scale(1) !important; transform: scale(1) !important;
} }
\ No newline at end of file .login-google-btn{
iframe{
transform: scaleX(5) scaleY(4.5);
position: relative !important;
top: 0.4rem !important;
height: 0.4rem !important;
}
}
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