From 87c2ef3649d3d06f53dbbc231b997052bba2f5cd Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Wed, 16 Nov 2022 14:28:55 +0800 Subject: [PATCH] 测试 --- mTest/css/login.css | 7 +++++++ mTest/css/login.less | 11 ++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/mTest/css/login.css b/mTest/css/login.css index 0106ff4..aabc472 100644 --- a/mTest/css/login.css +++ b/mTest/css/login.css @@ -134,6 +134,7 @@ .login-google-btn { position: relative; width: 6.4rem; + overflow: hidden; height: 1.3rem; line-height: 1.3rem; background: #FEE5F0; @@ -480,3 +481,9 @@ .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.4rem !important; +} diff --git a/mTest/css/login.less b/mTest/css/login.less index 33f0caa..7444448 100644 --- a/mTest/css/login.less +++ b/mTest/css/login.less @@ -135,6 +135,7 @@ .login-google-btn{ position: relative; width: 6.4rem; + overflow: hidden; height: 1.3rem; line-height: 1.3rem; border-radius: 1rem; @@ -490,4 +491,12 @@ } .area-span{ 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; + } + } -- libgit2 0.25.0