From 6aa12b13f5b0b64bef25d7df2eff17e2f3514ab4 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Tue, 21 Aug 2018 09:21:29 +0800 Subject: [PATCH] fix: login page style problem #21 --- src/components/login/Login.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/login/Login.vue b/src/components/login/Login.vue index 1a4b8cd..6ea8fd7 100644 --- a/src/components/login/Login.vue +++ b/src/components/login/Login.vue @@ -10,7 +10,7 @@
- + - 获取验证码 + 获取验证码 @@ -183,6 +183,14 @@ export default { .login{ width: 368px; margin: 0 auto; + @media screen and (max-width: 576px) { + width: 95%; + } + @media screen and (max-width: 320px) { + .captcha-button{ + font-size: 14px; + } + } .icon { font-size: 24px; color: rgba(0, 0, 0, 0.2);