diff --git "a/\346\235\216\344\277\241\345\256\217/Vue/20220329/20220329/firstvue.html" "b/\346\235\216\344\277\241\345\256\217/Vue/20220329/20220329/firstvue.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6ad115bc1a6fff800e92ca75a080c04e23e04f5b
--- /dev/null
+++ "b/\346\235\216\344\277\241\345\256\217/Vue/20220329/20220329/firstvue.html"
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+ 第一个vue案例
+
+
+
+
+ {{message}}
+ {{message}}
+ {{message}}
+ {{message}}
+ {{message}}
+ {{muilt.msg}}
+ {{show}}
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\235\216\344\277\241\345\256\217/Vue/20220329/demo.html" "b/\346\235\216\344\277\241\345\256\217/Vue/20220329/demo.html"
new file mode 100644
index 0000000000000000000000000000000000000000..9bdd73a9d7b02cf495a9f67011cd5649cfa6596f
--- /dev/null
+++ "b/\346\235\216\344\277\241\345\256\217/Vue/20220329/demo.html"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+ vue
+
+
+
+
+ {{num}}
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\235\216\344\277\241\345\256\217/Vue/20220330/demo01.html" "b/\346\235\216\344\277\241\345\256\217/Vue/20220330/demo01.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6d596334a29c63abbadbc656109927ff859e3065
--- /dev/null
+++ "b/\346\235\216\344\277\241\345\256\217/Vue/20220330/demo01.html"
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+ 模板语法
+
+
+
+
+
+
+
+
+
+
改变class
+
+
+
+
+
+
+
+
+
display控制显示隐藏
+
+
+ show内容
+
+
+
{{work}}
+
+
+ 年龄{{pages}}
+
+
+
you be kill
+
you no boy
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\235\216\344\277\241\345\256\217/Vue/20220331/demo01.css" "b/\346\235\216\344\277\241\345\256\217/Vue/20220331/demo01.css"
new file mode 100644
index 0000000000000000000000000000000000000000..0739107ee27ec00a23aab7f5770f69e90399166f
--- /dev/null
+++ "b/\346\235\216\344\277\241\345\256\217/Vue/20220331/demo01.css"
@@ -0,0 +1,131 @@
+
+.body {
+ color: #333;
+ font-size: 12px;
+ line-height: 1.28571;
+ display: inline-block;
+}
+
+* {
+ margin: 0;
+ padding: 0;
+}
+
+ul {
+ width: 480px;
+ margin: 0 auto;
+}
+
+a {
+ text-decoration: none;
+}
+
+li {
+ display: inline;
+ float: left;
+ width: 170px;
+ padding-left: 200px;
+ height: 46px;
+ line-height: 46px;
+ font-size: 16px;
+ font-weight: 700;
+ color: #000000;
+}
+
+.zhuce {
+ height: 46px;
+ border-bottom: 1px solid #e6e6e6;
+ position: relative;
+ margin-bottom: 10px;
+}
+
+.se {
+ color: #ff7300;
+ border-bottom: 1px solid #ff7300;
+ pointer-events: none;
+}
+
+.member-sumary {
+ text-align: center;
+ font-weight: bold;
+ margin-bottom: 30px;
+}
+
+.concon {
+ margin: 0 auto;
+ width: 800px;
+ height: 500px;
+
+}
+
+
+
+.inputname {
+ position: relative;
+ top: 10px;
+ left: 29%;
+}
+
+.inputmim {
+ position: relative;
+ top: 10px;
+ left: 31%;
+
+}
+
+.inputmimcd {
+ position: relative;
+ top: 10px;
+ left: 27%;
+}
+
+.inputph {
+ position: relative;
+ top: 10px;
+ left: 27%;
+
+}
+
+
+/* */
+#name {
+ position: relative;
+ top: -22px;
+ left: 37%;
+}
+
+#mim {
+ position: relative;
+ top: -22px;
+ left: 37%;
+
+}
+
+#mimquere {
+ position: relative;
+ top: -22px;
+ left: 37%;
+}
+
+#ph {
+ position: relative;
+ top: -22px;
+ left: 37%;
+
+}
+/**/
+.inputinput {
+ height: 38px;
+ width: 260px;
+ padding: 0 12px;
+}
+
+/* */
+.inputinput:focus {
+
+ display: inherit;
+ outline: none;
+
+ border: 1px solid red;
+
+}
\ No newline at end of file
diff --git "a/\346\235\216\344\277\241\345\256\217/Vue/20220331/demo01.html" "b/\346\235\216\344\277\241\345\256\217/Vue/20220331/demo01.html"
new file mode 100644
index 0000000000000000000000000000000000000000..b10b9f0a13227a25a996cedc8fc9ca50096da9c1
--- /dev/null
+++ "b/\346\235\216\344\277\241\345\256\217/Vue/20220331/demo01.html"
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+ 注册
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+