diff --git a/README.txt b/README.txt index 4747383f70debc5dbe39b7b837a646f028bc0efb..dac1d0d8cd6daf3aacd3b13f4a157ab27840a514 100644 --- a/README.txt +++ b/README.txt @@ -11,11 +11,11 @@ 二、打开命令行窗口:在本地计算机选定位置,鼠标右击,选择 git bash here 三、再做两步操作:初始化账号信息 + 下载项目 1、全局设置gitee账号信息: - git config --global user.name "walkbyfaith" 全局设置用户名(请换成你的用户名) - git config --global user.email "walkbyfaith@163.com" 全局设置邮箱地址(请换成你的邮箱) + git config --global user.name "azznbv" 全局设置用户名(请换成你的用户名) + git config --global user.email "1841619327@qq.com" 全局设置邮箱地址(请换成你的邮箱) 2、克隆下载项目到本地(使用如下命令,实际是做了两件事:下载项目+创建仓库) - git clone https://gitee.com/walkbyfaith/walkbyfaith.git(换成你的仓库的地址) + git clone+网址(换成你的仓库的地址) 此时如果是第一次操作,会弹出登录窗口,输入你码云的账号密码,不要输错了。 如果输错了,请打开控制面板——用户账户——管理你的凭据——windows凭据——删除gitee.com下的凭据 @@ -35,4 +35,4 @@ 命令行操作总结:设置账号信息 、 下载项目 、 提交推送代码 - git config命令 git clone命令 git add + git commit + git push 命令 \ No newline at end of file + git config命令 git clone命令 git add + git commit + git push 命令 \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/2020-12-14_152756.png" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/2020-12-14_152756.png" new file mode 100644 index 0000000000000000000000000000000000000000..a2b22bcf4ee220a52dc2164859c3a812059bfd3c Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/2020-12-14_152756.png" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/a.css" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/a.css" new file mode 100644 index 0000000000000000000000000000000000000000..0dd03c0d232c85a7f2f11023cdc1688ac49c1266 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/a.css" @@ -0,0 +1,26 @@ +/* CSS Document */ +#a{ + width:780px; + height:183px; + margin:0 auto; + background:url(../img/banner.jpg) no-repeat; + margin-bottom:2px; +} +#a li{ + margin-top:150px; + float:left; + width:78px; + height:33px; + background:url(../img/button1.jpg); + text-align:center; + line-height:33px; +} +#a a{ + color:#0C538C; +} +#a li:hover{ + background:url(../img/button1_bg.jpg); + position:relative; + bottom:1px; + right:1px; +} diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/b.css" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/b.css" new file mode 100644 index 0000000000000000000000000000000000000000..8fb83ef6befd9161fd57afa30e267b885c705315 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/b.css" @@ -0,0 +1,68 @@ +/* CSS Document */ +#b{ + height:700px; + width:200px; + float:left; + margin-right:2px; + background:url(../img/weather.jpg) no-repeat #FFF; + padding-top:20px; +} +h3{ + text-align:center; + font-size:14px; + color:#FFF; +} +#ba{ + padding:10px 0px 0px 0px; + margin:8px 5px 0px; + width:190px; + background:#5EA6EB; + height: 130px; +} +#ba li{ + background:url(../img/icon1.gif) left center no-repeat; + line-height:20px; + padding-left:8px; + text-decoration:none; +} +#ba a{ + color:#FFF; + text-decoration:none; +} +#ba a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#b p{ + font-size:14px; + color:#043D76; + margin:0px 5px 0px; + font-weight: bolder; + background:url("../img/icon2.gif") left center no-repeat #BBDDFF; + padding-left: 8px; +} +#bb{ + padding-top:20px; + margin:0px 5px 0px; + background-color:#5EA6EB; + text-align:center; + padding-bottom:12px; +} +#bb li{ + height:157px; + margin: 0px; + margin: 1px; +} +#bb a{ + text-decoration:none; + color:#FFF; +} +#bb li:hover{ + position:relative; + bottom:1px; + right:1px; +} +#bb img{ + border: solid 1px white; +} \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/c.css" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/c.css" new file mode 100644 index 0000000000000000000000000000000000000000..c73e53eb1d70fd9aec5371947879ac6b2c764ae1 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/c.css" @@ -0,0 +1,61 @@ +/* CSS Document */ +#c{ + background-color:#FFF; + height:700px; + width:400px; + float:left; +} +#ca{ + width:390px; + height:260px; + background:url(../img/ghost.jpg); + margin:5px 5px 10px; +} +#cb{ + width:390px; + height:41px; + margin:20px 5px 0px; + background:url(../img/picture_h1.gif) no-repeat; +} +#cc{ + width:400px; + height:123px; + margin:5px; +} +#cc li{ + float:left; + width:100px; +} +#cc li:hover{ + position:relative; + bottom:1px; + right:1px; +} +#cc img{ + border:solid 1px #135EEE; +} +#cd{ + width:390px; + height:41px; + margin:20px 5px 0px; + background: url("../img/route_h1.gif") no-repeat; +} +#ce{ + width: 400px; + margin-left: 40px; + height: 200px; +} +#ce li{ + padding-left: 8px; + background: url("../img/icon1.gif") left center no-repeat; + line-height: 20px; +} +#ce a{ + color: #043D76; + text-decoration: none; +} +#ce li:hover{ + position: relative; + bottom: 1px; + right: 1px; +} \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/d.css" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/d.css" new file mode 100644 index 0000000000000000000000000000000000000000..1916675e87e8243c2a661a06975e03b00b8e3db4 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/d.css" @@ -0,0 +1,83 @@ +/* CSS Document */ +#d{ + height:700px; + width:176px; + background-color:#FFFFFF; + float:right; + margin-left:2px; +} +#d p{ + font-size:14px; + font-weight: bolder; + background: url("../img/icon2.gif") left center no-repeat #BBDDFF; + padding-left: 8px; + color: #043D76; + margin:4px 4px 0px; +} +#da{ + width: 168px; + margin-left: 4px; + text-align: center; + background-color: #5EA6EB; + margin-bottom: 0px; +} +#da li{ + height: 110px; + padding-top: 5px; +} +#da img{ + border: solid 1px #FFFFFF; +} +#d p,p{ + margin-top: 0px; +} +#db{ + background: #5EA6EB; + width: 158px; + margin-left: 4px; + padding-left: 10px; + padding-bottom: 10px; +} +#db li{ + width: 135px; + background: url("../img/icon1.gif") left center no-repeat; + padding-left: 8px; + padding-top: 8px; + padding-bottom: 8px; + line-height: 16px; + border-bottom: dashed 1px #FFFFFF; +} +#db a{ + text-decoration: none; + color:white; +} +#db a:hover{ + position: relative; + bottom: 1px; + right: 1px; +} +#dc{ + background: #5EA6EB; + width: 158px; + margin-left: 4px; + padding-left: 10px; + padding-bottom: 34px; +} +#dc li{ + width: 135px; + background: url("../img/icon1.gif") left center no-repeat; + padding-left: 8px; + padding-top: 8px; + padding-bottom: 8px; + line-height: 16px; + border-bottom: dashed 1px #FFFFFF; +} +#dc a{ + text-decoration: none; + color:white; +} +#dc a:hover{ + position: relative; + bottom: 1px; + right: 1px; +} \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/e.css" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/e.css" new file mode 100644 index 0000000000000000000000000000000000000000..382f5e56ebeddc3fe4dcea04aeb94a1c3ec7d12c --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/e.css" @@ -0,0 +1,18 @@ +/* CSS Document */ +#e{ + width:780px; + height:16px; + background-color:#FFFFFF; + margin-top:2px; + float:left; + padding:4px; +} +#ea{ + background-color:#5EA6EB; + text-align:center; + color:#000; +} +#ea a{ + text-decoration:none; + color:#FFF; +} diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/father.css" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..c6e84a35882b116acc6ca5b1d62b1c2fe1b1c7a3 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/father.css" @@ -0,0 +1,18 @@ +/* CSS Document */ +*{ + margin:0; + padding:0; + font-size:12px; +} +body{ + background-color:#2286C6; +} +#father{ + width:780px; + height:1000px; + color:#0F0; + margin:0 auto; +} +ul{ + list-style:none; +} \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/index.html" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..5e64ba144940fda5db4a387faefe5c8894566bd5 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/index.html" @@ -0,0 +1,114 @@ + + + + +鏃犳爣棰樻枃妗 + + + + + + + + + +
+
+ +
+
+

