From 630ea099b13900a61cc5052a83858148147e3c76 Mon Sep 17 00:00:00 2001
From: shi-jiangfeng <1607039971@qq.com>
Date: Wed, 2 Dec 2020 19:47:52 +0800
Subject: [PATCH 1/3] first commit
---
...\346\273\241\345\261\213\350\212\261.html" | 56 +++++++++++++++
...\346\273\241\345\261\213\350\212\261.html" | 70 -------------------
2 files changed, 56 insertions(+), 70 deletions(-)
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html"
delete mode 100644 "\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html"
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html" "b/\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html"
new file mode 100644
index 0000000..6586a57
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html"
@@ -0,0 +1,56 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html" "b/\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html"
deleted file mode 100644
index fd21265..0000000
--- "a/\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html"
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-无标题文档
-
-
-
-
-
-
-
--
Gitee
From 0a80b714accc102839291d02653235ea80ab3d86 Mon Sep 17 00:00:00 2001
From: shi-jiangfeng <1607039971@qq.com>
Date: Thu, 3 Dec 2020 17:35:02 +0800
Subject: [PATCH 2/3] first commit
---
.../lesson1/\350\212\261.html" | 127 ++++++++++++++++++
1 file changed, 127 insertions(+)
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html"
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html" "b/\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html"
new file mode 100644
index 0000000..146d741
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html"
@@ -0,0 +1,127 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
--
Gitee
From 06ee900ad91bf9668b80743372a1c7a60275d2a0 Mon Sep 17 00:00:00 2001
From: shi-jiangfeng <1607039971@qq.com>
Date: Mon, 7 Dec 2020 17:37:04 +0800
Subject: [PATCH 3/3] first commit
---
.../lesson2/css/father.css" | 14 ++++
.../lesson2/css/left.css" | 52 ++++++++++++
.../lesson2/css/right.css" | 12 +++
.../lesson2/css/top.css" | 34 ++++++++
.../lesson2/\350\212\261\350\212\261.html" | 84 +++++++++++++++++++
5 files changed, 196 insertions(+)
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson2/css/father.css"
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson2/css/left.css"
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson2/css/right.css"
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson2/css/top.css"
create mode 100644 "\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html"
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/father.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/father.css"
new file mode 100644
index 0000000..fa9553d
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/father.css"
@@ -0,0 +1,14 @@
+/* CSS Document */
+*{
+ margin:0px;
+ padding:0px;
+ font-size:12px;
+ list-style:none;
+ }
+body{
+ background-color:#FFD8D9;
+ }
+#father{
+ width:700px;
+ margin:0 auto;
+ }
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/left.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/left.css"
new file mode 100644
index 0000000..52ce73a
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/left.css"
@@ -0,0 +1,52 @@
+/* CSS Document */
+#left{
+ width:180px;
+ float:left;
+ background:url(../img/leftbottom.jpg) no-repeat bottom white;
+ }
+#login{
+ width:180px;
+ background:url(../img/login.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:25px;
+ }
+.txtStyle{
+ width:100px;
+ border:none;
+ border-bottom:solid 1px black;
+ }
+#login li{
+ margin-top:5px;
+ }
+.btnStyle{
+ width:40px;
+ }
+#left a{
+ text-decoration:none;
+ color:#000;
+ }
+#left a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
+#categorys{
+ background:url(../img/category.jpg) no-repeat;
+ padding:50px 25px 5px;
+ }
+#categorys li{
+ line-height:25px;
+ background:url(../img/icon1.gif) no-repeat left center;
+ padding-left:15px;
+ border-bottom:dashed 1px black;
+ }
+#categorys a:hover{
+ text-decoration:underline;
+ color:#96F;
+ }
+#categorys h3{
+ background-color:#FFD8D9;
+ margin-top:10px;
+ }
+
+
\ No newline at end of file
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/right.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/right.css"
new file mode 100644
index 0000000..76bb96a
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/right.css"
@@ -0,0 +1,12 @@
+/* CSS Document */
+#right{
+ width:518px;
+ height:700px;
+ background-color:#939;
+ float:right;
+ }
+#kuaixun{
+ width:518px;
+ height:700px;
+ background:url(../img/news.jpg) no-repeat;
+ }
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/top.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/top.css"
new file mode 100644
index 0000000..a2b7ef8
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/top.css"
@@ -0,0 +1,34 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ background-color:#969;
+ margin-bottom:2px;
+ }
+#banner{
+ width:700px;
+ height:120px;
+ background:url(../img/banner.jpg) no-repeat;
+ }
+#nav ul{
+ list-style:none;
+ }
+#nav li{
+ float:left;
+ width:100px;
+ text-align:center;
+ line-height:33px;
+ }
+#nav a{
+ text-decoration:none;
+ color:#36F;
+ background:url(../img/button1.jpg);
+ display:block;
+ color:#000;
+ }
+#nav a:hover{
+ background:url(../img/button1_bg.jpg);
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
\ No newline at end of file
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html" "b/\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html"
new file mode 100644
index 0000000..d053ccf
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html"
@@ -0,0 +1,84 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
+
--
Gitee