diff --git "a/\345\210\230\345\273\272\345\263\260/css/base.css" "b/\345\210\230\345\273\272\345\263\260/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..147249d5d2dbdd6da6cef75eb22a294bd2115b41
--- /dev/null
+++ "b/\345\210\230\345\273\272\345\263\260/css/base.css"
@@ -0,0 +1,17 @@
+#base{
+ width:700px;
+ height:1000px;
+ margin:0 auto;
+}
+
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+}
+body{
+ background-color:#FFD8D9;
+}
+ul{
+ list-style:none;
+}
\ No newline at end of file
diff --git "a/\345\210\230\345\273\272\345\263\260/css/left.css" "b/\345\210\230\345\273\272\345\263\260/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..295d8b6633b8813f69ab554d2672943a896e227f
--- /dev/null
+++ "b/\345\210\230\345\273\272\345\263\260/css/left.css"
@@ -0,0 +1,62 @@
+#left{
+ width:180px;
+ height:830px;
+ float:left;
+ margin-right:2px;
+ background:url(../img/leftbottom.jpg) no-repeat bottom;
+ background-color:#FFF;
+}
+#login{
+ width:180px;
+ background:url(../img/login.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:20px;
+}
+#login ul{
+ list-style:none;
+}
+.txtStyle{
+ width:100px;
+ border-style:none;
+ border-bottom:solid 1px black;
+}
+.btnStyle{
+ width:40px;
+}
+#login li{
+ margin-top:5px;
+}
+#left a{
+ text-decoration:none;
+ color:black;
+}
+#left a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
+#classify{
+ width:180px;
+ background:url(../img/category.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:20px;
+}
+#classify ul{
+ list-style:none;
+}
+h3{
+ background-color:#FED1D0;
+ width:140px;
+ margin-top:7px;
+}
+#classify a:hover{
+ color:#DC143c;
+ text-decoration:underline;
+}
+#classify li{
+ border-bottom:dashed 1px black;
+ line-height:25px;
+ width:115px;
+ background:url(../img/icon1.gif) no-repeat left center;
+ padding-left:15px;
+}
\ No newline at end of file
diff --git "a/\345\210\230\345\273\272\345\263\260/css/right.css" "b/\345\210\230\345\273\272\345\263\260/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b9aa72ad1d034fe8807e97c610e9aeb9586fe266
--- /dev/null
+++ "b/\345\210\230\345\273\272\345\263\260/css/right.css"
@@ -0,0 +1,72 @@
+#right{
+ width:518px;
+ height:700px;
+ float:right;
+}
+#flash{
+ background:url(../img/news.jpg) no-repeat #FFF;
+ padding-top:33px;
+ height:107px;
+}
+#flash li{
+ float:left;
+ margin-left:2px;
+ text-align:center;
+}
+#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;
+ padding-top:33px;
+ margin-top: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 #FFF;
+ padding-top:45px;
+ height:150px;
+ 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;
+}
+a:hover{
+ position:relative;
+ bottom:2px;
+ right:2px;
+}
+a{
+ color:#000;
+ text-decoration:none;
+}
+
+
+
+
+
+
+
+
+
+
diff --git "a/\345\210\230\345\273\272\345\263\260/css/top.css" "b/\345\210\230\345\273\272\345\263\260/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..12b4b0b4c1d7a865dbb8537e7319d8f306873254
--- /dev/null
+++ "b/\345\210\230\345\273\272\345\263\260/css/top.css"
@@ -0,0 +1,33 @@
+#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;
+ display:block;
+ width:100px;
+ text-align:center;
+ line-height:33px;
+ background-image:url(../img/button1.jpg);
+ text-align:center;
+}
+#nav a{
+ text-decoration:none;
+ color:#4D151A;
+}
+#nav a:hover{
+ background-image:url(../img/button1_bg.jpg);
+ display:block;
+ position:relative;
+ bottom:1px;
+ right:1px;
+}
diff --git "a/\345\210\230\345\273\272\345\263\260/manwuhua.html" "b/\345\210\230\345\273\272\345\263\260/manwuhua.html"
new file mode 100644
index 0000000000000000000000000000000000000000..4d16471a7fcad548489bb98c37b6ff71dffd8b67
--- /dev/null
+++ "b/\345\210\230\345\273\272\345\263\260/manwuhua.html"
@@ -0,0 +1,145 @@
+
+
+
+
+满屋花
+
+
+
+
+
+
+
+
+
+
diff --git "a/\345\224\220\344\274\237\345\273\272/css/container.css" "b/\345\224\220\344\274\237\345\273\272/css/container.css"
new file mode 100644
index 0000000000000000000000000000000000000000..07d36906b0b68496fa99333e24f2ca29e148e5b7
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/container.css"
@@ -0,0 +1,14 @@
+/* CSS Document */
+
+.container{
+ width:700px;
+ margin:0 auto;
+ }
+*{
+ margin:0;
+ padding:0;
+ font-size:12px;
+ }
+body{
+ background-color:#FFD8D9;
+ }
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/left.css" "b/\345\224\220\344\274\237\345\273\272/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..37f43f74b588be242591731587841cf221f961a6
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/left.css"
@@ -0,0 +1,78 @@
+/* CSS Document */
+
+.leftBox {
+ width:180px;
+ float:left;
+ margin-right:2px;
+ background:url(../img/leftbottom.jpg) bottom no-repeat;
+ background-color:#FFF;
+}
+.login {
+ width: 180px;
+ background-color:#FFF;
+ float: left;
+ background-image: url(../img/login.jpg);
+ background-repeat: no-repeat;
+ position: relative;
+}
+.login ul {
+ list-style: none;
+ padding-top: 50px;
+ text-align:center;
+}
+.login .txtStyle {
+ border-style: none;
+ border-bottom: solid 1px #000000;
+ width: 100px;
+}
+.login .btnStyle {
+ width: 40px;
+}
+.login li {
+ margin-top: 5px;
+}
+.login a {
+ text-decoration: none;
+ color: #000;
+}
+.leftBox a:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
+.classifying {
+ background: url(../img/category.jpg) no-repeat top;
+ width: 180px;
+ float: left;
+ padding-top:50px;
+
+}
+.classifying h3 {
+ margin-bottom:10px;
+ margin-left:24px;
+ background-color: #FFD8D9;
+ width: 130px;
+}
+.classifying ul {
+ padding-left: 24px;
+ padding-bottom:30px;
+ list-style: none;
+}
+.classifying a {
+ text-decoration: none;
+ color: #000
+}
+.classifying li {
+ border-bottom: dashed 1px #999999;
+ background: url(../img/icon1.gif) no-repeat left center;
+ padding-left: 15px;
+ line-height: 20px;
+ width: 115px;
+}
+.classifying a:hover {
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+ color:#DC143C;
+ text-decoration: underline;
+}
diff --git "a/\345\224\220\344\274\237\345\273\272/css/right.css" "b/\345\224\220\344\274\237\345\273\272/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e05bb7df2c5ebe8e2ba08b9793a65501de20c838
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/right.css"
@@ -0,0 +1,97 @@
+.rightBox{
+ width:518px;
+ float:left;
+ }
+.news {
+ background:url(../img/news.jpg) no-repeat white;
+ height:140px;
+ }
+.news li{
+ padding-top:33px;
+ float:left;
+ margin-left:2px;
+ }
+.news ul{
+ list-style:none;
+ }
+.recommend{
+ background:url(../img/recommend.jpg) no-repeat white;
+ padding-top:33px;
+ height:300px;
+ margin-top:2px;
+ }
+.recommend li{
+ float:left;
+ padding-left:18.8px;
+ text-align:center;
+ }
+.recommend a{
+ text-decoration:none;
+ color:#666;
+ }
+.recommend ul{
+ list-style:none;
+ }
+.fresh{
+ background:url(../img/fresh.jpg) no-repeat white;
+ padding-top:33px;
+ margin-top:2px;
+ height:150px;
+ }
+.fresh li{
+ float:left;
+ padding-left:18.8px;
+ text-align:center;
+ }
+.fresh a{
+ text-decoration:none;
+ color:#666;
+ }
+.fresh ul{
+ list-style:none;
+ }
+.tips{
+ background:url(../img/tips.jpg) no-repeat white;
+ padding-top:45px;
+ height:115px;
+ padding-left:50px;
+ margin-top:2px;
+ }
+.tips ul{
+ list-style:none;
+ }
+.tips li{
+ float:left;
+ width:200px;
+ background:url(../img/icon2.gif) no-repeat left center;
+ padding-left:15px;
+ }
+.tips a{
+ text-decoration:none;
+ color:#000;
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/topBox.css" "b/\345\224\220\344\274\237\345\273\272/css/topBox.css"
new file mode 100644
index 0000000000000000000000000000000000000000..aabe415d81c47513980ed8624348ebd0f237663f
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/topBox.css"
@@ -0,0 +1,33 @@
+/* CSS Document */
+.topBox{
+ height:153px;
+ width:700px;
+ background-color:#FFF;
+ margin-bottom:2px;
+ }
+.banner{
+ height:120px;
+ width:700px;
+ background:url(../img/banner.jpg);
+ }
+.van ul{
+ list-style:none;
+ }
+.van li{
+ float:left;
+ width:100px;
+ text-align:center;
+ line-height:33px;
+ }
+.van a{
+ text-decoration:none;
+ background-image:url(../img/button1.jpg);
+ display:block;
+ color:#2F0302;
+ }
+.van a:hover{
+ background-image:url(../img/button1_bg.jpg);
+ position:relative;
+ right:1px;
+ bottom:1px;
+ }
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/index.html" "b/\345\224\220\344\274\237\345\273\272/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..9b92d3339fc794f3fa9b4775a64aa6f93715cc20
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/index.html"
@@ -0,0 +1,147 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\345\274\240\347\233\212\351\243\236/css/bace.css" "b/\345\274\240\347\233\212\351\243\236/css/bace.css"
new file mode 100644
index 0000000000000000000000000000000000000000..7f9121e3e934256b250866a0d23ad2c76aea4f73
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/bace.css"
@@ -0,0 +1,16 @@
+/* CSS Document */
+#father{
+ width:700px;
+ margin:0 auto;
+ font-size:14px;
+ }
+
+*{
+ padding:0;
+ margin:0;
+ }
+
+body{
+ background-color:#FFD8D9;
+
+ }
diff --git "a/\345\274\240\347\233\212\351\243\236/css/left.css" "b/\345\274\240\347\233\212\351\243\236/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..6d24751f20a087ab0c178797220486216fdc56c4
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/left.css"
@@ -0,0 +1,93 @@
+/* CSS Document */
+.left{
+ width:180px;
+ height:800px;
+ float:left;
+ background:url(../img/leftbottom.jpg) no-repeat bottom;
+ background-color:#FFF;
+ }
+.log{
+ width:180px;
+ height:50px;
+ background:url(../img/login.jpg);
+
+ }
+.log1{
+ width:180px;
+ height:68px;
+
+
+
+ }
+.log1 ul{
+ list-style:none;
+ text-align:center;
+
+ }
+.log1 li{
+ margin-top:2px;
+ padding-right:20px;
+ padding-left:10px;
+ padding-bottom:3px;
+ }
+.log1 .txtStyle{
+ width:100px;
+ border-style:none;
+ border-bottom:solid 1px;
+ }
+.log1 a{
+ padding-left:10px;
+ color:#664543;
+ text-decoration:none;
+
+ }
+.log1 a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
+.log2{
+ background:url(../img/category.jpg);
+ padding-top:50px;
+ }
+.log3{
+ width:180px;
+ height:600px;
+ }
+
+.log3 h3{
+ margin-left:14px;
+ background-color:#FFD8D9;
+ margin-right:14px;
+ padding-left:5px;
+
+
+
+ }
+.log3 ul{
+ list-style:none;
+
+ }
+.log3 li{
+ margin-bottom:5px;
+ margin-top:3px;
+ margin-left:24px;
+ margin-right:24px;
+ background-position:left center;
+ border-bottom:dashed black 1px;
+ background:url(../img/icon1.gif) no-repeat;
+ background-position:left center;
+ padding-left:8px;
+
+ }
+.log3 a{
+ color:#000;
+ text-decoration:none;
+
+ }
+ .log3 a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ color:#F00;
+ }
diff --git "a/\345\274\240\347\233\212\351\243\236/css/right.css" "b/\345\274\240\347\233\212\351\243\236/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..c0a6bafdae33bf56b624a9a790bfd1e1a5a2f433
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/right.css"
@@ -0,0 +1,75 @@
+/* CSS Document */
+.right {
+ width: 518px;
+ height: 800px;
+ float: right;
+}
+.right1 {
+ width: 518px;
+ height: 102px;
+ background: url(../img/news.jpg) no-repeat;
+ padding-top: 35px;
+ float: left;
+ margin-bottom: 10px;
+}
+.right ul {
+ list-style: none;
+}
+.right1 li {
+ float: left;
+ margin-left: 2px;
+}
+.right2 {
+ width: 518px;
+ height: 300px;
+ background: url(../img/recommend.jpg) no-repeat;
+ padding-top: 33px;
+ float: left;
+ background-color: #FFF;
+ margin-top: 2px;
+}
+.right2 li {
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+}
+.right3 {
+ width: 518px;
+ height: 150px;
+ background: url(../img/fresh.jpg) no-repeat white;
+ padding-top: 33px;
+ float: left;
+ margin-top: 5px;
+}
+.right3 li {
+ float: left;
+ margin-left: 18.8px;
+ text-align: center;
+}
+.right4 {
+ width: 498px;
+ height: 90px;
+ background: url(../img/tips.jpg) no-repeat white;
+ padding-top: 35px;
+ float: left;
+ margin-top: 5px;
+ padding-left:20px;
+
+
+
+}
+.right4 li {
+ width:200px;
+ float: left;
+ background:url(../img/icon2.gif) no-repeat;
+ padding-left:10px;
+ background-position:left center;
+
+
+}
+.right4 a{
+ color:#000;
+ text-decoration:none;
+
+ }
+
diff --git "a/\345\274\240\347\233\212\351\243\236/css/top.css" "b/\345\274\240\347\233\212\351\243\236/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..4d8774b471544e01e8838d113378d0ab0f5f45d4
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/top.css"
@@ -0,0 +1,48 @@
+/* CSS Document */
+.top{
+ width:700px;
+ height:153px;
+ margin-bottom:2px;
+
+ }
+.banner{
+ width:700px;
+ height:120px;
+ background:url(../img/banner.jpg) no-repeat;
+ }
+
+.nav{
+ width:700px;
+ height:33px;
+ background:url(../img/button1.jpg);
+
+ }
+.nav ul{
+ list-style:none;
+
+ }
+.nav li{
+ width:100px;
+ line-height:33px;
+ float:left;
+ text-align:center;
+
+
+
+
+ }
+.nav a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ background:url(../img/button1_bg.jpg)
+
+ }
+
+ .nav a{
+ text-decoration:none;
+ display:block;
+ color:#664543;
+
+
+ }
diff --git "a/\345\274\240\347\233\212\351\243\236/index.html" "b/\345\274\240\347\233\212\351\243\236/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..20bceb8efab59a6360f3ac012643f55111756bc7
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/index.html"
@@ -0,0 +1,148 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
+
+
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\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..09adc25290e30662bffa7e21a79764067963e894
--- /dev/null
+++ "b/\350\224\241\351\233\252\345\274\272/css/right.css"
@@ -0,0 +1,127 @@
+/* CSS Document */
+
+#right {
+ width: 518px;
+ height: 831px;
+ float: left;
+ background-color: pink;
+ margin-left: 2px;
+}
+#right1 {
+ width: 518px;
+ height: 140px;
+ float: left;
+ margin-bottom: 2px;
+ background-color: #FFF;
+}
+#r1 {
+ width: 518px;
+ height: 33px;
+ background: url(../img/fresh.jpg);
+ float: left;
+}
+#r2 {
+ background: url(../img/news1.jpg);
+ width: 170px;
+ height: 107px;
+ float: left;
+ margin-left: 2px;
+}
+#r3 {
+ background: url(../img/news2.jpg);
+ width: 170px;
+ height: 107px;
+ float: left;
+ margin-left: 2px;
+}
+#r4 {
+ background: url(../img/news3.jpg);
+ width: 170px;
+ height: 107px;
+ float: left;
+ margin-left: 2px;
+}
+#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..cad2b57447c01e932e6d492a5aaca11a89a351d0
--- /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,159 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
用途
+
+
+
花材
+
+
+
价格
+
+
+
+
+
+
+
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\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\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 @@
+
+
+
+
+满屋花
+
+
+
+
+
+
+
+
+
+