澶╂皵鏌ヨ

+ +

浠婃棩鎺ㄨ崘

+ +
+
+
+
+
+ +
+
+ +
+
+

鏂扮枂椋庡厜

+
+
    +
  • +
  • +
+
+

灏忓悆鎺ㄨ崘

+ +

瀹鹃閰掑簵

+ +
+
+
+

鑹捐惃鍏 © demo@aemo.com

+
+
+
+ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/banner.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/banner.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d25e804a5ed806367b92a568809d83ad3a3e2b11 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/banner.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty1.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..33e5e9401e5311046d391809f056df2bf1b585d4 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty2.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5c0d38f8e8b0c044b175df4f1e05d70448e1647f Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty2.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty3.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0f896b9125640efca1d52493e20b706090a89b7c Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty3.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty4.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..fad26c19dd14b868b5551e5db8f598066ae812dd Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/beauty4.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/button1.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/button1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d2c6f80cfe9a0925df3a8f806d0e57c7c285cb82 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/button1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/button1_bg.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/button1_bg.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..eff8bc7a9f6371ac607eff6f502ac722c013696d Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/button1_bg.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/ghost.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/ghost.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..8f56b26c29fc7852889b7291d4df0083b5d34e6b Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/ghost.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/icon1.gif" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/icon1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..a782fdb5acc99dc454319658c516dd5fe2d912f0 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/icon1.gif" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/icon2.gif" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/icon2.gif" new file mode 100644 index 0000000000000000000000000000000000000000..b09b0699e4fef91054f5f44be74bb3e734cc7b48 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/icon2.gif" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/lgcWeather.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/lgcWeather.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c43d4428511beb6584b2941a3dfb312a1eed441c Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/lgcWeather.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/map1.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/map1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..bca136dafc5b708449f8f49eff60dae19d991ba9 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/map1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/map2.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/map2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..51c1214e12ac0e645c5da3080d52c729cd6a8754 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/map2.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/picture_h1.gif" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/picture_h1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..79cb2e58db6feb9424b64f954ba1cb27912e0f9c Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/picture_h1.gif" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/route_h1.gif" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/route_h1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..92ffeeef1df1a755a804b9f13b44c10acdc846aa Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/route_h1.gif" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian1.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..8ba02982dee3a06473fc1c83956bc5d5df1769b5 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian2.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..868c3a7387d6916f2bae0ea97e36c032165dd7c1 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian2.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian3.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d8d57e19d33ff4df7ef5b643999383cd8d0e1101 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/tuijian3.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/weather.jpg" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/weather.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..7ada6f7d04ad6b42b174a8fcb9b0725380cca54c Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/images/weather.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\344\273\212\346\227\245\346\216\250\350\215\220.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\344\273\212\346\227\245\346\216\250\350\215\220.txt" new file mode 100644 index 0000000000000000000000000000000000000000..8c728d33dd677de839bb09910da2a907be9001da --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\344\273\212\346\227\245\346\216\250\350\215\220.txt" @@ -0,0 +1,12 @@ +

