diff --git "a/\345\205\260\351\246\250\345\204\277/css/base.css" "b/\345\205\260\351\246\250\345\204\277/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..e855cf11416d7935993dae6ec2adf2ce8c93b870 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/base.css" @@ -0,0 +1,16 @@ +/* CSS Document */ +body{ + background-color:#FFD8D9; +} +*{ + font-size:12px; + margin:0px; + padding:0px; +} +#father{ + margin:0 auto; + width:700px; +} +ul{ + list-style:none; +} \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/css/left.css" "b/\345\205\260\351\246\250\345\204\277/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..e50e5a1d14e8daed0870b33525e27882f30c8850 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/left.css" @@ -0,0 +1,55 @@ +/* CSS Document */ +#left{ + width:180px; + height:850px; + float:left; + margin-top:2px; + background-color:#FFF; +} +#login{ + width:180px; + background:url(../img/login.jpg) no-repeat; + padding-top:50px; + padding-left:25px; +} +#login li{ + margin-top:5px; +} +#login .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid #000 1px; +} +#left a{ + text-decoration:none; + color:#000; +} +#login .btnStyle{ + width:40px; +} +#left a.hover{ + position:relative; + bottom:1px; + right:1px; +} +#category{ + width:180px; + background: url(../img/category.jpg) no-repeat; + padding-top:50px; + padding-left:25px; +} +#category li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px black; + width:115px; +} +#category a:hover{ + text-decoration:underline ; + color:#903; +} +#category h3{ + background-color:#FFD8D9; +} + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/css/right.css" "b/\345\205\260\351\246\250\345\204\277/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..b5afc920d73f2892575d89a9a8034d2b94427b3f --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/right.css" @@ -0,0 +1,68 @@ +/* CSS Document */ +#right{ + width:520px; + float:left; + margin-top:2px; +} +#news{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:109px; +} +#news li{ + float:left; + margin-left:2px; +} +#recommend{ + background:url(../img/recommend.jpg) no-repeat; + padding-top:33px; + height:300px; + background-color:#FFF; + margin-top:3px; +} +#recommend li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#recommend a{ + text-decoration:none; + color:#000; +} +#fresh{ + background:url(../img/fresh.jpg) no-repeat; + padding-top:33px; + height:130px; + margin-top:2px; + background-color:#FFF; +} +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#fresh a{ + text-decoration:none; + color:black +} +#tips{ + background:url(../img/tips.jpg) no-repeat; + padding-top:45px; + height:165px; + padding-left:60px; + background-color:#FFF; +} +#tips li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat; + margin-left:15px; + line-height:30px; +} +#tips a{ + text-decoration:none; + color:black; +} + diff --git "a/\345\205\260\351\246\250\345\204\277/css/top.css" "b/\345\205\260\351\246\250\345\204\277/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..d8f45e8d273952df07c854fdd7eca12ff69b5e52 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/top.css" @@ -0,0 +1,34 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + background-color:#FFF; + margin:0 0 2px 0; +} +#banner{ + 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{ + width:100px; + background-image:url(../img/button1.jpg); + text-decoration:none; + display:block; + color:#654344; + } +#nav a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + right:2px; + bottom:2px; +} \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/img/banner.jpg" "b/\345\205\260\351\246\250\345\204\277/img/banner.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..03a687818349e02b216681540117b6c8c4ae119f Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/banner.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/button1.jpg" "b/\345\205\260\351\246\250\345\204\277/img/button1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..fc31aa10d9e488134a989da1be340541988174d1 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/button1.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/button1_bg.jpg" "b/\345\205\260\351\246\250\345\204\277/img/button1_bg.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c557dd3c2bd9677cd6770667938898761286209e Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/button1_bg.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/category.jpg" "b/\345\205\260\351\246\250\345\204\277/img/category.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45d66335b2157dc685c72d225ed7e7e6ff883c3d Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/category.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower1.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5ed2e206bd155d44130a285c167d23d32412de13 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower1.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower10.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower10.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e5f604d21762f513b9605cafe949b8608d0e84e1 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower10.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower11.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower11.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..74f584776ac3732c25a83e8a435b35fe8ac35828 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower11.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower12.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower12.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0bf80c6eafe23c284be1995005514e88721424dd Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower12.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower2.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e9908f56ee19a82b2cde9e5b25d0aa8309a95700 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower2.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower3.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b1597c127a00ace6e19a6a2611c7b8225980c42c Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower3.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower4.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f791a7b786e99a977a6959a238a977eb0ee92e9f Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower4.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower5.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1f92793d4de9c2f9be284560094e4c72f327de1d Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower5.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower6.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f186d81bc417945c0d459bccd91d4842a767e3ff Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower6.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower7.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower7.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ee94badc217c0d52de19972f6fc4983afaaf9f03 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower7.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower8.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower8.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f2c3d89885d7ef244f8b1cbbf4a1a2073e2d409a Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower8.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/flower9.jpg" "b/\345\205\260\351\246\250\345\204\277/img/flower9.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d3cfbd9dd696aaaaa95350223d288491844eb911 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/flower9.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/fresh.jpg" "b/\345\205\260\351\246\250\345\204\277/img/fresh.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..97e36233bd0083d0ad471ddf40ef3219bfe36bce Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/fresh.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/icon1.gif" "b/\345\205\260\351\246\250\345\204\277/img/icon1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..e2675ed479ff51373e82b6a3fd3c94f07ee6e01e Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/icon1.gif" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/icon2.gif" "b/\345\205\260\351\246\250\345\204\277/img/icon2.gif" new file mode 100644 index 0000000000000000000000000000000000000000..86fcdca29ae77ab85eda61e6c7badc8d3ea3a18b Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/icon2.gif" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/leftbottom.jpg" "b/\345\205\260\351\246\250\345\204\277/img/leftbottom.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..4a784747bf743a3eec54bb4605b159ca48a18803 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/leftbottom.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/login.jpg" "b/\345\205\260\351\246\250\345\204\277/img/login.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..2249f78860fe8d8e31d2ce86f18a1c718a9eecd2 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/login.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/news.jpg" "b/\345\205\260\351\246\250\345\204\277/img/news.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..977f2adc7eeefa9ea382899e2090dcf2a8b3b185 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/news.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/news1.jpg" "b/\345\205\260\351\246\250\345\204\277/img/news1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45595c59999963375f9c3024d14da81ea86603bb Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/news1.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/news2.jpg" "b/\345\205\260\351\246\250\345\204\277/img/news2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..21ea81a6fa9bd4d3d9602d0124de5d4541779848 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/news2.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/news3.jpg" "b/\345\205\260\351\246\250\345\204\277/img/news3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..64c36c381f075ad4ddfe510ff8d3a2d45d177a6b Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/news3.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/recommend.jpg" "b/\345\205\260\351\246\250\345\204\277/img/recommend.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..76f60119200403a2268c4359c8f28c4ae987d3d1 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/recommend.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/img/tips.jpg" "b/\345\205\260\351\246\250\345\204\277/img/tips.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..42664b75a294f981b99f053946387e8ba8a27e44 Binary files /dev/null and "b/\345\205\260\351\246\250\345\204\277/img/tips.jpg" differ diff --git "a/\345\205\260\351\246\250\345\204\277/index.html" "b/\345\205\260\351\246\250\345\204\277/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..ef3b5680f0de3d1b5274b3b4154600397012bc90 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/index.html" @@ -0,0 +1,145 @@ + + + + +无标题文档 + + + + + + + +
+
+ + + + +
+ + diff --git "a/\345\205\260\351\246\250\345\204\277/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" "b/\345\205\260\351\246\250\345\204\277/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..4945bb2e000cdc725bd4eacd96d422be711310e6 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/text/1_1\347\231\273\345\275\225.txt" "b/\345\205\260\351\246\250\345\204\277/text/1_1\347\231\273\345\275\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..179072b591403c1d50542403da6a8011208a6703 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/1_1\347\231\273\345\275\225.txt" @@ -0,0 +1,14 @@ +
+ +
\ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/text/1_2\345\210\206\347\261\273.txt" "b/\345\205\260\351\246\250\345\204\277/text/1_2\345\210\206\347\261\273.txt" new file mode 100644 index 0000000000000000000000000000000000000000..e493cf33b47d1bec05bf05e6b352ad80d7f1ea7a --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/1_2\345\210\206\347\261\273.txt" @@ -0,0 +1,32 @@ +

;

+ +

+ +

۸

+ \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" "b/\345\205\260\351\246\250\345\204\277/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" new file mode 100644 index 0000000000000000000000000000000000000000..22f142b940b3af793d5fc47f579a4060ce03f4f2 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" "b/\345\205\260\351\246\250\345\204\277/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" new file mode 100644 index 0000000000000000000000000000000000000000..f89b23c8e444ae8c5fced5df702940b3cfcf1482 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" "b/\345\205\260\351\246\250\345\204\277/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" new file mode 100644 index 0000000000000000000000000000000000000000..389368eb07fead55d3cf368162db69a30e56c8f3 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" "b/\345\205\260\351\246\250\345\204\277/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" new file mode 100644 index 0000000000000000000000000000000000000000..acb685c7765be49ea342312cbfd4ae2dc92670a3 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/\346\273\241\345\261\213\350\212\261.html" "b/\345\205\260\351\246\250\345\204\277/\346\273\241\345\261\213\350\212\261.html" new file mode 100644 index 0000000000000000000000000000000000000000..4e33008d026296c3ccacf2e8151b794d7d63003d --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/\346\273\241\345\261\213\350\212\261.html" @@ -0,0 +1,55 @@ + + + + +无标题文档 + + + + +
+
满屋花
+
用户登录
+
本地快讯
+
鲜花推荐
+
新品上市
+
鲜花导购
+
+ +