+
+
diff --git "a/\346\261\237\346\264\213/css/base.css" "b/\346\261\237\346\264\213/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..127c1620451cc0a296f17f7ab0e64824806e44da
--- /dev/null
+++ "b/\346\261\237\346\264\213/css/base.css"
@@ -0,0 +1,22 @@
+#father{
+ width:700px;
+ height:1000px;
+ margin:auto;
+}
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+}
+body{
+ background-color:#FFD8D9;
+}
+a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#fl a:hover{
+ text-decoration:underline;
+ color:#039;
+}
\ No newline at end of file
diff --git "a/\346\261\237\346\264\213/css/left.css" "b/\346\261\237\346\264\213/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9d9e4c7a036c20c5d0ee00cc4884995f3d5e18d3
--- /dev/null
+++ "b/\346\261\237\346\264\213/css/left.css"
@@ -0,0 +1,60 @@
+#left{
+ width:180px;
+ height:782px;
+ float:left;
+ background:url(../img/leftbottom.jpg) no-repeat bottom #FFFFFF;
+}
+#dl{
+ background:url(../img/login.jpg) no-repeat ;
+ padding-top:50px;
+}
+#dl li{
+ margin-left:20px;
+ padding-top:5px;
+}
+#dl ul{
+ list-style:none;
+}
+#dl a{
+ text-decoration:none;
+ color:#000;
+}
+#dl a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+.txtStyle{
+ width:100px;
+ border:none;
+ border-bottom:solid 1px #000000;
+}
+.btnStyle{
+ width:40px;
+}
+#fl{
+ background:url(../img/category.jpg) no-repeat;
+ padding-top:50px;
+}
+#fl h3{
+ padding:2px 3px;
+ margin:5px 0px;
+ margin-left:20px;
+ width:140px;
+ background-color:#FFD8D9;
+}
+#fl li{
+ background:url(../img/icon1.gif) no-repeat left center;
+ line-height:20px;
+ margin-left:24px;
+ padding-left:10px;
+ border-bottom:dashed 1px #999999;
+ width:125px;
+}
+#fl ul{
+ list-style:none;
+}
+#fl a{
+ text-decoration:none;
+ color:#000;
+}
\ No newline at end of file
diff --git "a/\346\261\237\346\264\213/css/right.css" "b/\346\261\237\346\264\213/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a4c2244986b9b305de026ae574e155f7b5499b42
--- /dev/null
+++ "b/\346\261\237\346\264\213/css/right.css"
@@ -0,0 +1,58 @@
+#right{
+ width:518px;
+ float:right;
+}
+a{
+ text-decoration:none;
+ color:#000;
+}
+ul{
+ list-style:none;
+}
+#kx{
+ background:url(../img/news.jpg) no-repeat #FFF;
+ padding-top:33px;
+}
+#kx li{
+ float:left;
+ padding-left:2px;
+}
+#tj{
+ background:url(../img/recommend.jpg) no-repeat #FFF;
+ float:left;
+ padding-top:33px;
+ height:290px;
+}
+#tj li{
+ float:left;
+ padding-left:18.8px;
+ text-align:center;
+}
+#ss{
+ background:url(../img/fresh.jpg) no-repeat #FFF;
+ float:left;
+ width:518px;
+ height:135px;
+ padding-top:33px;
+ margin-top:3px;
+}
+#ss li{
+ float:left;
+ padding-left:18.8px;
+ text-align:center;
+}
+#dg{
+ background:url(../img/tips.jpg) no-repeat #FFF;
+ float:left;
+ padding-top:33px;
+ margin-top:2px;
+ height:110px;
+}
+#dg li{
+ background:url(../img/icon2.gif) no-repeat left center;
+ float:left;
+ width:200px;
+ margin-left:30px;
+ padding-left:10px;
+ line-height:25px;
+}
\ No newline at end of file
diff --git "a/\346\261\237\346\264\213/css/top.css" "b/\346\261\237\346\264\213/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3161313df5f15e81b38bbb597e50dbbb34afacf7
--- /dev/null
+++ "b/\346\261\237\346\264\213/css/top.css"
@@ -0,0 +1,30 @@
+#top{
+ width:700px;
+ height:153px;
+ margin-bottom:2px;
+}
+#toubu{
+ background:url(../img/banner.jpg) no-repeat;
+ height:120px;
+}
+#nav ul{
+ list-style:none;
+}
+#nav li{
+ width:100px;
+ float:left;
+ line-height:33px;
+ text-align:center;
+}
+#nav a{
+ background:url(../img/button1.jpg) no-repeat;
+ display:block;
+ text-decoration:none;
+ color:#960;
+}
+#nav a:hover{
+ background:url(../img/button1_bg.jpg) no-repeat;
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
\ No newline at end of file
diff --git "a/\346\261\237\346\264\213/index.html" "b/\346\261\237\346\264\213/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..684329aa8858d11fafc6f4db6c17ae0fc581ed16
--- /dev/null
+++ "b/\346\261\237\346\264\213/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
+
diff --git "a/\346\273\225\351\221\253/CSS/base.css" "b/\346\273\225\351\221\253/CSS/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..8923d28bd2ce4f7d658a8c6042df30e0e10be398
--- /dev/null
+++ "b/\346\273\225\351\221\253/CSS/base.css"
@@ -0,0 +1,12 @@
+* {
+ margin: 0;
+ padding: 0;
+ font-size: 15px;
+}
+#father {
+ width: 700px;
+ margin: auto;
+}
+body {
+ background-color: #FCC;
+}
\ No newline at end of file
diff --git "a/\346\273\225\351\221\253/CSS/left.css" "b/\346\273\225\351\221\253/CSS/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..6772cde76b440635531ee551e270a181676eb01d
--- /dev/null
+++ "b/\346\273\225\351\221\253/CSS/left.css"
@@ -0,0 +1,60 @@
+#div02 {
+ width: 180px;
+ background:url(../images/leftbottom.jpg) no-repeat bottom;
+ float: left;
+ margin-right:2px;
+ background-color: #FFF;
+}
+#div02nev {
+ width:180px;
+ background-color:#FFF;
+ background:url(../images/login.jpg) no-repeat;
+ padding-top: 50px;
+ padding-left: 24px;
+}
+#div02 ul{
+ list-style:none;
+}
+.txtStyle {
+ width: 100px;
+ border:none;
+ border-bottom: solid 1px black;
+}
+#div02nev li {
+ margin-top: 5px;
+}
+.btnStyle {
+ width: 40px;
+}
+#div02nev a {
+ text-decoration: none;
+ color: black;
+}
+#div02nev a:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+#div02nev1{
+ width:180px;
+ height:700px;
+ background:url(../images/category.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:24px;
+}
+#div02nev1 li {
+ border-bottom:dashed 1px black;
+ line-height:25px;
+ width:115px;
+ background:url(../images/icon1.gif) no-repeat left center;
+ padding-left:15px;
+}
+#div02nev1 a {
+ text-decoration: none;
+ color: black;
+}
+#div02nev1 h3{
+ background-color:#ffd8d9;
+ width:130px;
+ margin-top:5px;
+}
diff --git "a/\346\273\225\351\221\253/CSS/right.css" "b/\346\273\225\351\221\253/CSS/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..35d4c78ce6ae85a2b9853cc0e1acd73a1a6dfd7e
--- /dev/null
+++ "b/\346\273\225\351\221\253/CSS/right.css"
@@ -0,0 +1,67 @@
+#div03 {
+ width: 518px;
+ height: 800px;
+ float:left;
+}
+#div03 ul{
+ list-style:none;
+}
+#div03 a{
+ text-decoration: none;
+ color: black;
+}
+#div03img {
+ background:url(../images/news.jpg) no-repeat;
+ padding-top:33px;
+ height:107px;
+}
+#div03 a:hover{
+ position: relative;
+ bottom: 2px;
+ right: 2px;
+}
+#div03img li{
+ float:left;
+ margin-left:2px;
+}
+#div03img1{
+ background:url(../images/recommend.jpg) no-repeat white;
+ padding-top:33px;
+ margin-top:2px;
+ height:330px;
+}
+#div03img1 li{
+ float:left;
+ margin-left:18.8px;
+ text-align:center;
+ margin-top:5px;
+}
+#div03img2{
+ background:url(../images/fresh.jpg) no-repeat white;
+ padding-top:33px;
+ margin-top:2px;
+ height:140px;
+}
+#div03img2 li{
+ float:left;
+ margin-left:18.8px;
+ text-align:center;
+ margin-top:5px;
+}
+#div03img3{
+ background:url(../images/tips.jpg) no-repeat white;
+ padding-top:33px;
+ margin-top:2px;
+ height:160px;
+}
+#div03img3 ul {
+ list-style: url(../images/icon2.gif);
+ float: left;
+ background-repeat: no-repeat;
+ padding-top: 20px;
+ padding-left: 35px;
+}
+#div03img3 a {
+ text-decoration: none;
+ color: black;
+}
\ No newline at end of file
diff --git "a/\346\273\225\351\221\253/CSS/top.css" "b/\346\273\225\351\221\253/CSS/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..afc5cfee51ed82dc0cf275a9ede661b345c7bd73
--- /dev/null
+++ "b/\346\273\225\351\221\253/CSS/top.css"
@@ -0,0 +1,33 @@
+#div01 {
+ height: 34px;
+}
+#div01img {
+ background-image: url(../images/banner.jpg) ;
+ background-repeat: no-repeat;
+ height: 120px;
+}
+#div01 ul {
+ list-style: none;
+ float: left;
+}
+#div01 li {
+ text-align: center;
+ float: left;
+ width: 100px;
+}
+#div01 a {
+ background-image: url(../images/button1.jpg);
+ display: block;
+ width: 100px;
+ height: 33px;
+ line-height: 33px;
+ text-decoration: none;
+ color: black;
+}
+#div01 a:hover {
+ background-image: url(../images/button1_bg.jpg);
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+
diff --git "a/\346\273\225\351\221\253/index4.html" "b/\346\273\225\351\221\253/index4.html"
new file mode 100644
index 0000000000000000000000000000000000000000..69d5159f8108b5a803263d6a11341790dbf98f5b
--- /dev/null
+++ "b/\346\273\225\351\221\253/index4.html"
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
+
+
diff --git "a/\346\273\241\345\261\213\350\212\261/css/base.css" "b/\346\273\241\345\261\213\350\212\261/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9e781720f8d9508993a1323bca216ba88662be3f
--- /dev/null
+++ "b/\346\273\241\345\261\213\350\212\261/css/base.css"
@@ -0,0 +1,14 @@
+/* CSS Document */
+#father{
+ width:700px;
+ height:1000px;
+ margin:0 auto;
+}
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+}
+body{
+ background-color:pink;
+}
\ No newline at end of file
diff --git "a/\346\273\241\345\261\213\350\212\261/css/left.css" "b/\346\273\241\345\261\213\350\212\261/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..00a6704a6d4b966658fe84f66aee94a0c4e3fb16
--- /dev/null
+++ "b/\346\273\241\345\261\213\350\212\261/css/left.css"
@@ -0,0 +1,72 @@
+/* CSS Document */
+#left{
+ width:180px;
+ height:820px;
+ background-color:white;
+ float:left;
+}
+#login{
+ width:180px;
+ height:70px;
+ background-color:white;
+ background:url(../img/login.jpg);
+ background-repeat:no-repeat;
+ padding-top:50px;
+ padding-left:25px;
+
+}
+#login ul{
+ list-style:none;
+}
+#login .txtStyle{
+ width:100px;
+ border:none;
+ border-bottom-style:solid;
+ border-bottom-width:1px;
+}
+#login li{
+ margin-top:4px;
+ margin-left:5px;
+}
+#login .btnStyle{
+ width:40px;
+}
+#login a{
+ color:black;
+ text-decoration:none;
+}
+#login a:hover{
+ position:relative;
+ right:1px;
+ bottom:1px;
+}
+#category{
+ background:url(../img/category.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:25px;
+}
+#category li{
+ line-height:25px;
+ padding-left:15px;
+ border-bottom:dashed 1px;
+ list-style:none;
+ list-style:url(../img/icon1.gif);
+}
+#category a{
+ text-decoration:none;
+ color:#000;
+}
+#a{
+ text-decoration:none;
+ color:#000;
+}
+#category h3{ background:#FFD8D9; width:100px}
+
+
+
+
+
+
+
+
+
diff --git "a/\346\273\241\345\261\213\350\212\261/css/right.css" "b/\346\273\241\345\261\213\350\212\261/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b76deb07695b00ad0619273940bfa98f25e5cac5
--- /dev/null
+++ "b/\346\273\241\345\261\213\350\212\261/css/right.css"
@@ -0,0 +1,54 @@
+/* CSS Document */
+#right{
+ width:518px;
+ height:820px;
+ background-color:#FFF;
+ float:left;
+ margin-left:2px;
+}
+#news{
+ background:url(../img/news.jpg) no-repeat;
+ padding-top:33px;
+}
+#news li{
+ float:left;
+ margin-left:2px;
+}
+#recommend{
+ background:url(../img/recommend.jpg) no-repeat;
+ padding-top:33px;
+ margin-top:2px;
+ height:300px;
+}
+#recommend li{
+ float:left;
+ margin-left:18.8px;
+ margin-top:5px;
+ text-align:center;
+}
+#fresh{
+ background:url(../img/fresh.jpg) no-repeat;
+ padding-top:33px;
+ margin-left:2px;
+ height:140px;
+}
+#fresh li{
+ float:left;
+ margin-left:18.8px;
+ text-align:center;
+ margin-top:5px;
+}
+#tips{
+ background:url(../img/tips.jpg) no-repeat;
+ padding-top:45px;
+ height:151px;
+ padding-left:50px;
+ margin-top:2px;
+}
+#tips li{
+ float:left;
+ width:200px;
+ background:url(../img/tips.jpg) none left center;
+ padding-left:15px;
+ line-height:33px;
+}
\ No newline at end of file
diff --git "a/\346\273\241\345\261\213\350\212\261/css/top.css" "b/\346\273\241\345\261\213\350\212\261/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..c7637a03b23a085726f6fed3e843ca7e059185cf
--- /dev/null
+++ "b/\346\273\241\345\261\213\350\212\261/css/top.css"
@@ -0,0 +1,33 @@
+
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ margin-bottom:2px;
+}
+#banner{
+ width:700px;
+ height:120px;
+ background:url(../img/banner.jpg);
+}
+#nav ul{
+ list-style:none;
+}
+#nav li{
+ width:100px;
+ text-align:center;
+ float:left;
+ line-height:33px;
+}
+#nav a{
+ text-decoration:none;
+ display:block;
+ color:#664543;
+ background:url(../img/button1.jpg);
+}
+#nav a:hover{
+ position:relative;
+ background:url(../img/button1_bg.jpg);
+ bottom:1px;
+ right:1px;
+}
diff --git "a/\346\273\241\345\261\213\350\212\261/index.html" "b/\346\273\241\345\261\213\350\212\261/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..1bb275e8df62ef2492564385b4f3b2ba5bd02d61
--- /dev/null
+++ "b/\346\273\241\345\261\213\350\212\261/index.html"
@@ -0,0 +1,148 @@
+
+
+
+
+
满屋花
+
+
+
+
+
+
+
+
+
+
diff --git "a/\346\275\230\345\256\207/css/father.css" "b/\346\275\230\345\256\207/css/father.css"
new file mode 100644
index 0000000000000000000000000000000000000000..df5d1cd0f31252dfe89b1d8c0f7173f76504c3d3
--- /dev/null
+++ "b/\346\275\230\345\256\207/css/father.css"
@@ -0,0 +1,14 @@
+/* CSS Document */
+#father{
+ width:700px;
+ height:1000px;
+ margin:auto;
+}
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+}
+body{
+ background-color:#ffd8d9;
+}
\ No newline at end of file
diff --git "a/\346\275\230\345\256\207/css/life.css" "b/\346\275\230\345\256\207/css/life.css"
new file mode 100644
index 0000000000000000000000000000000000000000..03bdfa3277e111f7490dac0d72811c482698ac2f
--- /dev/null
+++ "b/\346\275\230\345\256\207/css/life.css"
@@ -0,0 +1,66 @@
+
+#life{
+ width:180px;
+ float:left;
+ margin-right:2px;
+ background: no-repeat bottom;
+ background-color:#FFF;
+}
+#login{
+ background-image:;
+ background-repeat:no-repeat;
+ width:180px;
+ height:80px;
+ padding-LEFT:20PX;
+ padding-top:50px;
+}
+#life ul{
+ list-style:none;
+}
+#login .txtStyle{
+ width:100px;
+ border-style:none;
+ border-bottom:solid 1px #000000;
+ padding:2px;
+
+}
+.btnStyle{
+ width:40px;
+ margin-top:10pX;
+ padding:2PX;
+}
+#life a{
+ text-decoration:none;
+ color:#000;
+}
+#life a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#dl a:hover{
+ color:#DC143C;
+ text-decoration:underline;
+}
+#dl{
+ background-image:;
+ background-repeat:no-repeat;
+ width:130px;
+ padding-LEFT:20PX;
+ padding-top:50px;
+}
+#dl ul{
+ list-style:none;
+}
+#dl h3{
+ background-color:#FFD8D9;
+ padding-left:5PX;
+}
+#dl li{
+ border-bottom:dashed 1px #000000;
+ line-height:24px;
+ background: no-repeat center left;
+}
+#dl a{
+ padding-left:15px;
+}
diff --git "a/\346\275\230\345\256\207/css/right.css" "b/\346\275\230\345\256\207/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9c49a08dba86aa1eb0f4abf421af08c37e2130e2
--- /dev/null
+++ "b/\346\275\230\345\256\207/css/right.css"
@@ -0,0 +1,92 @@
+/* CSS Document */
+
+#right{
+ width:518px;
+ height:700px;
+ float:left;
+}
+#kuaixun{
+ background: no-repeat #FFF;
+ width:518px;
+ height:33px;
+ background-repeat:no-repeat;
+ padding-top:40px;
+ margin-bottom:10px;
+}
+#right ul{
+ list-style:none;
+}
+#kuaixun a{
+ width:170px;
+ height:107px;
+ float:left;
+ margin-left:2px;
+}
+#right a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#tuijian{
+ background: no-repeat #FFF;
+ width:518px;
+ float:left;
+ background-repeat:no-repeat;
+ padding-top:35px;
+ margin-top:2px;
+}
+#tuijian li{
+ width:106px;
+ height:106px;
+ float:left;
+ padding-left:20px;
+ padding-bottom:50px;
+}
+#right a{
+ text-decoration:none;
+ color:#000;
+}
+#shangshi{
+ background: no-repeat #FFF;
+ width:518px;
+ padding-top:40px;
+ margin-top:2px;
+ float:left;
+}
+#shangshi li{
+ float:left;
+ padding-left:18.8px;
+}
+#daogou{
+ background: no-repeat #FFF;
+ height:100px;
+ padding-top:45px;
+ margin-top:2px;
+ float:left;
+ padding-left:50px;
+}
+#daogou li{
+ float:left;
+ width:180px;
+ background: no-repeat left center;
+ padding-left:15px;
+ line-height:20px;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\346\275\230\345\256\207/css/top.css" "b/\346\275\230\345\256\207/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..049220f3ad5c23103243adf7fdb437bdc6a3058f
--- /dev/null
+++ "b/\346\275\230\345\256\207/css/top.css"
@@ -0,0 +1,35 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ margin-bottom:2px;
+}
+#tupian{
+ background-image:;
+ width:700px;
+ height:120px;
+ margin:0;
+}
+#nva ul{
+ list-style:none;
+}
+#nva li{
+ margin:0;
+ padding:0;
+ float:left;
+ width:100px;
+ line-height:33px;
+ text-align:center;
+}
+#nva a{
+ text-decoration:none;
+ background-image:;
+ display:block;
+ color:#000;
+}
+#nva a:hover{
+ background-image:;
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
diff --git "a/\346\275\230\345\256\207/index2.html" "b/\346\275\230\345\256\207/index2.html"
new file mode 100644
index 0000000000000000000000000000000000000000..15fa7f81bfc3aac08d9fcbc28a30e5d0b5680821
--- /dev/null
+++ "b/\346\275\230\345\256\207/index2.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\275\227\345\256\207\346\226\260/css/base.css" "b/\347\275\227\345\256\207\346\226\260/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f7016f9baf75a148dd4cbb826d968755fab2d69a
--- /dev/null
+++ "b/\347\275\227\345\256\207\346\226\260/css/base.css"
@@ -0,0 +1,16 @@
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+}
+#container{
+ width:700px;
+ height:1000px;
+ margin:0 auto;
+}
+body{
+ background-color:#FFD8D9;
+}
+ul{
+ list-style:none;
+}
diff --git "a/\347\275\227\345\256\207\346\226\260/css/left.css" "b/\347\275\227\345\256\207\346\226\260/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..616444a5fac53cf5834507381e20f5b189850eec
--- /dev/null
+++ "b/\347\275\227\345\256\207\346\226\260/css/left.css"
@@ -0,0 +1,54 @@
+#left{
+ width:180px;
+ height:855px;
+ float:left;
+ margin-right:2px;
+ background:url(../img/leftbottom.jpg) no-repeat bottom;
+ background-color:#FFF;
+}
+#login{
+ background:url(../img/login.jpg) no-repeat;
+ width:180px;
+ height:50px;
+ padding-top:50px;
+ padding-left:20px;
+}
+.txtStyle{
+ width:100px;
+ border-style:none;
+ border-bottom:solid 1px black;
+}
+#left li{
+ margin-bottom:2px;
+}
+#left a{
+ text-decoration:none;
+ color:#000;
+}
+#left a:hover{
+ bottom:2px;
+ right:2px;
+ position:relative;
+ color:#F00;
+}
+.btnStyle{
+ width:40px;
+}
+#category{
+ background:url(../img/category.jpg) no-repeat;
+ width:180px;
+ padding-top:50px;
+ padding-left:24px;
+}
+#category li{
+ border-bottom:dashed 1px black;
+ line-height:25px;
+ width:115px;
+ background:url(../img/icon1.gif) no-repeat left center;
+ padding-left:15px;
+}
+h3{
+ background-color:#FFD8D9;
+ width:130px;
+ margin-top:5px;
+}
\ No newline at end of file
diff --git "a/\347\275\227\345\256\207\346\226\260/css/right.css" "b/\347\275\227\345\256\207\346\226\260/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..2180b99104aff0da96769d1f287436eea750b627
--- /dev/null
+++ "b/\347\275\227\345\256\207\346\226\260/css/right.css"
@@ -0,0 +1,70 @@
+#right{
+ width:518px;
+ height:800px;
+ float:left;
+}
+#news{
+ background:url(../img/news.jpg) no-repeat white;
+ padding-top:33px;
+ height:115px;
+}
+#news li{
+ float:left;
+ padding-left:2px;
+ margin-top:5px;
+}
+a:hover{
+ position:relative;
+ bottom:2px;
+ right:2px;
+}
+#recommend{
+ background:url(../img/recommend.jpg) no-repeat white;
+ padding-top:33px;
+ height:300px;
+ margin-top:2px;
+}
+a{
+ text-decoration:none;
+ text-align:center;
+ color:#000;
+}
+#recommend li{
+ float:left;
+ padding-left:18.8px;
+ margin-top:5px;
+ text-align:center;
+}
+#fresh{
+ background:url(../img/fresh.jpg) no-repeat white;
+ padding-top:33px;
+ margin-top:2px;
+ height:140px;
+}
+#fresh li{
+ float:left;
+ padding-left:18.8px;
+ margin-top:5px;
+ text-align:center;
+}
+#tips{
+ background:url(../img/tips.jpg) no-repeat white;
+ padding-top:45px;
+ margin-top:2px;
+ height:151px;
+ padding-left:50px;
+}
+#tips li{
+ float:left;
+ width:200px;
+ background:url(../img/icon2.gif) no-repeat left center;
+ padding-left:15px;
+ line-height:30px;
+}
+
+
+
+
+
+
+
diff --git "a/\347\275\227\345\256\207\346\226\260/css/top.css" "b/\347\275\227\345\256\207\346\226\260/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d3f4912cd749c39036d5e239e4e3684479843201
--- /dev/null
+++ "b/\347\275\227\345\256\207\346\226\260/css/top.css"
@@ -0,0 +1,31 @@
+#top{
+ width:700px;
+ height:153px;
+ background-color:#000;
+ margin-bottom:2px;
+}
+#banner{
+ background-image:url(../img/banner.jpg);
+ width:700px;
+ height:120px;
+}
+#nav li{
+ float:left;
+ display:block;
+ width:100px;
+ height:33px;
+ background-image:url(../img/button1.jpg);
+ text-align:center;
+ line-height:33px;
+}
+#nav a{
+ text-decoration:none;
+ color:#930;
+}
+#nav a:hover{
+ background-image:url(../img/button1_bg.jpg);
+ bottom:2px;
+ right:2px;
+ display:block;
+ position:relative;
+}
\ No newline at end of file
diff --git "a/\347\275\227\345\256\207\346\226\260/index121.html" "b/\347\275\227\345\256\207\346\226\260/index121.html"
new file mode 100644
index 0000000000000000000000000000000000000000..e97ff5069ef35c068d5423c97cee5750b3dc1c23
--- /dev/null
+++ "b/\347\275\227\345\256\207\346\226\260/index121.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\350\203\241\350\266\212/base.css" "b/\350\203\241\350\266\212/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..8ecf2a631785007e0bcbbf71ed09367ccb0570b0
--- /dev/null
+++ "b/\350\203\241\350\266\212/base.css"
@@ -0,0 +1,25 @@
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 13px;
+}
+#dhz{
+ width: 700px;
+ height: 1000px;
+ margin: 0 auto;
+}
+body{
+ background-color: pink;
+}
+ul{
+ list-style: none;
+}
+a:hover{
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+a{
+ text-decoration: none;
+ color: black;
+}
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/index.html" "b/\350\203\241\350\266\212/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..5f9c4ec1e57be095ce9d930b6e1682f834b5de4f
--- /dev/null
+++ "b/\350\203\241\350\266\212/index.html"
@@ -0,0 +1,149 @@
+
+
+
+
+
+
Document
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/left.css" "b/\350\203\241\350\266\212/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a99f0e97db84ba0e02f553ca1eeefd4b51164e03
--- /dev/null
+++ "b/\350\203\241\350\266\212/left.css"
@@ -0,0 +1,35 @@
+#left{
+ width: 180px;
+ float: left;
+ background: url(./img/leftbottom.jpg) no-repeat bottom white;
+}
+#login{
+ background: url(./img/category.jpg)no-repeat;
+ padding: 50px 0px 0px 24px;
+}
+#login .txtStyle{
+ width: 100px;
+ border: none;
+ border-bottom: solid 1px;
+}
+#login li{
+ margin-top: 5px;
+}
+#login .btnStyle{
+ width: 40px;
+}
+
+#xhfl{
+ background: url(./img/category.jpg)no-repeat;
+ padding: 50px 24px 5px 24px;
+}
+#xhfl li{
+ background: url(./img/icon1.gif)no-repeat left center;
+ padding-left: 15px;
+ line-height: 25px;
+ border-bottom: dashed 1px;
+}
+#xhfl h3{
+ background-color: lightpink;
+ margin-top: 10px;
+}
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/right.css" "b/\350\203\241\350\266\212/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..006bad3bddea6627bfdd68b1ce992899655022eb
--- /dev/null
+++ "b/\350\203\241\350\266\212/right.css"
@@ -0,0 +1,53 @@
+#right{
+ width: 518px;
+ height: 700px;
+ float: right;
+}
+#news{
+ background: url(./img/news.jpg) no-repeat;
+ padding-top: 33px;
+ height: 107px;
+}
+#news li{
+ float: left;
+ margin-left: 2px;
+}
+#tuij{
+ background: url(./img/recommend.jpg) no-repeat white;
+ padding-top: 33px;
+ margin-top: 2px;
+ height: 300px;
+}
+#tuij li{
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+ margin-top: 5px;
+}
+#shangs{
+ background: url(./img/fresh.jpg) no-repeat white;
+ padding-top: 33px;
+ margin-top: 2px;
+ height: 140px;
+}
+#shangs li{
+ float: left;
+ margin-left: 18.8px;
+ margin-top: 5px;
+ text-align: center;
+}
+#daog{
+ background: url(./img/tips.jpg) no-repeat white;
+ padding-top: 45px;
+ height: 123px;
+ padding-left: 50px;
+ margin-top: 2px;
+}
+#daog li{
+ float: left;
+ width: 200px;
+ background: url(./img/icon2.gif) no-repeat left center;
+ padding-left: 15px;
+ line-height: 25px;
+
+}
diff --git "a/\350\203\241\350\266\212/top.css" "b/\350\203\241\350\266\212/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..cd7d13d08f739d7c1a8f41903983f9086d264544
--- /dev/null
+++ "b/\350\203\241\350\266\212/top.css"
@@ -0,0 +1,36 @@
+#top{
+ width: 700px;
+ height: 153px;
+ margin-bottom: 2px;
+}
+
+#banner{
+ width: 700px;
+ height: 120px;
+ background:url(img/banner.jpg);
+}
+
+#nav ul{
+ list-style: none;
+}
+
+#nav li{
+ float: left;
+ width: 100px;
+ text-align: center;
+ line-height: 33px;
+}
+
+#nav a{
+ text-decoration: none;
+ color: rosybrown;
+ background: url(img/button1.jpg);
+ display: block;
+}
+
+#nav a:hover{
+ background: url(img/button1_bg.jpg);
+ position: relative;
+ bottom: 2px;
+ right: 2px;
+}
\ No newline at end of file
diff --git "a/\350\222\262\346\231\223\351\252\217/css/base.css" "b/\350\222\262\346\231\223\351\252\217/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..5d78634b2852dcb0c4569c368ef43b4d442ec7b8
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/base.css"
@@ -0,0 +1,17 @@
+/* CSS Document */
+* {
+ margin: 0;
+ padding: 0;
+ font-size:12px;
+}
+#father {
+ width: 700px;
+ margin: auto;
+}
+body {
+ background-color: #FFD8D9;
+}
+list-style: url(../img/icon1.gif);
+a{
+ text-decoration:none;
+ color:#000;}
\ No newline at end of file
diff --git "a/\350\222\262\346\231\223\351\252\217/css/left.css" "b/\350\222\262\346\231\223\351\252\217/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a877d6fc59c7d34c2bf6f89221eeedbc8380d9d0
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/left.css"
@@ -0,0 +1,68 @@
+/* CSS Document */
+#left {
+ width: 180px;
+ height: 863px;
+ margin-right: 2px;
+ background-color: #FFF;
+ float: left;
+}
+#left a {
+ color: #000;
+ text-decoration: none;
+}
+#login {
+ background-image: url(../img/login.jpg);
+ background-repeat: no-repeat;
+ width: 180px;
+ height: 130px;
+}
+#login ul {
+ list-style: none;
+ padding-top: 50px;
+}
+#login li {
+ text-align: center;
+ margin-top: 5px;
+}
+#login .txtStyle {
+ border-style: none;
+ width: 100px;
+ border-bottom: solid 2px #000000;
+}
+#login .btnSubmit {
+ margin-left: 10px;
+}
+#left a:hover {
+ position: relative;
+ bottom: 2px;
+ height: 2px;
+}
+#login2 {
+ background-image: url(../img/category.jpg);
+ background-repeat: no-repeat;
+ width: 150px;
+ margin-left: 15px;
+ padding-top: 50px;
+ line-height: 20px;
+}
+#login2 a:hover {
+ position: relative;
+ color: #dc143c;
+ text-decoration: underline;
+}
+h3 {
+ background-color: #ffd8d9;
+}
+#login2 ul {
+ margin-left: 10px;
+ font-size: 12px;
+ padding-bottom: 2px;
+}
+#login2 li {
+ border-bottom: dotted 2px #000000;
+ padding:2px;
+ background:url(../img/icon1.gif) no-repeat left center;
+}
+#login2 a{
+ margin-left:6px;
+ }
diff --git "a/\350\222\262\346\231\223\351\252\217/css/right.css" "b/\350\222\262\346\231\223\351\252\217/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3f6550e327091749fad9b3b0f4a39d513416210a
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/right.css"
@@ -0,0 +1,75 @@
+/* CSS Document */
+#right {
+ width: 516px;
+ height: 790px;
+ margin-left: 2px;
+ float: right;
+}
+#right li:hover{
+ position:relative;
+ bottom:2px;
+ left:2px;
+ }
+ul {
+ list-style: none;
+}
+#news {
+ background: url(../img/news.jpg) no-repeat #FFF;
+ padding-top: 33px;
+ height:109px;
+ margin-bottom:2px;
+}
+#news li {
+ float: left;
+ margin-left: 1.5px;
+}
+#recommend{
+ background:url(../img/recommend.jpg) no-repeat #FFF;
+ padding-top:40px;
+ height:310px;
+ margin-bottom:2px;
+ }
+#recommend li{
+ float:left;
+ margin-left:18.4px;
+ text-align:center;
+ }
+#fresh{
+ background:url(../img/fresh.jpg) no-repeat #FFF;
+ padding-top:40px;
+ height:145px;
+ margin-bottom:2px;
+ }
+#fresh li{
+ float:left;
+ margin-left:18.4px;
+ text-align:center;
+ }
+#tips{
+ background:url(../img/tips.jpg) no-repeat #FFF;
+ padding-top:40px;
+ height:140px;
+
+ }
+#tips li{
+ float:left;
+ width:230px;
+ margin-bottom:5px;
+ margin-left:25px;
+ background:url(../img/icon2.gif) no-repeat left center;
+ }
+#tips a{
+ margin-left:20px;}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\350\222\262\346\231\223\351\252\217/css/top.css" "b/\350\222\262\346\231\223\351\252\217/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..83ecc6435a6e8923bfc1f9c86eb41b0b312d6408
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/top.css"
@@ -0,0 +1,37 @@
+/* CSS Document */
+#top {
+ width: 700px;
+ height: 152px;
+ background-color: #FFF;
+ margin-bottom: 7px;
+}
+#img01 {
+ width: 700px;
+ height: 120px;
+ background-image: url(../img/banner.jpg);
+ margin-bottom: 2px;
+}
+#nav {
+ width: 700px;
+ height: 100px;
+}
+#nav ul {
+ list-style: none;
+}
+#nav a {
+ width: 100px;
+ height: 33px;
+ display:inline;
+ float: left;
+ text-align: center;
+ text-decoration: none;
+ background-image: url(../img/button1.jpg);
+ color: #664543;
+ line-height: 33px;
+}
+#nav a:hover {
+ background-image: url(../img/button1_bg.jpg);
+ position: relative;
+ bottom: 3px;
+ right: 3px;
+}
diff --git "a/\350\222\262\346\231\223\351\252\217/mwh.html" "b/\350\222\262\346\231\223\351\252\217/mwh.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d537d3b9913b07e79f66db50e320d102acc93558
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/mwh.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
满屋花
+
+
+
+
+
+
+
+
+
+
diff --git "a/\350\224\241\351\233\252\345\274\272/css/left.css" "b/\350\224\241\351\233\252\345\274\272/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d502f26d03034aea00685601617cfe03f079337b
--- /dev/null
+++ "b/\350\224\241\351\233\252\345\274\272/css/left.css"
@@ -0,0 +1,77 @@
+/* CSS Document */
+
+#left {
+ width: 180px;
+ height: 831px;
+ background-color: #FFF;
+ float: left;
+ background: bottom url(../img/leftbottom.jpg);
+}
+#left1 {
+ width: 180px;
+ height: 50;
+ background-image: url(../img/login.jpg);
+ float: left;
+}
+#left2 {
+ width: 180px;
+ text-decoration: none;
+ float: left;
+ margin: auto;
+ background-color: #FFF;
+}
+#left2 li {
+ list-style: none;
+ text-align: center;
+}
+#left2 .txtstyle {
+ width: 100px;
+ border-style: none;
+ border-bottom: solid 1px black;
+ margin-bottom: 3px;
+}
+#left2 .btnStyle {
+ width: 40px;
+}
+#left2 a {
+ text-decoration: none;
+ color: #333;
+}
+#left2 a:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+#left3 {
+ width: 180px;
+ height: 50px;
+ background-image: url(../img/category.jpg);
+ float: left;
+}
+#left4 {
+ background-color: #FFF;
+}
+#left4 li {
+ margin-top: 4px;
+}
+#left4 ul {
+ list-style: none;
+ width: 140px;
+ margin: auto;
+}
+#left4 h3 {
+ background-color: pink;
+ width: 140px;
+ margin: auto;
+}
+#left4 a {
+ text-decoration: none;
+ color: #333;
+ border-bottom: dashed 1px #666666;
+ background: url(../img/icon1.gif);
+ line-height: 20px;
+ background-repeat: no-repeat;
+ padding-left: 15px;
+ display: block;
+ background-position: 0px 9px;
+}
diff --git "a/\350\224\241\351\233\252\345\274\272/css/qwdeqw.css" "b/\350\224\241\351\233\252\345\274\272/css/qwdeqw.css"
new file mode 100644
index 0000000000000000000000000000000000000000..58b14459cbcc31196c1f0587303d0e4e025aee7c
--- /dev/null
+++ "b/\350\224\241\351\233\252\345\274\272/css/qwdeqw.css"
@@ -0,0 +1,18 @@
+/* CSS Document */
+* {
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+}
+#father {
+ width: 700px;
+ margin: 0 auto;
+}
+body {
+ background-color: pink;
+}
+a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
diff --git "a/\350\224\241\351\233\252\345\274\272/css/right.css" "b/\350\224\241\351\233\252\345\274\272/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..12074ccf1e1144014def5e8b16abeb3a03bde192
--- /dev/null
+++ "b/\350\224\241\351\233\252\345\274\272/css/right.css"
@@ -0,0 +1,107 @@
+/* CSS Document */
+
+#right {
+ width: 518px;
+ height: 831px;
+ float: left;
+ background-color: pink;
+ margin-left: 2px;
+}
+#right1 {
+ width: 518px;
+ height: 107px;
+ margin-bottom: 2px;
+ background: url(../img/news.jpg) no-repeat;
+ padding-top: 33px;
+}
+#right1 li {
+ float: left;
+ margin-left: 2px;
+ width: 170px;
+ height: 107px;
+ list-style: none;
+}
+#right2 {
+ width: 518px;
+ height: 330px;
+ float: left;
+ margin-bottom: 2px;
+}
+#b1 {
+ width: 518px;
+ height: 33px;
+ background: url(../img/recommend.jpg);
+}
+#b2 {
+ width: 518px;
+ height: 297px;
+ background-color: #FFF;
+}
+#right2 li {
+ width: 106px;
+ height: 145px;
+ float: left;
+ display: inline-block;
+ margin-left: 19px;
+ text-align: center;
+}
+#right2 a {
+ text-decoration: none;
+ color: #999;
+}
+#right3 {
+ width: 518px;
+ height: 170px;
+ float: left;
+ margin-bottom: 2px;
+ background-color: #FFF;
+}
+#right31 {
+ width: 518px;
+ height: 33px;
+ background: url(../img/fresh.jpg);
+}
+#right3 li {
+ width: 106px;
+ height: 120px;
+ float: left;
+ display: inline-block;
+ margin-left: 19px;
+ text-align: center;
+}
+#right3 a {
+ text-decoration: none;
+ color: #999;
+}
+#right4 {
+ width: 518px;
+ height: 185px;
+ float: left;
+ margin-bottom: 2px;
+ background-color: #FFF;
+}
+#right41 {
+ width: 518px;
+ height: 33px;
+ background: url(../img/tips.jpg);
+}
+#right42 {
+ width: 518px;
+ height: 152px;
+}
+#right42 li {
+ width: 219px;
+ height: 35px;
+ margin-left: 40px;
+ display: inline-block;
+ float: left;
+}
+#right42 a {
+ text-decoration: none;
+ color: #333;
+ background: url(../img/icon2.gif);
+ background-repeat: no-repeat;
+ padding-left: 8px;
+ line-height: 35px;
+ background-position: 0px 6px;
+}
diff --git "a/\350\224\241\351\233\252\345\274\272/css/top.css" "b/\350\224\241\351\233\252\345\274\272/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e67d1ef93211c43ab73cf173078187d989085929
--- /dev/null
+++ "b/\350\224\241\351\233\252\345\274\272/css/top.css"
@@ -0,0 +1,38 @@
+/* CSS Document */
+
+#top {
+ width: 700px;
+ height: 153px;
+ background-color: #03F;
+ float: left;
+ margin-bottom: 2px;
+}
+#top1 {
+ width: 700px;
+ height: 120px;
+ background-image: url(../img/banner.jpg);
+}
+#top2 {
+ width: 700px;
+ height: 33px;
+}
+#top2 li {
+ width: 100px;
+ height: 33px;
+ float: left;
+ background-image: url(../img/button1.jpg);
+ display: block;
+ line-height: 33px;
+ text-align: center;
+}
+#top2 a {
+ text-decoration: none;
+ color: #666;
+}
+#top2 a:hover {
+ background-image: url(../img/button1_bg.jpg);
+ display: block;
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
diff --git "a/\350\224\241\351\233\252\345\274\272/\346\273\241\345\261\213\350\212\261.html" "b/\350\224\241\351\233\252\345\274\272/\346\273\241\345\261\213\350\212\261.html"
new file mode 100644
index 0000000000000000000000000000000000000000..eb426f54bbbf70137a7f82bc0c0f56b5ca11a384
--- /dev/null
+++ "b/\350\224\241\351\233\252\345\274\272/\346\273\241\345\261\213\350\212\261.html"
@@ -0,0 +1,160 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
用途
+
+
+
花材
+
+
+
价格
+
+
+
+
+
+
+
diff --git "a/\351\203\221\351\202\265\346\230\240/css/bace.css" "b/\351\203\221\351\202\265\346\230\240/css/bace.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f669d0d6b8b2252a498ce1ff39e07ff350237ef2
--- /dev/null
+++ "b/\351\203\221\351\202\265\346\230\240/css/bace.css"
@@ -0,0 +1,16 @@
+/* CSS Document */
+* {
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+}
+body {
+ background-color: pink;
+
+}
+#father {
+ width: 700px;
+ height: 1000px;
+ margin: 0 auto;
+}
+li{list-style:none;}
\ No newline at end of file
diff --git "a/\351\203\221\351\202\265\346\230\240/css/left.css" "b/\351\203\221\351\202\265\346\230\240/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..80271a7fe43955f0340f32ee2738094a81bb4e3d
--- /dev/null
+++ "b/\351\203\221\351\202\265\346\230\240/css/left.css"
@@ -0,0 +1,68 @@
+/* CSS Document */
+#left {
+ width: 180px;
+ height: 815px;
+ background: url(../img/leftbottom.jpg) bottom no-repeat;
+ background-color: #FFF;
+ float: left;
+ margin-right: 2px;
+}
+#login {
+ width: 180px;
+ height: 75px;
+ background-color: #FFF;
+ background: url(../img/login.jpg) no-repeat;
+ padding-top: 50px;
+ padding-left:25px;
+}
+#login ul {
+ list-style: none;
+}
+.txtStyle {
+ width: 100px;
+ border: none;
+ border-bottom: solid 1px #000000;
+}
+#login li {
+ margin-top: 5px;
+}
+.btnStyle {
+ width: 40px;
+}
+#login a {
+ color: #333;
+ text-decoration: none;
+}
+#login a:hover {
+ position: relative;
+ bottom: 1px;
+ left: 1px;
+}
+#species {
+ width: 180px;
+ background: url(../img/category.jpg) no-repeat;
+ padding-top: 50px;
+ padding-left: 25px;
+}
+#species ul {
+ list-style: none;
+}
+#species a:hover {
+ color: pink;
+ text-decoration: underline;
+}
+#species li {
+ border-bottom: dashed 1px #000000;
+ line-height: 25px;
+ width: 115px;
+ background: url(../img/icon1.gif) no-repeat left center;
+ padding-left: 15px;
+}
+#species h3 {
+ background-color: #FCF;
+ width: 130px;
+ margin-top: 5px;
+}
+#species a {
+ text-decoration: none;
+}
diff --git "a/\351\203\221\351\202\265\346\230\240/css/right.css" "b/\351\203\221\351\202\265\346\230\240/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..469164067e31c797c7e72f8cc69a3f9786282c62
--- /dev/null
+++ "b/\351\203\221\351\202\265\346\230\240/css/right.css"
@@ -0,0 +1,52 @@
+/* CSS Document */
+#right {
+ width: 518px;
+ height: 815px;
+ float: left;
+ background-color: #FFF;
+}
+#news {
+ background: url(../img/news.jpg) no-repeat;
+ padding-top: 33px;
+ height: 107px;
+}
+#news li {
+ float: left;
+ margin-left: 2px;}
+#recommend {
+ background: url(../img/recommend.jpg) no-repeat;
+ padding-top: 33px;
+ height: 280px;
+}
+#recommend li {
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+}
+#fresh {
+ background: url(../img/fresh.jpg) no-repeat;
+ padding-top: 33px;
+ height: 140px;
+}
+#fresh li {
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+ margin-top: 2px;
+}
+#tips {
+ background: url(../img/tips.jpg) no-repeat;
+ padding-top: 45px;
+ height: 150px;
+}
+#tips li {
+ float: left;
+ width: 200px;
+ background: url(../img/icon2.gif) no-repeat left center;
+ padding-left: 25px;
+ line-height: 30px;
+ margin-left: 25px;
+}
+a {
+ text-decoration: none;
+}
diff --git "a/\351\203\221\351\202\265\346\230\240/css/top.css" "b/\351\203\221\351\202\265\346\230\240/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..ceab3084b3144c80cebdac06e9c1a61ead6d163e
--- /dev/null
+++ "b/\351\203\221\351\202\265\346\230\240/css/top.css"
@@ -0,0 +1,31 @@
+/* CSS Document */
+#top {
+ width: 700px;
+ height: 153px;
+ margin-bottom: 2px;
+}
+#banner {
+ width: 700px;
+ height: 120px;
+ background-image: url(../img/banner.jpg);
+}
+#nav ul {
+ list-style: none;
+}
+#nav li {
+ float: left;
+ width: 100px;
+ text-align: center;
+ line-height: 33px;
+}
+#nav a {
+ text-decoration: none;
+ background-image: url(../img/button1.jpg);
+ display: block;
+}
+#nav a:hover {
+ background-image: url(../img/button1_bg.jpg);
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
diff --git "a/\351\203\221\351\202\265\346\230\240/index.html" "b/\351\203\221\351\202\265\346\230\240/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..0d36663894062d6f8f290dde6f573cdda5b17c2f
--- /dev/null
+++ "b/\351\203\221\351\202\265\346\230\240/index.html"
@@ -0,0 +1,145 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\231\210\345\270\205\350\276\211/css/base.css" "b/\351\231\210\345\270\205\350\276\211/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..aae07e4eb37fa7b459f53a43165dc27fc9adaecd
--- /dev/null
+++ "b/\351\231\210\345\270\205\350\276\211/css/base.css"
@@ -0,0 +1,18 @@
+*{
+ margin:0px;
+ padding:0px;
+ font-size:12px;
+ }
+#father{
+ width:700px;
+ height:600px;
+ margin:0 auto;
+}
+body{
+ background-color:#ffd8d9;
+
+}
+a{
+ text-decoration:none;
+}
+
diff --git "a/\351\231\210\345\270\205\350\276\211/css/left.css" "b/\351\231\210\345\270\205\350\276\211/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..2bb1a51d14bcf1435aecd27b2a02d447ed2fa2a8
--- /dev/null
+++ "b/\351\231\210\345\270\205\350\276\211/css/left.css"
@@ -0,0 +1,66 @@
+#left {
+ width:180px;
+ background:url(../img/leftbottom.jpg) no-repeat bottom;
+ background-color:#FFF;
+ float:left;
+ margin-right:2px;
+}
+#canner {
+ background:url(../img/login.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:25px;
+}
+#canner ul {
+ list-style:none;
+}
+.txtStyle {
+ width:100px;
+ border-style:none;
+ border-bottom:solid 1px;
+}
+.btnStyle {
+ width:40px;
+}
+#canner li {
+ margin-top:5px;
+}
+#canner a {
+ color:#000;
+}
+#canner a:hover {
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#led {
+ background:url(../img/category.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:20px;
+ width:180px;
+ height:700px;
+}
+#led ul{
+ list-style:none;
+}
+#led li{
+ background:url(../img/icon1.gif) no-repeat left center;
+ line-height:25px;
+ padding-left:15px;
+ border-bottom:dashed 1px #000000;
+ width:130px;
+}
+#led h3 {
+ background-color:#ffd8d9;
+ width:130px;
+ margin:10px 0px 0px 0px;
+}
+#led li :hover {
+ position:relative;
+ bottom:1px;
+ right:1px;
+ background-color:#F30;
+ text-decoration:underline;
+}
+#led a {
+ color:#000;
+}
diff --git "a/\351\231\210\345\270\205\350\276\211/css/right.css" "b/\351\231\210\345\270\205\350\276\211/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..24a5f0fc98f0e4fbd8e81c5344db932bd646a965
--- /dev/null
+++ "b/\351\231\210\345\270\205\350\276\211/css/right.css"
@@ -0,0 +1,82 @@
+#right{
+ height:600px;
+ width:518px;
+ float:left;
+ background-color:#FFF;
+}
+#right a{
+ color:#333;
+}
+#right li{
+ list-style:none;
+}
+#news{
+ background:url(../img/news.jpg) no-repeat;
+ padding-top:33px;
+ height:107px;
+}
+#news li{
+ float:left;
+ margin-left:2px;
+ margin-top:5px;
+}
+#right li:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#recommend{
+ background:url(../img/recommend.jpg) no-repeat #FFF;
+ padding-top:33px;
+ margin-top:2px;
+ height:300px;
+}
+#recommend li{
+ float:left;
+ margin-left:18.8px;
+ text-align:center;
+ margin-top:5px;
+}
+#fresh{
+ background:url(../img/fresh.jpg) no-repeat #FFF;
+ height:140px;
+ margin-top:5px;
+ padding-top:33px;
+}
+#fresh li{
+ float:left;
+ margin-left:18.8px;
+ text-align:center;
+}
+#tips{
+ background:url(../img/tips.jpg) no-repeat #FFF;
+ padding-top:45px;
+ height:159px;
+ padding-left:50px;
+ margin-top:5px;
+}
+#tips li{
+ float:left;
+ width:200px;
+ background:url(../img/icon2.gif) no-repeat left center;
+ padding-left:15px;
+ line-height:30px;
+ list-style:none;
+
+
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\231\210\345\270\205\350\276\211/css/top.css" "b/\351\231\210\345\270\205\350\276\211/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..6605f5448288721071dcece56fb2439ce59b8353
--- /dev/null
+++ "b/\351\231\210\345\270\205\350\276\211/css/top.css"
@@ -0,0 +1,35 @@
+#top{
+ height:153px;
+ width:700px;
+ float:left;
+ margin-bottom:2px;
+ }
+#banner{
+ background:url(../img/banner.jpg);
+ height:120px;
+ width:700px;
+}
+#nav ul{
+ list-style:none;
+
+}
+#nav li{
+ float:left;
+ width:100px;
+ height:33px;
+ text-align:center;
+ line-height:33px;
+ background:url(../img/button1.jpg);
+
+}
+#nav a{
+ display:block;
+ color:#664543;
+
+}
+#nav a:hover{
+ background:url(../img/button1_bg.jpg);
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
\ No newline at end of file
diff --git "a/\351\231\210\345\270\205\350\276\211/index.html" "b/\351\231\210\345\270\205\350\276\211/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..e7614940f0cc20da6309fe5ee1c13064bde21053
--- /dev/null
+++ "b/\351\231\210\345\270\205\350\276\211/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
满屋花
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\346\227\255/acc/kuan.css" "b/\351\231\210\346\227\255/acc/kuan.css"
new file mode 100644
index 0000000000000000000000000000000000000000..fa2a6a26c8ddc206d5eaebeaca5eae67f24d50bd
--- /dev/null
+++ "b/\351\231\210\346\227\255/acc/kuan.css"
@@ -0,0 +1,9 @@
+/* CSS Document */
+.kuan{ width:700px;
+height:1000px;
+margin:0 auto;}
+body{ background:#ffd8d9;
+}
+*{ margin:0px; padding:0px; font-size:12px}
+li{ list-style:none;}
+
diff --git "a/\351\231\210\346\227\255/acc/xk1.css" "b/\351\231\210\346\227\255/acc/xk1.css"
new file mode 100644
index 0000000000000000000000000000000000000000..6f6f084892e83b13ebec41bfbd855953e6d8a783
--- /dev/null
+++ "b/\351\231\210\346\227\255/acc/xk1.css"
@@ -0,0 +1,12 @@
+/* CSS Document */
+.xk1{ width:700px; height:153px; float:left}
+.xk1-1{ width:700px;
+height:120px;
+background:url(../images/banner.jpg) no-repeat;
+float:left;
+}
+.xk1-2 li{ list-style:none; float:left; width:100px; height:33px; background:url(../images/button1.jpg); text-align:center; line-height:33px;}
+.xk1-2 a{ color:#999; text-decoration:none;}
+.xk1-2 li:hover{ position:relative; right:1px; bottom:1px; background:url(../images/button1_bg.jpg);}
+
+
diff --git "a/\351\231\210\346\227\255/acc/xk2.css" "b/\351\231\210\346\227\255/acc/xk2.css"
new file mode 100644
index 0000000000000000000000000000000000000000..0befb210ceb0d1bc1a0e97ce74d423be349e1d31
--- /dev/null
+++ "b/\351\231\210\346\227\255/acc/xk2.css"
@@ -0,0 +1,18 @@
+.xk2{ width:180px; height:1100px; float:left; margin-top:3px; background:url(../images/leftbottom.jpg) bottom no-repeat #FFF;}
+.xk2-1{height:130px; padding-top:50px; padding-left:20px; padding-right:0px; background:url(../images/login.jpg) no-repeat #FFF;}
+.xk2-1 li{ list-style:none; margin-top:20px }
+.xk2-1 .txtStyle{ border:none; width:100px; border-bottom:solid 1px #000000}
+.xk2-1 .btnStyle{ width:40px; height:20px; margin-left:2px}
+.xk2-1 a{ color:#000; margin-left:2px; text-decoration:none;}
+.xk2-1 a:hover{ color:#F00; position:relative; bottom:1px; right:1px}
+
+.xk2-2 { background:url(../images/category.jpg) no-repeat #FFF; width:180; padding-top:50px; padding-left:20px;;}
+.xk2-2 li{ background:url(../images/icon1.gif) no-repeat left center; list-style:none; width:120px; border-bottom:dashed 1px; margin-top:20px; padding-left:15px}
+.xk2-2 h3{ margin-top:15px; margin-bottom:10px; width:130px; height:15px; background:#Ffd8d9;}
+.xk2-2 a{ text-decoration:none; color:#000;}
+.xk2-2 a:hover{ position:relative; bottom:1px; right:1px; text-decoration:underline}
+
+
+
+
+
diff --git "a/\351\231\210\346\227\255/acc/xk3.css" "b/\351\231\210\346\227\255/acc/xk3.css"
new file mode 100644
index 0000000000000000000000000000000000000000..51d7e18e8d646276f31d7dbe42634c99ca48bc81
--- /dev/null
+++ "b/\351\231\210\346\227\255/acc/xk3.css"
@@ -0,0 +1,21 @@
+/* CSS Document */
+.xk3{ float:right; width:518px; height:1100px; margin-top:3px;}
+.xk3-1{ background:url(../images/news.jpg) no-repeat #FFF; padding-top:40px; height:120px; }
+.xk3-1 li{ float:left; margin-left:2px; text-align:center}
+.xk3-1 a:hover{ position:relative; bottom:1px; right:1px;}
+
+.xk3-2{ background:url(../images/recommend.jpg) no-repeat #FFF; width:518px; height:330px; padding-top:50px;margin-top:3px}
+.xk3-2 li{ float:left; text-align:center; margin-left:18.8px; margin-top:10px; line-height:20px}
+.xk3-2 li:hover{ position:relative; bottom:1px; right:1px}
+.xk3-2 a{ color:#999; text-decoration:none}
+
+.xk3-3{ background:url(../images/fresh.jpg) no-repeat #FFF; width:518px; height:160px; padding-top:50px; float:left; margin-top:3px}
+.xk3-3 li{ float:left; text-align:center; margin-left:18.8px; margin-top:10px; line-height:20px}
+.xk3-3 li:hover{ position:relative; bottom:1px; right:1px}
+.xk3-3 a{ color:#000;text-decoration:none}
+
+.xk3-4{ background:url(../images/tips.jpg) no-repeat #FFF; width:518px; height:300px; padding-top:40px; float:left; margin-top:3px}
+.xk3-4 li{ width:200px; list-style:url(../images/icon2.gif); float:left; margin-left:20px; line-height:70px}
+.xk3-4 a{ color:#000; text-decoration:none;}
+.xk3-4 a:hover{ color:#F00; position:relative; bottom:1px; right:1px}
+
diff --git "a/\351\231\210\346\227\255/index.html" "b/\351\231\210\346\227\255/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..7aa1cb5acaca2a288948d63fedc5138d281d31e7
--- /dev/null
+++ "b/\351\231\210\346\227\255/index.html"
@@ -0,0 +1,162 @@
+
+
+
+
+
满屋花
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\231\210\346\227\255\346\270\205/css/base.css" "b/\351\231\210\346\227\255\346\270\205/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..4839612d4cc8a993a4f8f096e500f97ecedcb155
--- /dev/null
+++ "b/\351\231\210\346\227\255\346\270\205/css/base.css"
@@ -0,0 +1,26 @@
+/* CSS Document */
+* {
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+}
+#father {
+ width: 700px;
+ height: 1000px;
+ margin: auto;
+}
+body {
+ background-color: #FFD8D9;
+}
+a {
+ color: #000;
+ text-decoration: none;
+}
+a:hover {
+ position: relative;
+ bottom: 2px;
+ right: 2px;
+}
+ul {
+ list-style: none;
+}
diff --git "a/\351\231\210\346\227\255\346\270\205/css/left.css" "b/\351\231\210\346\227\255\346\270\205/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..647926b850f0d1abaad5bedb4b9609597b9f71c7
--- /dev/null
+++ "b/\351\231\210\346\227\255\346\270\205/css/left.css"
@@ -0,0 +1,58 @@
+/* CSS Document */
+#left {
+ width: 180px;
+ height:850px;
+ float: left;
+ margin-right: 2px;
+ background: url(../img/leftbottom.jpg) no-repeat bottom #FFFFFF;
+}
+#login {
+ width: 180px;
+ background: url(../img/login.jpg) no-repeat;
+ padding-top: 50px;
+ padding-left: 25px;
+}
+#login ul {
+ list-style: none;
+}
+#login li {
+ margin-top: 5px;
+}
+#login .txtStyle {
+ width: 100px;
+ border-style: none;
+ border-bottom: solid 1px;
+}
+#login .btnStyle {
+ width: 40px;
+}
+#login a:hover {
+ position: relative;
+ bottom: 2px;
+ right: 2px;
+ text-decoration: none;
+}
+#style {
+ background: url(../img/category.jpg) no-repeat;
+ padding:50px 10px 5px 25px;
+}
+#style ul {
+ list-style: none;
+}
+#style h3 {
+ background-color: #FFD8D9;
+ margin-top: 10px;
+}
+#style li {
+ background: url(../img/icon1.gif) no-repeat left center;
+ padding-left: 30px;
+ line-height: 25px;
+ border-bottom: dashed 1px;
+}
+#style a:hover {
+ position: relative;
+ bottom: 2px;
+ right: 2px;
+ text-decoration: underline;
+ color: #FFD8D9;
+}
diff --git "a/\351\231\210\346\227\255\346\270\205/css/right.css" "b/\351\231\210\346\227\255\346\270\205/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..47fd6586b8f290e370769870b25a38c5515e829c
--- /dev/null
+++ "b/\351\231\210\346\227\255\346\270\205/css/right.css"
@@ -0,0 +1,55 @@
+/* CSS Document */
+#right {
+ width: 518px;
+ height:850px;
+ float: left;
+}
+#news {
+ background: url(../img/news.jpg) no-repeat;
+ padding-top: 33px;
+ height: 107px;
+
+}
+#news li {
+ float: left;
+ margin-left: 2px;
+}
+#recommend { width:518px;
+ background: url(../img/recommend.jpg) no-repeat #FFF;
+ padding-top: 33px;
+ margin-top:2px;
+ height: 300px;
+}
+#recommend li {
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+
+}
+#fresh {
+ background: url(../img/fresh.jpg) no-repeat #FFF;
+ height:135px;
+ margin-top:2px;
+ padding-top: 33px;
+}
+#fresh li {
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+ margin-top:5px;
+}
+#tips {
+ float: left;
+ background: url(../img/tips.jpg) no-repeat #FFF;
+ padding-top: 45px;
+ height: 158px;
+ padding-left: 50px;
+ margin-top:2px;
+}
+#tips li {
+ float: left;
+ width: 200px;
+ background: url(../img/icon2.gif) no-repeat left;
+ padding-left: 15px;
+ line-height: 30px;
+}
diff --git "a/\351\231\210\346\227\255\346\270\205/css/top.css" "b/\351\231\210\346\227\255\346\270\205/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..1eac254d82bc68af90cdaa48b9662c72d369c0b4
--- /dev/null
+++ "b/\351\231\210\346\227\255\346\270\205/css/top.css"
@@ -0,0 +1,34 @@
+/* CSS Document */
+#top {
+ width: 700px;
+ height: 153px;
+ margin-bottom: 2px;
+}
+#banner {
+ width: 700px;
+ height: 120px;
+ background: url(../img/banner.jpg) no-repeat;
+}
+#nav li {
+ background: url(../img/button1.jpg) no-repeat;
+ width: 100px;
+ height: 33px;
+}
+#nav ul {
+ list-style: none;
+}
+#nav li {
+ text-align: center;
+ float: left;
+ width: 100px;
+}
+#nav a {
+ text-decoration: none;
+ line-height: 33px;
+}
+#nav li:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+ background: url(../img/button1_bg.jpg) no-repeat;
+}
diff --git "a/\351\231\210\346\227\255\346\270\205/index.html" "b/\351\231\210\346\227\255\346\270\205/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..9d9991d5d3bf2bb796203ae4d77b9dc0b9ee6bfb
--- /dev/null
+++ "b/\351\231\210\346\227\255\346\270\205/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/father.css" "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/father.css"
new file mode 100644
index 0000000000000000000000000000000000000000..10f3bca76aad127af5c3d4fa51a484e8470e1779
--- /dev/null
+++ "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/father.css"
@@ -0,0 +1,12 @@
+/* CSS Document */
+
+#father { width:700px;
+ height:1000px;
+ font-size:12px;
+
+ }
+*{ margin:0;
+ padding:0;
+ margin:auto;
+ }
+ body { background-color:#FFD8D9;}
\ No newline at end of file
diff --git "a/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/left.css" "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..388ebe1a9df12174b8f1a9fc96a6d463e9be40aa
--- /dev/null
+++ "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/left.css"
@@ -0,0 +1,64 @@
+/* CSS Document */
+
+#left {
+ width: 180px;
+ height: 900px;
+ background-color: white;
+ float: left;
+ margin-right: 2px;
+}
+#login {
+ width: 180px;
+ height: 65px;
+ background: url(../img/login.jpg) no-repeat;
+ padding-top: 50px;
+ padding-left: 24px;
+}
+#login ul {
+ list-style: none;
+ font-size: 12px;
+}
+.txtStyle {
+ width: 100px;
+ border: none;
+ border-bottom: solid 1px black;
+}
+#login li {
+ margin-top: 5px;
+}
+.btnStyle {
+ width: 40px;
+}
+#left a {
+ color: black;
+ text-decoration: none;
+ font-size: 12px;
+}
+#left a:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+#type {
+ width: 180px;
+ height: 700px;
+ background: url(../img/category.jpg) no-repeat;
+ padding-top: 50px;
+ padding-left: 2px;
+}
+#type li {
+ border-bottom: dashed 1px black;
+ line-height: 25px;
+ width: 110px;
+ background: url(../img/icon1.gif) no-repeat left center;
+ padding-left: 20px;
+}
+#type ul {
+ list-style: none;
+}
+#type h3 {
+ background-color: #FFD8D9;
+ width: 130px;
+ margin-top: 5px;
+ padding-left:5px;
+}
diff --git "a/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/right.css" "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d83244f2fcc8d1445416f9f2aef2af988f586e13
--- /dev/null
+++ "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/right.css"
@@ -0,0 +1,51 @@
+/* CSS Document */
+
+#right {
+ width: 518px;
+ height:900px;
+ background-color:white;
+ float: left;
+}
+#ding{ width:518px;
+ height:140px;
+ background:url(../img/news.jpg) no-repeat;
+
+ }
+#ding li{ float:left;
+ padding-top:33px;
+ padding-left:2px;}
+#shang{ width:518px;
+ height:300px;
+
+ background:url(../img/recommend.jpg) no-repeat;
+ padding-top:33px;
+ margin-top:2px;}
+#shang li{ float:left;
+margin-left:18.8px;
+text-align: center;
+margin-top:5px;}
+#right ul{ list-style:none;}
+#right a{ text-decoration:none;
+ color:black;}
+#zhong{ width:518px;
+ height:140px;
+ background:url(../img/fresh.jpg) no-repeat;
+ padding-top:33px;
+
+ }
+#zhong li{ float:left;
+margin-left:18.8px;
+text-align: center;
+margin-top:5px;}
+#xia{ background: url(../img/tips.jpg) no-repeat;
+padding-top:45px;
+height:150px;
+padding-left:50px;
+}
+#xia li { float:left;
+ width:200px;
+ background:url(../img/icon2.gif) no-repeat;
+ padding-left:15px;
+ line-height:30px;
+ }
+#xia a { font-size:12px;}
\ No newline at end of file
diff --git "a/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/top.css" "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..424369ee431889f6c93f1f39b3e1687bed5c0478
--- /dev/null
+++ "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/css/top.css"
@@ -0,0 +1,29 @@
+/* CSS Document */
+
+#top { width:700px;
+ height:153px;
+ float:left;
+ margin-bottom:2px;
+
+
+ }
+#container{ width:700px;
+ height:120px;
+ background-image:url(../img/banner.jpg);
+ }
+
+#nav ul { list-style:none; }
+#nav li{ text-align:center;
+ float:left;
+ width:100px;
+ line-height:33px;
+ }
+#nav a { text-decoration:none;
+ color:#999;
+ background:url(../img/button1.jpg);
+ display:block;
+ }
+#nav a:hover{ position:relative;
+ background-image:url(../img/button1_bg.jpg);
+ bottom:1px;
+ left:1px;}
\ No newline at end of file
diff --git "a/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/index.html" "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..198c09c3efddeb6a75dfe8540dc21170ad3eb954
--- /dev/null
+++ "b/\351\231\210\346\265\251\345\256\207/\351\231\210\346\265\251\345\256\207/index.html"
@@ -0,0 +1,149 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\231\210\350\257\227\346\235\260/css/left.css" "b/\351\231\210\350\257\227\346\235\260/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..bdf1e9e9d380f07de4b6ee585662cda75b4ca4bf
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/css/left.css"
@@ -0,0 +1,68 @@
+/* 登录 */
+#login{
+ background-image: url(../img/login.jpg);
+ background-repeat: no-repeat;
+ width: 180px;
+ padding-top: 50px;
+ padding-left: 15px;
+}
+#login ul{
+ list-style: none;
+}
+ul input.txtStyle{
+ border-style: none;
+ border-bottom-style: solid;
+ border-width: 1px;
+ width: 100px;
+}
+input.btnStyle{
+ width: 45px;
+}
+#login ul li{
+ margin-bottom: 5px;
+}
+#login a{
+ text-decoration: none;
+ color: black;
+}
+#login a:hover{
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+/* 筛选 */
+#screen{
+ background: url(../img/category.jpg) no-repeat;
+ padding: 50px;
+ width: 140px;
+ padding-left: 20px;
+}
+#screen ul{
+ list-style: none;
+ margin-bottom: 15px;
+}
+#screen h3{
+ background-color: #FFD8D9;
+}
+#screen ul li{
+ width: 140px;
+ padding-left:15px;
+ border-style:none none dashed none;
+ border-width: 1px;
+ color: #808080;
+ line-height: 20px;
+}
+ #screen ul li a{
+ text-decoration:none;
+ color: black;
+ background: url(../img/icon1.gif) no-repeat;
+ padding-left:15px;
+ background-position: 0 5px;
+ }
+ #screen a:hover{
+ color: red;
+ text-decoration: underline;
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+ }
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/css/main.css" "b/\351\231\210\350\257\227\346\235\260/css/main.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d8fbfa8ffa7aa5a330df98b184c6709dd249e777
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/css/main.css"
@@ -0,0 +1,31 @@
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 10px;
+}
+body{
+ background-color: #FFD8D9;
+}
+#mon{
+ width: 700px;
+ height: 900px;
+ margin: 0 auto;
+}
+#top{
+ width: 700px;
+ height: 153px;
+ margin-bottom: 3px;
+}
+#left{
+ width: 180px;
+ height: 750px;
+ background-color: white;
+ margin-right: 2px;
+ float: left;
+ border-radius: 10px;
+}
+#right{
+ width: 518px;
+ height: 780px;
+ float: left;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/css/right.css" "b/\351\231\210\350\257\227\346\235\260/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e9571b65041112352bd32967dfff47bed934d797
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/css/right.css"
@@ -0,0 +1,76 @@
+/* 本站快讯 */
+#right #news{
+ background: url(../img/news.jpg) no-repeat;
+ padding-top: 35px ;
+ width: 518px;
+}
+
+/* 鲜花推荐*/
+#right #recommend{
+ background: url(../img/recommend.jpg) no-repeat;
+ padding-top: 35px ;
+ width: 518px;
+ height: auto;
+ background-color: white;
+}
+#right #recommend a{
+ color: gray;
+ text-decoration: none;
+}
+#right #recommend ul li {
+ margin-left: 15px;
+}
+
+/* 新品上市 */
+#right #fresh{
+ background: url(../img/fresh.jpg) no-repeat;
+ padding-top: 33px;
+ background-color: white;
+}
+#right #fresh a{
+ color: gray;
+ text-decoration: none;
+}
+#right #fresh ul li{
+ margin-left: 15px;
+}
+
+/* 鲜花导购 */
+#right #tips{
+ background: url(../img/tips.jpg) no-repeat;
+ width: 518px;
+ height: 90px;
+ padding-top: 33px;
+ background-color: white;
+}
+#right #tips ul{
+ margin-left: 40px;
+}
+#right #tips ul li{
+ width: 220px;
+ margin-top: 5px;
+ text-align: left;
+ padding-left: 5px;
+ line-height: 17px;
+}
+#right #tips a{
+ text-decoration: none;
+ color: black;
+ padding-left: 5px;
+ background: url(../img/icon2.gif) no-repeat;
+ background-position-y: 7px;
+}
+
+/* 整体效果*/
+#right ul li{
+ display: inline-block;
+ text-align: center;
+}
+#right div{
+ margin-bottom: 2px;
+}
+#right a:hover{
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/css/top.css" "b/\351\231\210\350\257\227\346\235\260/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f2bca191a07c37fe0d880a5d4c99f583138a1e10
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/css/top.css"
@@ -0,0 +1,27 @@
+#banner{
+ background: url(../img/banner.jpg);
+ width: 700px;
+ height: 120px;
+}
+#nav ul{
+ list-style: none;
+}
+#nav li{
+ width: 100px;
+ height: 33px;
+ float: left;
+ text-align: center;
+}
+#nav a{
+ color: black;
+ text-decoration: none;
+ line-height: 33px;
+ background-image: url(../img/button1.jpg);
+ display: block;
+}
+#nav a:hover{
+ background-image: url(../img/button1_bg.jpg);
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/mwh.html" "b/\351\231\210\350\257\227\346\235\260/mwh.html"
new file mode 100644
index 0000000000000000000000000000000000000000..8ada022cd479a2a51eafafd32eabc3059263f4f9
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/mwh.html"
@@ -0,0 +1,148 @@
+
+
+
+
+
满屋花
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\237\246\344\270\275\346\261\237/base.css" "b/\351\237\246\344\270\275\346\261\237/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..2966b626e5a848a551e35abb3fd28155d6105e59
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/base.css"
@@ -0,0 +1,27 @@
+*{
+ margin: 0;
+ padding: 0;
+}
+#father{
+ width: 700px;
+ margin: 0 auto;
+
+}
+body{
+ background-color: pink;
+}
+ul{
+ list-style: none;
+}
+#nav li{
+ float: left;
+}
+a{
+ text-decoration: none;
+ color: #000;
+}
+a:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+}
\ No newline at end of file
diff --git "a/\351\237\246\344\270\275\346\261\237/index.html" "b/\351\237\246\344\270\275\346\261\237/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..ac1238a53ddcd4e8fda9e30d059c621d48011e73
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/index.html"
@@ -0,0 +1,146 @@
+
+
+
+
+
+
Document
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\237\246\344\270\275\346\261\237/left.css" "b/\351\237\246\344\270\275\346\261\237/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..dcaee0a35ec1137010d30dc591abbf7fe7c70b93
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/left.css"
@@ -0,0 +1,47 @@
+#left{
+ width: 180px;
+ background: url(./img/leftbottom.jpg) no-repeat bottom;
+ background-color:white;
+ float: left;
+}
+#login{
+ float: left;
+ background:url(./img/login.jpg) no-repeat;
+ padding-top: 50px;
+}
+#login li{
+ padding-left: 15px;
+ padding-top: 5px;
+}
+.txtStyle{
+ border: none;
+ border-bottom:solid 1px;
+ width: 100px;
+}
+.btnStyle{
+ width: 40px;
+}
+#classify{
+ background: url(./img/category.jpg) no-repeat;
+ float: left;
+ width: 180px;
+ padding-top: 50px;
+ padding-left: 15px;
+}
+h3{
+ background-color: pink;
+ width: 130px;
+ margin-top: 5px;
+}
+#classify li{
+ line-height: 33px;
+ border-bottom: dashed 1px;
+ width: 140px;
+ background: url(./img/icon1.gif) no-repeat left ;
+ padding-left: 15px;
+
+}
+#classify a:hover{
+ color: tomato;
+ text-decoration: underline;
+}
\ No newline at end of file
diff --git "a/\351\237\246\344\270\275\346\261\237/right.css" "b/\351\237\246\344\270\275\346\261\237/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..5fab76c9dedb1ca81865e588f48c9efbf10ddacd
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/right.css"
@@ -0,0 +1,51 @@
+#right{
+ width: 518px;
+ height: 1050px;
+ background-color: white;
+ float: left;
+ margin-left: 2px;
+}
+#news{
+ background:url(./img/news.jpg) no-repeat;
+ padding-top: 35px;
+ background-color: thistle;
+ height: 110px;
+}
+#news li{
+ float: left;
+ padding-left: 2px;
+}
+#rec{
+ background:url(./img/recommend.jpg) no-repeat;
+ padding-top: 35px;
+}
+#rec li{
+ float: left;
+ padding-left: 18.8px;
+ text-align: center;
+ height: 160px;
+}
+#fresh{
+ background: url(./img/fresh.jpg) no-repeat;
+ margin-top: 5px;
+ padding-top: 35px;
+ float: left;
+ width: 518px;
+}
+#fresh li{
+ padding-left:18.8px;
+ float: left;
+}
+#tips{
+ background:url(./img/tips.jpg) no-repeat;
+ float: left;
+ padding: 35px 0px 0px 15px;
+ margin-top: 50px;
+}
+#tips li{
+ background: url(./img/icon2.gif) no-repeat center left;
+ padding-left: 15px;
+ width: 210px;
+ line-height: 40px;
+ float: left;
+}
\ No newline at end of file
diff --git "a/\351\237\246\344\270\275\346\261\237/top.css" "b/\351\237\246\344\270\275\346\261\237/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..03b796cbe5b27a91731c577a52477e31b636c6c7
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/top.css"
@@ -0,0 +1,25 @@
+#top{
+ width: 700px;
+ height: 153px;
+
+ float: left;
+ margin-bottom: 2px;
+}
+#banner{
+ background: url(./img/banner.jpg);
+ width: 700px;
+ height: 120px;
+}
+#nav li{
+ width: 100px;
+ text-align: center;
+ line-height: 33px;
+}
+#nav a{
+ background: url(./img/button1.jpg ) no-repeat;
+ display: block;
+
+}
+#nav a:hover{
+ background: url(./img/button1_bg.jpg);
+}
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/base.css" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9e21fa696d6bcc01a5bd38e6609748172acdda48
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/base.css"
@@ -0,0 +1,19 @@
+*{
+ padding: 0;
+ margin: 0;
+}
+#father{
+ width: 700px;
+ height: 1000px;
+ margin: auto;
+ font-size: 12px;
+}
+body{
+ background-color: pink;
+}
+a:hover{
+ position: relative;
+ text-decoration:underline;
+ bottom: 1px;
+ right: 1px;
+}
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/left.css" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..c6dc09d47d13581bc8d8a7ba8c974dd030a25058
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/left.css"
@@ -0,0 +1,78 @@
+#left{
+ width: 180px;
+ background-color: white;
+ float: left;
+ background: url(../img/leftbottom.jpg) no-repeat bottom white;
+ padding-bottom: 50px;
+}
+#login {
+ background:url(../img/login.jpg) no-repeat;
+ width: 180px;
+ padding-top: 50px;
+}
+#login ul{
+ list-style: none;
+}
+#login li{
+ padding-left: 24px;
+ padding-right: 10px;
+ padding-top: 5px;
+}
+#login a{
+ text-align: center;
+ color: black;
+}
+
+.txtStyle{
+ width: 100px;
+ border-style: none;
+ border-bottom: solid 1px;
+ padding-bottom: 5px;
+ margin-top: 10px;
+
+}
+ .btnStyle{
+ text-align: center;
+ padding-left: 6px;
+ padding-right: 6px;
+ margin-top: 10px;
+}
+
+#cat{
+ background: url(../img/category.jpg) no-repeat;
+ width: 180px;
+ padding-top: 50px;
+ padding-bottom: 1px;
+ float: left;
+}
+#cat ul{
+ list-style: none;
+ padding-left: 20px;
+}
+#cat li{
+ border-bottom: dashed 1px black;
+ line-height:20px;
+ width: 110px;
+ background: url(../img/icon1.gif) no-repeat left center;
+
+}
+#cat a{
+ padding-left: 15px;
+ font-weight: 500px;
+ color: black;
+ text-decoration: none;
+}
+#cat a:hover{
+ position: relative;
+ right: 2px;
+ bottom: 2px;
+ color: tomato;
+ text-decoration: underline;
+}
+#cat h3{
+ background-color: #FFD8D9;
+ width: 130PX;
+ margin-left: 20PX;
+ margin-top: 5PX;
+ margin-bottom: 5PX;
+}
\ No newline at end of file
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/right.css" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..4fa6252c87931ef75b28919205f77db9ae4ba2e5
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/right.css"
@@ -0,0 +1,87 @@
+#right{
+ width: 518px;
+ height: 1050px;
+ float: left;
+ margin-left: 2px;
+}
+#news{
+ background: url(../img/news.jpg) no-repeat;
+ height: 109px;
+ background-color: white;
+ padding-top: 33px;
+ margin-bottom: 2px;
+}
+#news ul{
+ list-style: none;
+}
+#news li{
+ float: left;
+ margin-left: 2px;
+}
+
+#rec{
+ background: url(../img/recommend.jpg) no-repeat;
+ height: 300px;
+ background-color: #FFFFFF;
+ padding-top: 33px;
+ margin-bottom: 2px;
+}
+#rec ul{
+ list-style: none;
+}
+#rec li{
+ float: left;
+ text-align: center;
+ margin-left: 18.8px;
+ margin-top: 5px;
+}
+#rec a{
+ text-decoration: none;
+ color: black;
+}
+#fresh{
+ background: url(../img/fresh.jpg) no-repeat;
+ float: left;
+ width: 518px;
+ background-color: white;
+ padding-top: 33px;
+ margin-bottom: 2px;
+}
+#fresh ul{
+ list-style: none;
+}
+#fresh li{
+ float: left;
+ text-align: center;
+ margin-left: 18.8px;
+ line-height: 33px;
+}
+#fresh a{
+ text-decoration: none;
+ color: black;
+}
+#tips{
+ background: url(../img/tips.jpg) no-repeat;
+ height: 140px;
+ float: left;
+ background-color: white;
+ height: 110px;
+ padding-top: 35px;
+ margin-bottom: 2px;
+}
+#tips ul{
+ list-style: none;
+}
+#tips li{
+ margin-top: 10px;
+ margin-left: 24px;
+ float: left;
+ width: 200px;
+ background: url(../img/icon2.gif) no-repeat left center;
+}
+#tips a{
+ color: #000000;
+ text-decoration: none;
+ text-align: center;
+ margin-left: 15px;
+}
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/top.css" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..0497ca9169d9265e5fb38b63b201cceeadccc1f3
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/css/top.css"
@@ -0,0 +1,33 @@
+#top{
+ width: 700px;
+ height: 153px;
+ float: left;
+ margin-bottom: 2px;
+}
+#banenr{
+ background: url(../img/banner.jpg);
+ float: left;
+ width: 700px;
+ height: 120px;
+}
+#nav li{
+ width: 100px;
+ float: left;
+}
+#nav a{
+ background: url(../img/button1.jpg);
+ width: 100px;
+ display: block;
+ float: left;
+ text-align: center;
+ text-decoration: none;
+ line-height: 33px;
+ color: black;
+}
+#nav ul{
+ list-style: none;
+}
+#nav a:hover{
+ background: url(../img/button1_bg.jpg);
+
+}
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/banner.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/banner.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..03a687818349e02b216681540117b6c8c4ae119f
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/banner.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/button1.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/button1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..fc31aa10d9e488134a989da1be340541988174d1
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/button1.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..c557dd3c2bd9677cd6770667938898761286209e
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/category.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/category.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..45d66335b2157dc685c72d225ed7e7e6ff883c3d
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/category.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower1.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..5ed2e206bd155d44130a285c167d23d32412de13
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower1.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower10.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower10.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..e5f604d21762f513b9605cafe949b8608d0e84e1
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower10.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower11.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower11.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..74f584776ac3732c25a83e8a435b35fe8ac35828
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower11.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower12.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower12.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..0bf80c6eafe23c284be1995005514e88721424dd
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower12.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower2.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..e9908f56ee19a82b2cde9e5b25d0aa8309a95700
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower2.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower3.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..b1597c127a00ace6e19a6a2611c7b8225980c42c
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower3.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower4.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower4.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..f791a7b786e99a977a6959a238a977eb0ee92e9f
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower4.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower5.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower5.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..1f92793d4de9c2f9be284560094e4c72f327de1d
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower5.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower6.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower6.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..f186d81bc417945c0d459bccd91d4842a767e3ff
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower6.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower7.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower7.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..ee94badc217c0d52de19972f6fc4983afaaf9f03
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower7.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower8.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower8.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..f2c3d89885d7ef244f8b1cbbf4a1a2073e2d409a
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower8.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower9.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower9.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d3cfbd9dd696aaaaa95350223d288491844eb911
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/flower9.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/fresh.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/fresh.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..97e36233bd0083d0ad471ddf40ef3219bfe36bce
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/fresh.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/icon1.gif" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/icon1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..e2675ed479ff51373e82b6a3fd3c94f07ee6e01e
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/icon1.gif" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/icon2.gif" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/icon2.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..86fcdca29ae77ab85eda61e6c7badc8d3ea3a18b
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/icon2.gif" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..4a784747bf743a3eec54bb4605b159ca48a18803
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/login.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/login.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..2249f78860fe8d8e31d2ce86f18a1c718a9eecd2
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/login.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..977f2adc7eeefa9ea382899e2090dcf2a8b3b185
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news1.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..45595c59999963375f9c3024d14da81ea86603bb
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news1.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news2.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..21ea81a6fa9bd4d3d9602d0124de5d4541779848
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news2.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news3.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..64c36c381f075ad4ddfe510ff8d3a2d45d177a6b
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/news3.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/recommend.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/recommend.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..76f60119200403a2268c4359c8f28c4ae987d3d1
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/recommend.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/tips.jpg" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/tips.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..42664b75a294f981b99f053946387e8ba8a27e44
Binary files /dev/null and "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/img/tips.jpg" differ
diff --git "a/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/index.html" "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..86b2d590b25f96867911c1cc9853e8a5a88f7dc1
--- /dev/null
+++ "b/\351\237\246\344\270\275\346\261\237/\346\273\241\345\261\213\350\212\261/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
manwuhua
+
+
+
+
+
+
+
+
+
diff --git "a/\351\255\217\346\265\267\350\215\243/css/body.css" "b/\351\255\217\346\265\267\350\215\243/css/body.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d5a2809347492d6f0fd5d645287ad99043d81366
--- /dev/null
+++ "b/\351\255\217\346\265\267\350\215\243/css/body.css"
@@ -0,0 +1,17 @@
+/* CSS Document */
+*{
+ margin:0px;
+ padding:0px;
+ font-size:12px;
+}
+#container{
+ width:700px;
+ margin:0 auto;
+}
+a{
+ text-decoration:none;
+ color:#000;
+}
+body{
+ background-color:#FFD8D9;
+}
diff --git "a/\351\255\217\346\265\267\350\215\243/css/left.css" "b/\351\255\217\346\265\267\350\215\243/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b2c56ed0ffd9e2224830fc31714e05df178eecda
--- /dev/null
+++ "b/\351\255\217\346\265\267\350\215\243/css/left.css"
@@ -0,0 +1,64 @@
+/* CSS Document */
+#left{
+ width:180px;
+ float:left;
+ background:url(../img/leftbottom.jpg) no-repeat bottom #FFFFFF;
+}
+#left a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ text-decoration:underline;
+ color:#F00;
+}
+#login{
+ background:url(../img/login.jpg) no-repeat;
+ padding:50px 0px 0px 24px;
+}
+#login .text1{
+ border-style:none;
+ border-bottom:solid 1px #000000;
+ width:100px;
+}
+#login .login1{
+ width:35px;
+}
+#login a{
+ color:#000;
+ margin-left:2px;
+}
+#login li{
+ height:26px;
+ background-color:#FFFFFF;
+ display:block;
+}
+h3{
+ margin-top:15px;
+ height:16px;
+ font-size:12px;
+ background-color:#FFD8D9;
+}
+#category{
+ background-image:url(../img/category.jpg);
+ background-repeat:no-repeat;
+ padding:50px 24px 5px 24px;
+}
+#category li{
+ border-bottom:dashed 1px;
+ background-position:left;
+ padding:0px 0px 0px 15px;
+ display:block;
+ background-image:url(../img/icon1.gif);
+ background-repeat:no-repeat;
+ height:25px;
+ font-size:12px;
+}
+#category a{
+ line-height:26px;
+}
+#right{
+ width:518px;
+ background-color:pink;
+ margin-left:2px;
+ float:left;
+}
diff --git "a/\351\255\217\346\265\267\350\215\243/css/right.css" "b/\351\255\217\346\265\267\350\215\243/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e5443c68dec63f45fa82a41c36e2e468bd4d48d9
--- /dev/null
+++ "b/\351\255\217\346\265\267\350\215\243/css/right.css"
@@ -0,0 +1,109 @@
+#right{
+ width:518px;
+}
+#right img:hover{
+ border:solid 1px #FF0000;
+ position:relative;
+ bottom:2px;
+ right:2px;
+}
+#new{
+ height:110px;
+ background-image:url(../img/news.jpg);
+ background-repeat:no-repeat;
+ padding-top:35px;
+}
+#new li{
+ width:170px;
+ height:107px;
+ display:block;
+ float:left;
+ margin-left:2px;
+}
+#new ul{
+ background-color:#FFF;
+ list-style:none;
+}
+#rec{
+ width:518px;
+ height:310px;
+ background-image:url(../img/recommend.jpg);
+ background-repeat:no-repeat;
+ padding-top:35px;
+ background-color:#FFF;
+ margin-top:1px;
+ margin-bottom:3px;
+ float:left;
+}
+#rec ul{
+ list-style:none;
+}
+#rec li{
+ height:134px;
+ width:106px
+ display:block;
+ float:left;
+ margin-left:18.8px;
+ margin-top:10px;
+}
+#rec ul a{
+ color:#999;
+}
+#rec ul li{
+ text-align:center;
+ color:#000;
+}
+#fresh{
+ width:518px;
+ height:150px;
+ background-image:url(../img/fresh.jpg);
+ background-repeat:no-repeat;
+ padding-top:35px;
+ margin-top:5px;
+ background-color:#FFF;
+ float:left;
+}
+#fresh ul{
+ list-style:none;
+}
+#fresh li{
+ display:block;
+ float:left;
+ margin-top:10px;
+ margin-left:18.8px;
+ text-align:center;
+}
+#fresh a{
+ color:#999;
+}
+#tips{
+ width:468px;
+ height:144px;
+ margin-top:6px;
+ float:left;
+ background-image:url(../img/tips.jpg);
+ background-repeat:no-repeat;
+ background-color:#FFF;
+ padding-top:40px;
+ padding-left:50px;
+}
+#tips ul{
+ list-style:none;
+}
+#tips li{
+ background-image:url(../img/icon2.gif);
+ background-repeat:no-repeat;
+ background-position:left;
+ padding-left:10px;
+ width:200px;
+ line-height:30px;
+ float:left;
+}
+#tips a{
+ color:#000;
+}
+#tips a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
\ No newline at end of file
diff --git "a/\351\255\217\346\265\267\350\215\243/css/top.css" "b/\351\255\217\346\265\267\350\215\243/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..002aa6c791514d7b54b97cd45b6918518c74be97
--- /dev/null
+++ "b/\351\255\217\346\265\267\350\215\243/css/top.css"
@@ -0,0 +1,33 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ float:left;
+ margin-bottom:2px;
+}
+#top #banner{
+ background-image:url(../img/banner.jpg);
+ width:700px;
+ height:120px;
+}
+#nav a{
+ text-decoration:none;
+ display:block;
+ background-image:url(../img/button1.jpg);
+ color:#320A0A;
+}
+#nav a:hover{
+ background-image:url(../img/button1_bg.jpg);
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#top ul li {
+ list-style-type:none;
+ text-align:center;
+ display:block;
+ float:left;
+ height:33px;
+ width:100px;
+ line-height:33px;
+}
\ No newline at end of file
diff --git "a/\351\255\217\346\265\267\350\215\243/index.html" "b/\351\255\217\346\265\267\350\215\243/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..9ce9e4fe616a6a86ad269726deebf94892a9edde
--- /dev/null
+++ "b/\351\255\217\346\265\267\350\215\243/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
满花屋
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\345\217\266\345\270\205/css/father.css" "b/\351\273\204\345\217\266\345\270\205/css/father.css"
new file mode 100644
index 0000000000000000000000000000000000000000..1bdf943c021ec41ac8faf0b4cd3a1dd3d2397319
--- /dev/null
+++ "b/\351\273\204\345\217\266\345\270\205/css/father.css"
@@ -0,0 +1,22 @@
+/* CSS Document */
+* {
+ margin: 0;
+ padding: 0;
+ font-size: 14px;
+}
+body {
+ background-color: #FFD8D9;
+}
+#father {
+ width: 700px;
+ height: 1100px;
+ margin: auto;
+}
+a:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+a {
+ text-decoration: none; color:#000;
+}
diff --git "a/\351\273\204\345\217\266\345\270\205/css/left.css" "b/\351\273\204\345\217\266\345\270\205/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e330ea55edad5dac0c7badd1c1224cc0f7c536ec
--- /dev/null
+++ "b/\351\273\204\345\217\266\345\270\205/css/left.css"
@@ -0,0 +1,51 @@
+/* CSS Document */
+#left {
+ width: 180px;
+ height: 900px;
+ float: left;
+ background: url(../img/leftbottom.jpg) bottom no-repeat #FFF ;
+}
+#leftdl li {
+ padding: 2px;
+ list-style: none;
+}
+#leftdl {
+ background: url(../img/login.jpg) no-repeat;
+ padding: 50px 0px 0px 24px;
+}
+.txtStyle {
+ width: 100px;
+ border: none;
+ border-bottom: solid 1px;
+}
+.btnStyle {
+ width: 40px;
+}
+#leftdl a {
+ color: #000;
+}
+#left3 {
+ background: url(../img/category.jpg) no-repeat;
+ padding: 50px 0px 0px 16px;
+}
+#left3 h3 {
+ width: 150px;
+ height: 16px;
+ background-color: #ffd8d9;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+#left3 li {
+ list-style: none;
+ border-bottom: dashed 1px;
+ background: url(../img/icon1.gif) no-repeat left center;
+ line-height: 23px;
+}
+#left3 a {
+ text-decoration: none;
+ padding-left: 15px;
+ color: #000;
+}
+#left3 a:hover {
+ color: #F00;
+}
diff --git "a/\351\273\204\345\217\266\345\270\205/css/right.css" "b/\351\273\204\345\217\266\345\270\205/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9de917c682e0165d6858982bbbc070df96ba2b47
--- /dev/null
+++ "b/\351\273\204\345\217\266\345\270\205/css/right.css"
@@ -0,0 +1,73 @@
+/* CSS Document */
+#right {
+ width: 518px;
+ height: 1050px;
+ float: left;
+ margin-left: 2px;
+}
+#id1 {
+ background: url(../img/news.jpg) no-repeat;
+ width: 518px;
+ height: 115px;
+ float: left;
+ padding-top: 33px;
+
+}
+#id1 li {
+ float: left;
+ list-style: none;
+ margin-left: 2px;
+}
+#id2 {
+ background: url(../img/recommend.jpg) no-repeat #FFF;
+ width: 518px;
+ float: left;
+ text-align: center;
+ margin-bottom: 4px;
+}
+#id2 li {
+ float: left;
+ margin-left: 18.8px;
+ list-style: none;
+ padding-top: 33px;
+ margin-top: 4px;
+}
+#id2 a {
+ color: #000;
+}
+#id3 {
+ background: url(../img/fresh.jpg) no-repeat #FFF;
+ width: 518px;
+ float: left;
+ padding-top: 33px;
+ text-align: center;
+ margin-bottom: 4px;
+}
+#id3 li {
+ width: 106px;
+ height: 154px;
+ float: left;
+ margin-left: 18.8px;
+ list-style: none;
+}
+#id3 a {
+ color: #000;
+}
+#id4 {
+ background: url(../img/tips.jpg) no-repeat #FFF;
+ width: 518px;
+ height: 155px;
+ float: left;
+ padding-top: 33px;
+ margin-top: 4px;
+}
+#id4 li {
+ width: 200px;
+ margin-left: 24px;
+ margin-top: 12px;
+ background: url(../img/icon2.gif) no-repeat left center;
+ float: left;
+ list-style: none;
+ padding-left: 12px;
+ line-height: 20px;
+}
diff --git "a/\351\273\204\345\217\266\345\270\205/css/top.css" "b/\351\273\204\345\217\266\345\270\205/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..cf924a8a1cc1590794da6f2b46df7882652da9ea
--- /dev/null
+++ "b/\351\273\204\345\217\266\345\270\205/css/top.css"
@@ -0,0 +1,32 @@
+/* CSS Document */
+#top {
+ width: 700px;
+ height: 153px;
+ float: left;
+ margin-bottom: 2px;
+}
+#top2 {
+ background: url(../img/banner.jpg) no-repeat;
+ width: 700px;
+ height: 120px;
+}
+#top1 a {
+ text-decoration: none;
+ color: #000;
+}
+#top1 ul {
+ list-style: none;
+}
+#top li {
+ float: left;
+ text-align: center;
+ line-height: 33px;
+ width: 100px;
+ background: url(../img/button1.jpg) no-repeat;
+}
+#top li:hover {
+ background: url(../img/button1_bg.jpg) no-repeat;
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
diff --git "a/\351\273\204\345\217\266\345\270\205/untitled/\346\273\241\345\261\213\350\212\261.html" "b/\351\273\204\345\217\266\345\270\205/untitled/\346\273\241\345\261\213\350\212\261.html"
new file mode 100644
index 0000000000000000000000000000000000000000..fcb67beb5410acdf78883f4365f1a2eaa3ce400c
--- /dev/null
+++ "b/\351\273\204\345\217\266\345\270\205/untitled/\346\273\241\345\261\213\350\212\261.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\273\204\346\226\207\350\201\252/css/father.css" "b/\351\273\204\346\226\207\350\201\252/css/father.css"
new file mode 100644
index 0000000000000000000000000000000000000000..29814cd03d06835ef9a916e925a6b36ceafb4087
--- /dev/null
+++ "b/\351\273\204\346\226\207\350\201\252/css/father.css"
@@ -0,0 +1,20 @@
+#father{
+ width: 700px;
+ height: 1200px;
+ margin: auto;
+}
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 10px;
+ color: black;
+}
+body{background-color: #FFD8D9;}
+ul{list-style: none;}
+a{text-decoration: none;
+}
+a:hover{
+ position: relative;
+ right: 2px;
+ bottom: 1px;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\226\207\350\201\252/css/left.css" "b/\351\273\204\346\226\207\350\201\252/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..47b2fbd4339745deda49505e1fc45f6095933991
--- /dev/null
+++ "b/\351\273\204\346\226\207\350\201\252/css/left.css"
@@ -0,0 +1,52 @@
+#left{
+ width: 180px;
+ height: 750px;
+ margin-right: 2px;
+ float: left;
+ background: url(../img/leftbottom.jpg)no-repeat bottom white;
+
+
+}
+#login{
+ background:url(../img/login.jpg)no-repeat;
+ padding-top: 50px;
+ width: 180px;
+ height: 200;
+
+}
+.txtStyle{
+ width:100px;
+ border-style: none;
+ border-bottom: solid 1px;
+
+}
+#login li{
+text-align: center;
+margin-top: 5px;
+
+}
+#sort{padding-top: 60px;
+background:url(../img/category.jpg)no-repeat; width: 180px;height: 50px;
+ background-color: white;
+ line-height: 15px;
+
+}
+#sort h3{ background-color:#FFD8D9 ;
+ padding-left: 5px;
+ padding-top: 3px;
+ margin-left: 24px;
+ width: 135px;}
+
+
+
+#sort li{ padding-left: 15px;
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 30px;
+width: 100px;
+border-bottom: dashed 1px;width: 115px;
+line-height: 20px;
+font-weight: 140px;}
+a:hover{
+ color: red;
+}
+
diff --git "a/\351\273\204\346\226\207\350\201\252/css/right.css" "b/\351\273\204\346\226\207\350\201\252/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..97ae9a806d9ace0e46081675246ff19822e4fdc5
--- /dev/null
+++ "b/\351\273\204\346\226\207\350\201\252/css/right.css"
@@ -0,0 +1,61 @@
+#right{
+ width: 518px;
+ height: 600px;
+ float: left;
+}
+#news{
+ width: 518px;
+ height: 150px;
+
+ background: url(../img/news.jpg)no-repeat;
+ background-color: white;}
+#news li{
+ float: left;
+ margin-top: 43px;
+ padding: 1px;
+
+}
+#news li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+}
+
+#provide{
+ margin-top: 3px;
+ background: url(../img/recommend.jpg) no-repeat white;
+ height: 300px;
+ width: 518px;
+ padding-top: 33px;
+}
+#provide li{
+ float: left;
+ text-align: center;
+ padding-left: 18px;
+}
+#provide li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+}
+#xinhping{
+ width:518px;
+ height: 170px;
+ background: url(../img/fresh.jpg)no-repeat;
+ background-color: white;
+ margin-top:4px;
+}
+#xinhping li{
+ float: left;
+ padding-left: 18px;
+ padding-top: 33px;
+}
+#daogou{
+ width: 518px;
+ height: 175px;
+ background: url(../img/tips.jpg)no-repeat white;
+ margin-top: 3px;
+}
+#daogou ul{
+ padding-top: 33px;
+ text-align: center;}
\ No newline at end of file
diff --git "a/\351\273\204\346\226\207\350\201\252/css/top.css" "b/\351\273\204\346\226\207\350\201\252/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..98d7db3497bb57252ad5624725506751858f18ec
--- /dev/null
+++ "b/\351\273\204\346\226\207\350\201\252/css/top.css"
@@ -0,0 +1,31 @@
+#top{
+ width: 700px;
+ height: 153px;
+ background-color: antiquewhite;
+ margin-bottom: 2px;
+ float: left;
+}
+#横幅{
+width: 700px;
+height: 120px;
+background: url(../img/banner.jpg);
+}
+#nav li{
+ float: left;
+ width: 100px;
+ line-height: 33px;
+ background: url(../img/button1.jpg);
+ text-align: center;
+ font-size: 7pX;
+}
+#nav li:hover{
+ background: url(../img/button1_bg.jpg);
+ position: relative;
+ right: 2px;
+ bottom: 1px;
+
+}
+#nav a{
+ text-decoration: none;
+ color: black;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\226\207\350\201\252/index.html" "b/\351\273\204\346\226\207\350\201\252/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d9cef73488c9cd129642d46fbd321af995ec8460
--- /dev/null
+++ "b/\351\273\204\346\226\207\350\201\252/index.html"
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\273\204\346\235\260\347\203\250/css/father.css" "b/\351\273\204\346\235\260\347\203\250/css/father.css"
new file mode 100644
index 0000000000000000000000000000000000000000..63a9745f432be5e8c877158ac6183bb422779472
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/father.css"
@@ -0,0 +1,27 @@
+/* CSS Document */
+
+#father{
+ width:700px;
+ height:1000px;
+ margin:0 auto;
+
+}
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+
+}
+body{
+ background-color:#ffd8d9;
+}
+#father ul{
+ list-style:none;
+}
+a{color:black;
+text-decoration:none;}
+a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
diff --git "a/\351\273\204\346\235\260\347\203\250/css/left.css" "b/\351\273\204\346\235\260\347\203\250/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d6d4458d82a4266308eaf84b90cc88fd70709c36
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/left.css"
@@ -0,0 +1,63 @@
+/* CSS Document */
+#left{
+ width:180px;
+ height:847px;
+ background-color:white;
+ float:left;
+ margin-right:2px;
+}
+#login{
+ width:180px;
+ height:80px;
+ background-color:white;
+ background:url(../img/login.jpg) no-repeat;
+ background-repeat:no-repeat;
+ padding-top:50px;
+ padding-left:25px;
+}
+#login .txtStyle{
+
+ width:100px;
+ border-style:none;
+ border-bottom:solid 1px;
+}
+#login li{
+ margin-top:5px;
+}
+#login a{
+ text-decoration:none;
+ color:black;
+
+}
+#login a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#fenlei{
+ width:180px;
+ height:50px;
+ background:url(../img/category.jpg) no-repeat;
+
+}
+#lei {
+ width:140px;
+}
+#lei h3{
+ background-color:#ffd8d9;
+ margin-left:25px
+}
+#lei li{
+ margin-bottom:5px;
+ background:url(../img/icon1.gif) no-repeat;
+ margin-left:20px;
+ background-position:7px 7px;
+ border-bottom:dashed 0.5px #666666;
+ line-height:20px;
+
+}
+#lei a{
+ margin-left:25px;
+ text-decoration:none;
+ color:black;
+}
diff --git "a/\351\273\204\346\235\260\347\203\250/css/right.css" "b/\351\273\204\346\235\260\347\203\250/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d9df6c6dcd7901472e3391e952191c810633f15a
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/right.css"
@@ -0,0 +1,64 @@
+/* CSS Document */
+#right{
+ width:518px;
+ height:140px;
+ float:left;
+ background:white;
+ text-align:center;
+}
+#news{
+ background:url(../img/news.jpg) no-repeat;
+ padding-top:33px;
+ margin-bottom:111px;
+
+}
+#news li{
+ float:left;
+ margin-left:2px;
+ margin-top:2px;
+}
+#tuijian {
+ background:url(../img/recommend.jpg) no-repeat #FFF;
+ padding-top:35px;
+ margin-bottom:2px;
+ height:300px;
+
+}
+#tuijian li{
+ width:106px;
+ float:left;
+ margin-left:18.8px;
+}
+#new {
+ background:url(../img/fresh.jpg) no-repeat #fff;
+ padding-top:35px;
+ margin-bottom:2px;
+ height:150px;
+}
+#new li{
+
+ float:left;
+ margin-left:2px;
+ margin-top:2px;
+ width:106px;
+ float:left;
+ margin-left:18.8px;
+}
+#daogou{
+ background:url(../img/tips.jpg) no-repeat #fff;
+ width:518px;
+ height:140px;
+ padding-top:40px;
+
+}
+#daogou li{float:left;
+width:200px;
+text-align:left;
+list-style:url(../img/icon2.gif);
+margin-left:20px;
+line-height:30px;
+}
+#daogou a{
+ text-decoration:none;
+}
+
diff --git "a/\351\273\204\346\235\260\347\203\250/css/top.css" "b/\351\273\204\346\235\260\347\203\250/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e1a5bb342e9ac6de891417feb56559c7cdf54351
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/top.css"
@@ -0,0 +1,32 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ margin-bottom:2px;
+}
+
+#banner{
+ width:700px;
+ height:120px;
+ background:url(../img/banner.jpg) no-repeat;
+}
+#daohang{
+ width:100;
+ height:33px;
+ background:url(../img/button1.jpg);
+}
+#daohang li{
+ width:100px;
+ float:left;
+ text-align:center;
+ line-height:33px;
+}
+#daohang a{
+ text-decoration:none;
+}
+#daohang li:hover{
+ background:url(../img/button1_bg.jpg);
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\235\260\347\203\250/index.html" "b/\351\273\204\346\235\260\347\203\250/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..c9e1b01a88feeee626db4dbcbb06731abccff475
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/index.html"
@@ -0,0 +1,149 @@
+
+
+
+
+
无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\273\204\351\224\237\345\256\207/css/base.css" "b/\351\273\204\351\224\237\345\256\207/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..5dffacdeabc1fe2fc6c0c0187afa1858122282cd
--- /dev/null
+++ "b/\351\273\204\351\224\237\345\256\207/css/base.css"
@@ -0,0 +1,20 @@
+/* CSS Document */
+#father{
+ width:700px;
+ margin:0 auto;
+ }
+*{
+ padding:0;
+ margin:0;
+ font-size:12px;
+ }
+body{
+ background-color:#FFD8D9;
+ }
+ul{
+ list-style:none;
+ }
+a{
+ text-decoration:none;
+ color:#000;
+ }
diff --git "a/\351\273\204\351\224\237\345\256\207/css/left.css" "b/\351\273\204\351\224\237\345\256\207/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..6425d3f3a0b1f946e5fc719b37558d4129503c00
--- /dev/null
+++ "b/\351\273\204\351\224\237\345\256\207/css/left.css"
@@ -0,0 +1,68 @@
+/* CSS Document */
+#left{
+ background:url(../img/leftbottom.jpg) bottom no-repeat;
+ background-color:#FFF;
+ width:180px;
+ float:left;
+ margin-right:2px;
+ }
+#login{
+ background:url(../img/login.jpg) no-repeat;
+ width:180px;
+ padding-top:50px;
+ }
+#login ul{
+ list-style:none;
+ }
+#login li{
+ padding-left:15px;
+ padding-right:10px;
+ }
+#login a{
+ text-align:center;
+ text-decoration:none;
+ color:#000;
+ }
+#login .txtStyle{
+ border:none;
+ border-bottom:solid 1px black;0
+ }
+#login .btnStyle{
+ padding-left:6px;
+ padding-right:6px;
+ margin-top:5px;
+ text-align:center;
+ }
+#login a:hover{
+ position:relative;
+ right:3px;
+ bottom:3px;
+ text-decoration:none;
+ color:#000;
+ }
+#sort{
+ background:url(../img/category.jpg) no-repeat;
+ width:180px;
+ padding-top:50px;
+ padding-left:15px;
+ }
+#sort ul{
+ list-style:none;
+ }
+#sort li{
+ padding-right:10px;
+ border-bottom:dashed 1px black;
+ width:115px;
+ background:url(../img/icon1.gif) no-repeat center left;
+ padding-left:10px;
+ line-height:25px;
+ }
+#sort a{
+ color:black;
+ text-decoration:none;
+ }
+h3{
+ background-color:#FFD8D9;
+ width:130px;
+ margin-top:5px;
+ }
\ No newline at end of file
diff --git "a/\351\273\204\351\224\237\345\256\207/css/right.css" "b/\351\273\204\351\224\237\345\256\207/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3497eefd5778934db59412ca8b9a9867a77bf2a2
--- /dev/null
+++ "b/\351\273\204\351\224\237\345\256\207/css/right.css"
@@ -0,0 +1,66 @@
+/* CSS Document */
+#right{
+ width:518px;
+ height:700px;
+ float:right;
+ }
+
+#news{
+ background:url(../img/news.jpg) no-repeat;
+ padding-top:33px;
+ height:109px;
+ background-color:#FFF;
+ }
+#news li{
+ float:left;
+ margin-left:2px;
+ }
+#recommend{
+ background:url(../img/recommend.jpg) no-repeat;
+ padding-top:33px;
+ height:324px;
+ background-color:#FFF;
+ }
+#recommend li{
+ float:left;
+ margin-left:2px;
+ padding:8px;
+ }
+#fresh{
+ background:url(../img/fresh.jpg) no-repeat;
+ padding-top:33px;
+ background-color:#FFF;
+ height:139px;
+ width:518px;
+ margin-top:2px;
+ }
+#fresh li{
+ float:left;
+ margin-left:2px;
+ padding:8px;
+ }
+#tips{
+ background:url(../img/tips.jpg) no-repeat;
+ padding-top:33px;
+ height:129px;
+ width:518px;
+ margin-top:2px;
+ background-color:#FFF;
+ }
+#tips li{
+ margin-top:10px;
+ margin-left:24px;
+ float:left;
+ width:200px;
+ background:url(../img/icon2.gif) no-repeat left center;
+ }
+#tips a{
+ color:#000;
+ margin-left:15px;
+ text-align:center;
+ }
+li:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
diff --git "a/\351\273\204\351\224\237\345\256\207/css/top.css" "b/\351\273\204\351\224\237\345\256\207/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..44ea6a8e36cbc5bdf33f33f7d1f39c32b86b65b5
--- /dev/null
+++ "b/\351\273\204\351\224\237\345\256\207/css/top.css"
@@ -0,0 +1,31 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ margin:0 auto;
+ }
+#banner{
+ background:url(../img/banner.jpg) no-repeat #0C6;
+ height:120px;
+ width:700px;
+ }
+#nov ul{
+ list-style:none;
+ }
+#nov li{
+ float:left;
+ text-align:center;
+ line-height:33px;
+ width:100px;
+ background-image:url(../img/button1.jpg);
+ }
+#nov a{
+ text-decoration:none;
+ color:#F90;
+ }
+#nov li:hover{
+ background-image:url(../img/button1_bg.jpg);
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
diff --git "a/\351\273\204\351\224\237\345\256\207/index.html" "b/\351\273\204\351\224\237\345\256\207/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..352129d51bc1a9c3fe8334364da56b57cc577e7b
--- /dev/null
+++ "b/\351\273\204\351\224\237\345\256\207/index.html"
@@ -0,0 +1,146 @@
+
+
+
+
+
TWO
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/beet.css" "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/beet.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b087d135ef9fc1163cebe0edd53e66c461925907
--- /dev/null
+++ "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/beet.css"
@@ -0,0 +1,20 @@
+#faerth{
+ width:700px;
+ height:1000px;
+ margin:0 auto;
+ }
+*{
+ margin:0px;
+ padding:0px;
+ font-size:12px;
+ }
+body{
+ background-color:#FFD8D9;
+ }
+ul{
+ list-style:none;
+ }
+a{
+ text-decoration:none;
+ color:#600;
+ }
\ No newline at end of file
diff --git "a/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/left.css" "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..97ed4aff1e908855bc5bd8daa63f367b6fa5fdee
--- /dev/null
+++ "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/left.css"
@@ -0,0 +1,59 @@
+#left{
+ width:180px;
+ height:833px;
+ float:left;
+ background:url(../img/leftbottom.jpg) no-repeat bottom;
+ background-color:white;
+ }
+#login{
+ width:180px;
+ background:url(../img/login.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:24px;
+ }
+#left ul{
+ list-style:none;
+ }
+#login .txtStyle{
+ width:100px;
+ }
+#login .btnStyle{
+ width:40px;
+ }
+#left li{
+ margin-top:5px;
+ }
+.txtStyle{
+ border:none;
+ border-bottom:solid 1px #000000;
+ background-color:transparent;
+ }
+#left a{
+ text-decoration:none;
+ color:#000;
+ }
+#left a:hover{
+ position:relative;
+ color:#F00;
+ text-decoration:underline;
+ bottom:1px;0
+ right:1px;
+ }
+#classify{
+ width:180px;
+ background:url(../img/category.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:24px;
+ }
+#classify li{
+ border-bottom: dotted 1px #000000;
+ line-height:18px;
+ width:115px;
+ background:url(../img/icon1.gif) no-repeat left center;
+ padding-left:15px;
+ }
+#classify h3{
+ background-color:#FFD8D9;
+ width:130px;
+ line-height:20px;
+ }
\ No newline at end of file
diff --git "a/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/right.css" "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..20c54222484987a72ca66595716a34c8b7aeffdd
--- /dev/null
+++ "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/right.css"
@@ -0,0 +1,58 @@
+/* CSS Document */
+#right{
+ width:518px;
+ height:1000px;
+ float:right;
+ }
+#xianhua{
+ height:107px;
+ background:url(../img/news.jpg) no-repeat #FFF;
+ padding-top:33px;
+ margin-bottom:5px;
+ }
+#xianhua a{
+ padding-left:2px;
+ float:left;
+ }
+#right a:hover{
+ position:relative;
+ text-decoration:underline;
+ bottom:1px;
+ right:1px;
+ }
+#tuijian {
+ height:310px;
+ background:url(../img/recommend.jpg) no-repeat #FFF;
+ padding-top:33px;
+ }
+#tuijian li{
+ margin-top:10px;
+ float:left;
+ padding-left:18.8px;
+ text-align:center;
+ }
+#news {
+ height:150px;
+ background:url(../img/fresh.jpg) no-repeat #FFF;
+ padding-top:33px;
+ margin-top:5px;
+ }
+#news li{
+ margin-top:10px;
+ float:left;
+ padding-left:18.8px;
+ }
+#daogou{
+ height:120px;
+ background:url(../img/tips.jpg) no-repeat #FFF;
+ padding-top:33px;
+ margin-top:5px;
+ }
+#daogou li{
+ float:left;
+ width:220px;
+ background:url(../img/icon2.gif) no-repeat left center;
+ line-height:25px;
+ margin-left:24px;
+ padding-left:15px;
+ }
\ No newline at end of file
diff --git "a/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/top.css" "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3a4cde69ee4f31e7a328e525b4f85aaafe7554b8
--- /dev/null
+++ "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/css/top.css"
@@ -0,0 +1,31 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ margin-bottom:2px;
+ }
+#bennet{
+ width:700px;
+ height:120px;
+ background-image:url(../img/banner.jpg);
+ }
+#nav ul{
+ list-style:none;
+ }
+#nav li{
+ width:100px;
+ line-height:33px;
+ float:left;
+ text-align:center;
+ }
+#nav a{
+ text-decoration:none;
+ background-image:url(../img/button1.jpg);
+ display:block;
+ color:#930;
+ }
+#nav a:hover{
+ position:relative;
+ background-image:url(../img/button1_bg.jpg);
+ bottom:1px;
+ }
\ No newline at end of file
diff --git "a/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/index.html" "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..cb9037061f32241514cc67526760877561fd9aa0
--- /dev/null
+++ "b/\351\273\216\346\231\250\351\234\236\346\273\241\345\261\213\350\212\261/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+
满屋花
+
+
+
+
+
+
+
+
+
+