今日推荐

+ \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\244\251\346\260\224\351\242\204\346\265\213.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\244\251\346\260\224\351\242\204\346\265\213.txt" new file mode 100644 index 0000000000000000000000000000000000000000..1e9c109f6c3b09cb4f0d59140f6dc8d870bbc908 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\244\251\346\260\224\351\242\204\346\265\213.txt" @@ -0,0 +1,8 @@ +

天气查询

+ \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\256\276\351\246\206\351\205\222\345\272\227.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\256\276\351\246\206\351\205\222\345\272\227.txt" new file mode 100644 index 0000000000000000000000000000000000000000..b78c1bf68349f6b0bd10900ae59d53bff4b31c8b --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\256\276\351\246\206\351\205\222\345\272\227.txt" @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\260\217\345\220\203\346\216\250\350\215\220.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\260\217\345\220\203\346\216\250\350\215\220.txt" new file mode 100644 index 0000000000000000000000000000000000000000..df08f68d5314dc24ebe06f4548a4bb238d7a9b44 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\345\260\217\345\220\203\346\216\250\350\215\220.txt" @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\346\226\260\347\226\206\351\243\216\345\205\211.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\346\226\260\347\226\206\351\243\216\345\205\211.txt" new file mode 100644 index 0000000000000000000000000000000000000000..0d580b2bc8fbae6088aef7f03d4185930aa341eb --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\346\226\260\347\226\206\351\243\216\345\205\211.txt" @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\347\272\277\350\267\257\351\200\211\346\213\251.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\347\272\277\350\267\257\351\200\211\346\213\251.txt" new file mode 100644 index 0000000000000000000000000000000000000000..b27ba171626c92449719f6667826af26e08565dd --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\347\272\277\350\267\257\351\200\211\346\213\251.txt" @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\347\276\216\346\231\257\345\257\273\350\270\252.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\347\276\216\346\231\257\345\257\273\350\270\252.txt" new file mode 100644 index 0000000000000000000000000000000000000000..73f455b8cac855f8ec616755ee2b0d3f14eba563 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\347\276\216\346\231\257\345\257\273\350\270\252.txt" @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\351\246\226\351\241\265.txt" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\351\246\226\351\241\265.txt" new file mode 100644 index 0000000000000000000000000000000000000000..88d267b1abb0186ca92b6a5f410c29e1b3dc317b --- /dev/null +++ "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\207\346\234\254/\351\246\226\351\241\265.txt" @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246.bmp" "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246.bmp" new file mode 100644 index 0000000000000000000000000000000000000000..9ff54d8243a68b256b99f60dd9f0fe26f420a62b Binary files /dev/null and "b/\345\215\216\345\237\216/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246\357\274\210\347\264\240\346\235\220\357\274\211/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246.bmp" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/2020-12-14_152947.png" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/2020-12-14_152947.png" new file mode 100644 index 0000000000000000000000000000000000000000..193bba261898a0cd85311961b7b6267b3c762821 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/2020-12-14_152947.png" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/a.css" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/a.css" new file mode 100644 index 0000000000000000000000000000000000000000..bae2e151c0ff7f5c6c81994f1fd03c29ebb0079f --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/a.css" @@ -0,0 +1,34 @@ +/* CSS Document */ +#a{ + width:700px; + height:153px; + margin-bottom:2px; +} +#aa{ + width:700px; + height:120px; + background-image:url(../img/banner.jpg); +} +#ab{ + width:700px; + height:33px; +} +#ab li{ + float:left; + width:100px; + text-align:center; + line-height:33px; +} +#ab a{ + text-decoration:none; + color:#664543; + background-image:url(../img/button1.jpg); + display:block; +} +#ab a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + right:1px; + bottom:1px; +} + diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/b.css" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/b.css" new file mode 100644 index 0000000000000000000000000000000000000000..0071608a7ca87dbdb6ff6032de0bdf81ca4f53b7 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/b.css" @@ -0,0 +1,64 @@ +/* CSS Document */ +#b{ + width:180px; + height:800px; + float:left; + background:url(../img/leftbottom.jpg) no-repeat bottom white; +} +#ba{ + width:180px; + height:50px; + background-image:url(../img/login.jpg); +} +#bb{ + margin-left:5px; + width:180px; + height:70px; +} +#bb .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px black; +} +#bb .btnStyle{ + width:40px; +} +#bb a{ + text-decoration:none; + color:black; +} +#bb a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#bc{ + width:180px; + height:50px; + background-image:url(../img/category.jpg); +} +h3{ + background-color:#FFD8D9; + font-weight:bolder; + margin-left:15px; + width:145px; +} +#bd a{ + background-image:url(../img/icon1.gif); + background-repeat:no-repeat; + text-decoration:none; + color:#000; + display:inline-block; + background-position:left center; + padding-left:15px; + border-bottom:dashed 1px black; + width:135px; + margin-top:5px; +} +#bd a:hover{ + position:relative; + bottom:1px; + right:1px; + color:#F00; + text-decoration:underline; +} diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/c.css" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/c.css" new file mode 100644 index 0000000000000000000000000000000000000000..ba17fdd36dbcfd22115128afc0c71c979c42e1ba --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/c.css" @@ -0,0 +1,84 @@ +/* CSS Document */ +#c{ + width:518px; + height:800px; + float:right; +} +#ca{ + background-image:url(../img/news.jpg); + width:518px; + height:33px; +} +#cb{ + height:117px; + width:518px; +} +#cb li{ + display:inline-block; + width:170px; +} +#cc{ + background-image:url(../img/recommend.jpg); + width:518px; + height:33px; +} +#cd{ + background-color:#FFF; + width:518px; +} +#cd li{ + display:inline-block; + width:125px; +} +#cd a{ + text-decoration:none; + color:#000; +} +#c a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#ce{ + margin-top:5px; + width:518px; + height:33px; + background-image:url(../img/fresh.jpg); +} +#cf{ + background-color:#FFF; + width:518px; +} +#cf li{ + display:inline-block; + width:125px; +} +#cf a{ + text-decoration:none; + color:#000; +} +#cg{ + margin-top:5px; + width:518px; + height:33px; + background-image:url(../img/tips.jpg); +} +#ch{ + background-color:#FFF; + width:518px; + height:143px; +} +#ch li{ + display:inline-block; + width:250px; + line-height:25px; +} +#ch a{ + text-decoration:none; + color:#000; + background-image:url(../img/icon2.gif); + background-repeat:no-repeat; + background-position:left center; + padding-left:15px; +} + diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/father.css" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..caaf51ffad4bf731fba850846e8810719b5fdb2a --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/css/father.css" @@ -0,0 +1,16 @@ +/* CSS Document */ +*{ + margin:0; + padding:0; + font-size:12px; +} +body{ + background-color:#FFD8D9; +} +#father{ + width:700px; + margin:0 auto; +} +ul{ + list-style:none; +} diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/index.html" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..791279a88ad45dccec3539e3323558a4c6a03ec0 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,153 @@ + + + + +鏃犳爣棰樻枃妗 + + + + + + + +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
    +
  • +
  • +
  • +
