From db4f5219c65c81a2827550cdaac19c9d50a83841 Mon Sep 17 00:00:00 2001 From: LeslieYQ Date: Mon, 7 Mar 2016 22:13:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/login.vue | 10 ++++++++++ src/components/signup.vue | 35 ++++++++++++++++++++++++++++++++--- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/src/components/login.vue b/src/components/login.vue index 2a3df5f..294f519 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -140,4 +140,14 @@ green = #33C96F color #08B1F6 opacity 1 +@media only screen and (max-width: 700px) + .login + width 90% + max-height 90% + margin-left -45% + padding 9% + height auto + .cancel + right 10px + top 10px diff --git a/src/components/signup.vue b/src/components/signup.vue index a65e2b1..85f3023 100644 --- a/src/components/signup.vue +++ b/src/components/signup.vue @@ -9,8 +9,7 @@
-
- +
@@ -187,5 +186,35 @@ + .icon color #08B1F6 opacity 1 - +@media only screen and (max-width: 700px) + .sign-up + width 90% + max-height 90% + margin-left -45% + padding 9% + height auto + .cancel + right 10px + top 10px + .row + height 40px + input + height 35px + text-indent 43px + .icon + font-size 26px + margin-top -31px + margin-left 10px + .form + .code + .row + width 50% + .send + width 30% + height 35px + font-size 12px + line-height 35px + .gbutton + margin-top 30px + margin-bottom 20px From 886d855d151a68e6832e5ae3108ccc8e094b25c9 Mon Sep 17 00:00:00 2001 From: LeslieYQ Date: Mon, 7 Mar 2016 22:17:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/login.vue b/src/components/login.vue index 294f519..53a976a 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -144,9 +144,9 @@ green = #33C96F .login width 90% max-height 90% + height auto margin-left -45% padding 9% - height auto .cancel right 10px top 10px