diff --git "a/\351\273\204\346\266\246\345\261\261/2022-3-31vue/css/index.css" "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/css/index.css"
new file mode 100644
index 0000000000000000000000000000000000000000..887539353452c738e438c7caede854c3f33a69c8
--- /dev/null
+++ "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/css/index.css"
@@ -0,0 +1,40 @@
+* {
+ margin: 0 auto;
+ padding: 0;
+ background-color: seashell;
+
+}
+
+form {
+ margin-top: 200px;
+}
+.middle {
+ display: grid;
+ grid-template-columns:90px 300px;
+ grid-template-rows: repeat(4,80px);
+ justify-content: center;
+ align-items: center;
+}
+input {
+ width: 300px;
+ height: 40px;
+ padding-left: 12px;
+ /* -webkit-appearance:none;去除阴影边框 */
+ border: solid 1px chocolate;
+ border-radius: 10px;
+
+}
+.middle span {
+ justify-self: flex-end;
+ padding-right: 15px;
+
+}
+.middle .butt {
+ display: inline-grid;
+ width: 60px;
+ height: 40px;
+ border: solid 1px chocolate;
+ border-radius: 20px;
+ background-color: chocolate;
+ margin-left: 220px;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\266\246\345\261\261/2022-3-31vue/registration.html" "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/registration.html"
new file mode 100644
index 0000000000000000000000000000000000000000..0e67774924d7daba40ed15c14ec537b8c119b65b
--- /dev/null
+++ "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/registration.html"
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+ 注册页面
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\346\266\246\345\261\261/2022-3-31vue/\350\257\276\345\240\202\347\254\224\350\256\260/demo01.html" "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/\350\257\276\345\240\202\347\254\224\350\256\260/demo01.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d1227877c727405e4de855416969f68e27f47c43
--- /dev/null
+++ "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/\350\257\276\345\240\202\347\254\224\350\256\260/demo01.html"
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+ vue事件
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\346\266\246\345\261\261/2022-3-31vue/\350\257\276\345\240\202\347\254\224\350\256\260/demo02.html" "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/\350\257\276\345\240\202\347\254\224\350\256\260/demo02.html"
new file mode 100644
index 0000000000000000000000000000000000000000..617dc785de76b03667633c14c035541f1ce7f0eb
--- /dev/null
+++ "b/\351\273\204\346\266\246\345\261\261/2022-3-31vue/\350\257\276\345\240\202\347\254\224\350\256\260/demo02.html"
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\346\266\246\345\261\261/2022-4-01vue/demo01.html" "b/\351\273\204\346\266\246\345\261\261/2022-4-01vue/demo01.html"
new file mode 100644
index 0000000000000000000000000000000000000000..de909bb000b043fe1d8cf32a705ba2dfd62b72be
--- /dev/null
+++ "b/\351\273\204\346\266\246\345\261\261/2022-4-01vue/demo01.html"
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+ 商品列表
+
+
+
+
+
+
+
+
+ -
+
+ {{i.name}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file