+
+
+ +
+ +
+ +
+
+ + diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/banner.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/banner.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..03a687818349e02b216681540117b6c8c4ae119f Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/banner.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/button1.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/button1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..fc31aa10d9e488134a989da1be340541988174d1 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/button1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/button1_bg.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/button1_bg.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c557dd3c2bd9677cd6770667938898761286209e Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/button1_bg.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/category.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/category.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45d66335b2157dc685c72d225ed7e7e6ff883c3d Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/category.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower1.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5ed2e206bd155d44130a285c167d23d32412de13 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower10.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower10.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e5f604d21762f513b9605cafe949b8608d0e84e1 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower10.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower11.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower11.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..74f584776ac3732c25a83e8a435b35fe8ac35828 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower11.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower12.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower12.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0bf80c6eafe23c284be1995005514e88721424dd Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower12.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower2.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e9908f56ee19a82b2cde9e5b25d0aa8309a95700 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower2.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower3.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b1597c127a00ace6e19a6a2611c7b8225980c42c Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower3.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower4.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f791a7b786e99a977a6959a238a977eb0ee92e9f Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower4.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower5.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1f92793d4de9c2f9be284560094e4c72f327de1d Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower5.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower6.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f186d81bc417945c0d459bccd91d4842a767e3ff Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower6.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower7.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower7.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ee94badc217c0d52de19972f6fc4983afaaf9f03 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower7.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower8.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower8.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f2c3d89885d7ef244f8b1cbbf4a1a2073e2d409a Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower8.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower9.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower9.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d3cfbd9dd696aaaaa95350223d288491844eb911 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/flower9.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/fresh.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/fresh.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..97e36233bd0083d0ad471ddf40ef3219bfe36bce Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/fresh.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/icon1.gif" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/icon1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..e2675ed479ff51373e82b6a3fd3c94f07ee6e01e Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/icon1.gif" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/icon2.gif" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/icon2.gif" new file mode 100644 index 0000000000000000000000000000000000000000..86fcdca29ae77ab85eda61e6c7badc8d3ea3a18b Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/icon2.gif" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/leftbottom.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/leftbottom.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..4a784747bf743a3eec54bb4605b159ca48a18803 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/leftbottom.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/login.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/login.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..2249f78860fe8d8e31d2ce86f18a1c718a9eecd2 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/login.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..977f2adc7eeefa9ea382899e2090dcf2a8b3b185 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news1.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45595c59999963375f9c3024d14da81ea86603bb Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news1.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news2.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..21ea81a6fa9bd4d3d9602d0124de5d4541779848 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news2.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news3.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..64c36c381f075ad4ddfe510ff8d3a2d45d177a6b Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/news3.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/recommend.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/recommend.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..76f60119200403a2268c4359c8f28c4ae987d3d1 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/recommend.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/tips.jpg" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/tips.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..42664b75a294f981b99f053946387e8ba8a27e44 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/images/tips.jpg" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..4945bb2e000cdc725bd4eacd96d422be711310e6 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_1\347\231\273\345\275\225.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_1\347\231\273\345\275\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..179072b591403c1d50542403da6a8011208a6703 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_1\347\231\273\345\275\225.txt" @@ -0,0 +1,14 @@ +
+ +
\ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_2\345\210\206\347\261\273.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_2\345\210\206\347\261\273.txt" new file mode 100644 index 0000000000000000000000000000000000000000..e493cf33b47d1bec05bf05e6b352ad80d7f1ea7a --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/1_2\345\210\206\347\261\273.txt" @@ -0,0 +1,32 @@ +

