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',
},
});