From d9a2330caddb1574de38f54696ff9154049f5078 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=98chen=2Ehome=E2=80=99?= <1147347984@qq.com>
Date: Tue, 9 Aug 2022 23:31:28 +0800
Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E5=A2=9E=E5=8A=A0=E7=99=BB?=
=?UTF-8?q?=E5=BD=95=E9=A1=B5=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98?=
=?UTF-8?q?=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 10 +---
src/theme.json | 29 ++++++++++++
src/views/login/index.vue | 99 +++++++++++++++++++++++++++++----------
unocss.config.ts | 2 +
4 files changed, 108 insertions(+), 32 deletions(-)
create mode 100644 src/theme.json
diff --git a/src/App.vue b/src/App.vue
index 38c5801..471ae80 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,18 +1,12 @@
diff --git a/src/theme.json b/src/theme.json
new file mode 100644
index 0000000..ed6d7a2
--- /dev/null
+++ b/src/theme.json
@@ -0,0 +1,29 @@
+{
+ "Card": {
+ "titleFontSizeSmall": "17px"
+ },
+ "common": {
+ "primaryColor": "#0F72EFFF",
+ "primaryColorHover": "#3892F2FF",
+ "primaryColorPressed": "#0958C6FF",
+ "primaryColorSuppl": "#63AEF5FF",
+ "successColor": "#00C18BFF",
+ "successColorHover": "#23C343FF",
+ "successColorPressed": "#009A29FF",
+ "successColorSuppl": "#4CD263FF",
+ "warningColor": "#FFA145FF",
+ "warningColorHover": "#FFB766FF",
+ "warningColorPressed": "#D2792BFF",
+ "warningColorSuppl": "#FFCB86FF",
+ "errorColor": "#FF5169FF",
+ "errorColorHover": "#FF6F7EFF",
+ "errorColorPressed": "#D2324DFF",
+ "errorColorSuppl": "#FF8D95FF",
+ "textColorBase": "#E61D1DFF",
+ "textColor1": "#252631FF",
+ "textColor2": "#778CA2FF",
+ "bodyColor": "#F2F3F5FF",
+ "textColor3": "#A6B6C6FF",
+ "textColorDisabled": "#C9CDD4FF"
+ }
+}
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 7623e32..eccdbff 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,31 +1,82 @@
-
-
-
-
-
-
+
+
+
-
Go to layout
+
+
+
Ench Admin
+
高效、简约、有点好玩
+
+
+
+
+
+
+
+
+
+
+
+
+ 记住我
+ 忘记密码?
+
+ 登录
+
+
+
+
其他登录
+
+
-
+
diff --git a/unocss.config.ts b/unocss.config.ts
index c19e36a..a366645 100644
--- a/unocss.config.ts
+++ b/unocss.config.ts
@@ -5,5 +5,7 @@ export default defineConfig({
'wh-full': 'w-full h-full',
'flex-center': 'flex justify-center items-center',
'flex-col-center': 'flex-center flex-col',
+ 'flex-x-center': 'flex justify-center',
+ 'flex-y-center': 'flex items-center',
},
});