用途

+ +

花材

+ +

价格

+ \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" new file mode 100644 index 0000000000000000000000000000000000000000..22f142b940b3af793d5fc47f579a4060ce03f4f2 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" new file mode 100644 index 0000000000000000000000000000000000000000..f89b23c8e444ae8c5fced5df702940b3cfcf1482 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" new file mode 100644 index 0000000000000000000000000000000000000000..389368eb07fead55d3cf368162db69a30e56c8f3 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" new file mode 100644 index 0000000000000000000000000000000000000000..acb685c7765be49ea342312cbfd4ae2dc92670a3 --- /dev/null +++ "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/\346\273\241\345\261\213\350\212\261.JPG" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/\346\273\241\345\261\213\350\212\261.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..3a7e59f8c17fe3d2ebaf0dbb7fa544a138f65fa4 Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/\346\273\241\345\261\213\350\212\261.JPG" differ diff --git "a/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/\346\273\241\345\261\213\350\212\261\346\225\210\346\236\234\345\233\276.PNG" "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/\346\273\241\345\261\213\350\212\261\346\225\210\346\236\234\345\233\276.PNG" new file mode 100644 index 0000000000000000000000000000000000000000..069f86ba543988fe4c91cae103914ae31c29592b Binary files /dev/null and "b/\345\215\216\345\237\216/\346\273\241\345\261\213\350\212\261/\346\273\241\345\261\213\350\212\261(\347\264\240\346\235\220)/\346\273\241\345\261\213\350\212\261\346\225\210\346\236\234\345\233\276.PNG" differ