diff --git a/nine/index.html b/nine/index.html new file mode 100644 index 0000000000000000000000000000000000000000..5ba723afc3fd0fc40f97aa859cabf1bd5a3ba8df --- /dev/null +++ b/nine/index.html @@ -0,0 +1,341 @@ + + + + +无标题文档 + + + + +
+
+ + +
+
+
+
+ +
+
+ +
+ +
+ + diff --git "a/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/base.css" "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..c9d2c2188d97b85a143a28f2072588d20dea16f6 --- /dev/null +++ "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/base.css" @@ -0,0 +1,16 @@ +/* CSS Document */ + +* { + margin: 0; + padding: 0; + position: relative; + font-size: 12px; +} +body { + background-color: #FFD8D9; +} +#father { + width: 700px; + height: 1000px; + margin: 0 auto; +} diff --git "a/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/left.css" "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..18251381efcf6e45252871d93519c71865d6f8fa --- /dev/null +++ "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/left.css" @@ -0,0 +1,83 @@ +/* CSS Document */ + +#left { + background: url(../img/leftbottom.jpg) no-repeat bottom white; + width: 180px; + margin-right: 2px; + float: left; +} +#login { + background-image: url(../img/login.jpg); + background-repeat: no-repeat; + width: 180px; + padding-top: 55px; +} +#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 { + width: 100px; + border-style: none; + border-bottom: solid 1px black; + padding-bottom: 5px; +} +#login .btnStyle { + text-align: center; + padding-right: 6px; + padding-left: 6px; + margin-top: 10px; +} +#login a:hover { + text-decoration: none; + color: #000; + position: relative; + left: 2px; + button: 3px; +} +#sort { + background-image: url(../img/category.jpg); + background-repeat: no-repeat; + width: 180px; + padding-top: 50px; + padding-bottom: 5px; +} +#sort h3 { + background-color: #FFD8D9; + margin-left: 20px; + width: 130px; + font-size: larger; + margin-top: 5px; + margin-bottom: 5px; +} +#sort li { + border-bottom: dashed 1px black; + line-height: 25px; + width: 115px; + background: url(../img/icon1.gif) no-repeat left center; +} +#sort ul { + list-style: none; + padding-left: 20px; +} +#sort a { + padding-left: 15px; + font-weight: 500; + color: black; + text-decoration: none; +} +#sort a:hover { + position: relative; + right: 1px; + bottom: 1px; + color: #DC143C; + text-decoration: underline; +} diff --git "a/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/right.css" "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..9cb30b1e3c7fbfb504c54c1037182c332942c7bc --- /dev/null +++ "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/right.css" @@ -0,0 +1,95 @@ +/* CSS Document */ + +#right { + width: 518px; + height: 900px; + float: left; + +} +#news { + background: url(../img/news.jpg) no-repeat; + height:109px; + background-color:#FFF; + padding-top:33px; + margin-top:2px; + +} +#news ul{ + list-style:none; +} +#news li { + float: left; + margin-left:2px; +} + +li:hover{ + position:relative; + bottom:1px; + right:1px; +} +#recommend{ + background:url(../img/recommend.jpg) no-repeat ; + height:324px ; + background-color:#FFF; + padding-top:33px; + margin-top:2px; +} +#recommend ul{ + list-style:none; +} +#recommend li{ + float:left; + margin-left:18.4px; + text-align:center; + line-height:21px; +} +#recommend a { + text-decoration:none; + color:black; +} +#fresh{ + background:url(../img/fresh.jpg) no-repeat; + height:150px ; + background-color:#FFF; + padding-top:33px; + margin-top:2px; + +} +#fresh ul{ + list-style:none; +} +#fresh li{ + margin-left:18.4px; + float:left; + text-align:center; + line-height:21px; +} +#fresh a{ + text-decoration:none; + color:#000; +} +#tips{ + background:url(../img/tips.jpg) no-repeat white; + height:140px; + padding-top:35px; + margin-top: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:#000; + text-decoration:none; + text-align:center; + margin-left:15px; +} diff --git "a/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/top.css" "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..5697bf509584113cd376ec2cbddfe4e0d30c9bf1 --- /dev/null +++ "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/css/top.css" @@ -0,0 +1,36 @@ +/* CSS Document */ + +#top { + width: 700px; + height: 153px; + margin-bottom: 2px; + float: left; + +} +#banner { + background-image:url(../img/banner.jpg); + height: 120px; + width: 700px; +} +#button ul { + list-style: none; +} +#button li { + width: 100px; + float: left; +} +#button a { + background-image:url(../img/button1.jpg); + display: block; + width: 100px; + line-height:33px; + text-align: center; + text-decoration: none; + color: #3B0C0C; +} +#button a:hover { + background-image:url(../img/button1_bg.jpg); + position: relative; + right: 2px; + button: 2px; +} diff --git "a/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/index.html" "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..462eceebe07e5cb95316fef2cf4e3e293baee456 --- /dev/null +++ "b/\344\270\207\347\250\213\347\245\245 \346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,146 @@ + + + + +满屋花 + + + + + + + +
+
+ + + + +
+ + diff --git "a/\344\275\231\346\200\235\346\235\260/css/father.css" "b/\344\275\231\346\200\235\346\235\260/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..c2c518bb31059bf59cd2a5dd2824fe3c943e2c75 --- /dev/null +++ "b/\344\275\231\346\200\235\346\235\260/css/father.css" @@ -0,0 +1,27 @@ + + +*{ + margin: 0; + padding: 0; + font-size: 13px; +} +#father{ + + width: 700px; + height: 1000px; + margin: 0 auto; +} +body{ + background: #FFD8D9; +} +ul{ + list-style:none; +} +a:hover{ + position:relative; + bottom:1px; + right:1px; +} +a{ + color:black; +} \ No newline at end of file diff --git "a/\344\275\231\346\200\235\346\235\260/css/left.css" "b/\344\275\231\346\200\235\346\235\260/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..4707e67cb3a5a56d2a8bda3903e913257830e27b --- /dev/null +++ "b/\344\275\231\346\200\235\346\235\260/css/left.css" @@ -0,0 +1,68 @@ +#left{ + background: url("../img/leftbottom.jpg") no-repeat; + background: white; + width: 180px; + + float: left; + margin-right: 2px; + border-radius: 15px; +} +#login{ + background: url("../img/login.jpg") no-repeat; + width: 180px; + padding-top: 50px; + padding-left: 14px; +} +#left ul{ + list-style: none; +} +.txtStyle{ + border: none; + border-bottom: solid 1px black; + width: 100px; +} +#login li{ + padding-top: 8px; +} +.btnStyle{ + width: 40px; +} +#login a{ + text-decoration: none; + color: black; +} +#login a:hover{ + bottom: 1px; + right: 1px; + position: relative; +} +#category{ + background: url("../img/category.jpg") no-repeat; + width: 180px; + padding-top: 50px; + padding-left: 14px; +} +#category h3{ + background: #FFD8D9; + width: 130px; + margin-top: 5px; +} +#category li{ + border-bottom: dashed 1px black; + width: 100px; + padding-top: 5px; + padding-left: 8px; + line-height: 25px; + background: url("../img/icon1.gif") no-repeat left center; +} +#category a{ + text-decoration: none; + color: black; +} +#category a:hover{ + position: relative; + bottom: 1px; + right: 1px; + color: red;text-decoration:underline; +} + diff --git "a/\344\275\231\346\200\235\346\235\260/css/right.css" "b/\344\275\231\346\200\235\346\235\260/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..ad3239b071d28849c3b46e9f3d83e6fd293e3e3d --- /dev/null +++ "b/\344\275\231\346\200\235\346\235\260/css/right.css" @@ -0,0 +1,73 @@ +#right{ + width:518px; + height:800px; + float:right; +} +#news{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:107px; +} +#news ul{ + list-style:none; +} +#news li{ + float:left; + margin-left:2px; +} +#recommend{ + background:url(../img/recommend.jpg) no-repeat white; + padding-top:33px; + margin-top:2px; + height:400px; +} +#recommend li{ + float:left; + margin-left:18.8px; + margin-top:5px; + text-align:center; + padding-top:30px; +} +a{ + text-decoration:none; +} +#fresh{ + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + margin-top:4px; + height:146px; +} +#fresh li{ + float:left; + margin-left:18.8px; + margin-top:5px; + text-align:center; +} +#tips{ + background:url(../img/tips.jpg) no-repeat white; + margin-top:4px; + padding-top:35px; + padding-left:50px; + height:160px; +} +#tips li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat left center; + padding-left:15px; + line-height:30px; + padding-top:8px; +} + + + + + + + + + + + + + diff --git "a/\344\275\231\346\200\235\346\235\260/css/top.css" "b/\344\275\231\346\200\235\346\235\260/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..c83e9da5986f05b23c6e6c28ea496235bf206455 --- /dev/null +++ "b/\344\275\231\346\200\235\346\235\260/css/top.css" @@ -0,0 +1,34 @@ + +#top{ + + width: 700px; + height: 153px; + margin-bottom: 2px; +} +#banner{ + width: 700px; + height: 120px; + background: url("../img/banner.jpg") no-repeat; +} +#nav ul{ + list-style: none; +} +#nav li{ + float: left; + width: 100px; + text-align: center; + line-height: 33px; + background: url("../img/button1.jpg") no-repeat; +} +#nav a{ + text-decoration: none; + color: black; +} +#nav li:hover{ + position: relative; + bottom: 1px; + right: 1px; + background: url("../img/button1_bg.jpg") no-repeat; +} + + diff --git "a/\344\275\231\346\200\235\346\235\260/index.html" "b/\344\275\231\346\200\235\346\235\260/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..8e53c268163f35073bdc1c408b875da8afe36e98 --- /dev/null +++ "b/\344\275\231\346\200\235\346\235\260/index.html" @@ -0,0 +1,146 @@ + + + + +满屋花 + + + + + + + +
+ + + +
+ + diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/base.css" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..90129cd481801affb1bec18b9e640d342789a136 --- /dev/null +++ "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/base.css" @@ -0,0 +1,12 @@ +body{ + width: 700px; + height: 1000px; + margin:0px auto; + background-color: #FFD8D9; + font-size: 12px; + } +*{ + padding: 0px; + margin: 0px; + } + \ No newline at end of file diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/left.css" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..7b25f51b6ea812ffb79f43d616f790a658e8916e --- /dev/null +++ "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/left.css" @@ -0,0 +1,68 @@ +#left{ + width:180px; + height:1000px; + background-color: white; + float: left; +} +#login{ + width: 180px; + height: 120px; + background:url(../img/login.jpg) no-repeat; +} +#login ul{ + padding-top:50px; +} +.txtStyle{ + width: 100px; + border: none; + border-bottom: solid 1px #003399; + margin: 5px; +} +#login li{ + list-style: none; +} +.btnStyle{ + width: 50px; +} +#login a{ + text-decoration: none; +} +#login a:hover{ + position: relative; + right: 2px; + bottom: 2px; +} +#txt{ + background: url(../img/category.jpg)no-repeat; + width: 180px; + height: 900px; + padding-top: 50px; + padding-left: 20px; + +} +#txt li{ + list-style: none; + height: 30px; + width: 120px; + border-bottom: dashed 1px black; +} +#txt h3{ + width:140px; + background-color: #FFD8D9; + } +#txt a{ + text-decoration: dashed; + background: url(../img/icon1.gif) no-repeat left center; + padding-left: 10px; + color: #000000; + +} +#txt a:hover{ + position: relative; + right: 1px; + height: 1px; +} +#txt ul{ + line-height: 40px; +} + diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/right.css" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..d426f814454927012c345199970cfe52636569b2 --- /dev/null +++ "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/right.css" @@ -0,0 +1,68 @@ +#right{ + width:518px; + height:1000px; + background-color: cornflowerblue; + float: left; + margin-left: 2px; +} +#right ul{ + list-style:none; + } +#lhl{ + background:url(../img/news.jpg) no-repeat #FFF; + width:518px; + height:107px; + padding-top:40px; + margin-bottom:2px; + } +#lhl li{ + float:left; + margin-left:2px; + } +#hzt{ + background:url(../img/recommend.jpg) no-repeat white; + height: 310px; + padding-top: 40px; +} +#hzt li{ + float: left; + margin-right: 20px; + text-align: center; +} +#hzt a{text-decoration: dashed; + color: #000000; +} +#wyf{ + background:url(../img/fresh.jpg) no-repeat white; + height: 150px; + padding-top: 33px; +} +#wyf li{ + float: left; + margin-right: 20px; + text-align: center; +} +#wyf a{ + text-decoration: dashed; + color: #000000; + } +#cyy{ + background: url(../img/tips.jpg) no-repeat white; + height: 200px; + padding-top: 120px; +} +#cyy li{ + float: left; + width: 210px; + list-style: url(../img/icon2.gif); + margin-left: 40px; + margin-top: 10px; +} +#cyy a{ + text-decoration: dashed; +} +#cyy a:hover{ + position: relative; + right: 1px; + bottom: 1px; +} \ No newline at end of file diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/top.css" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..c5f620a7428d2a328c68df38c049973a48c8e370 --- /dev/null +++ "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/css/top.css" @@ -0,0 +1,32 @@ +#top{ + width: 700px; + height: 153px; + margin-bottom: 2px; + background-color: white; +} +#top ul{ + list-style: none; +} +#bener{ + background:url(../img/banner.jpg) no-repeat; + width:700px; + height: 120px; +} +#nav li{ + width: 100px; + line-height:33px; + text-align: center; + float: left; +} +#nav a{ + background: url(../img/button1.jpg) no-repeat; + text-decoration: dashed; + display: block; + color:black; +} +#nav a:hover{ + background: url(../img/button1_bg.jpg) no-repeat; + position: relative; + right: 1px; + bottom: 1px; +} \ No newline at end of file diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/banner.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/banner.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/button1.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/button1.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/category.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/category.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower1.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower1.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower10.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower10.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower11.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower11.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower12.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower12.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower2.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower2.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower3.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower3.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower4.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower4.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower5.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower5.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower6.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower6.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower7.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower7.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower8.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower8.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower9.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/flower9.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/fresh.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/fresh.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/icon1.gif" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/icon1.gif" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/icon2.gif" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/icon2.gif" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/login.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/login.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news1.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news1.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news2.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news2.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news3.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/news3.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/recommend.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/recommend.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/tips.jpg" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\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/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/img/tips.jpg" differ diff --git "a/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/index.html" "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..8f00479b3b415321ce5cd994b1daf1bf09542313 --- /dev/null +++ "b/\345\207\214\345\256\217\344\270\275/\346\273\241\345\261\213\350\212\2612/\346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,146 @@ + + + + + + + + + + + +
+ + + +
+ + diff --git "a/\345\207\214\347\204\225\344\270\232/css/left.css" "b/\345\207\214\347\204\225\344\270\232/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..075b99dc13e8c76c49a1d8a2a25a1d0b14749945 --- /dev/null +++ "b/\345\207\214\347\204\225\344\270\232/css/left.css" @@ -0,0 +1,58 @@ +/* CSS Document */ +#left{ + width:180px; + height:800px; + float:left; + margin-right:2px; + background:url(../img/leftbottom.jpg) no-repeat bottom #FFF; +} +#login{ + width:180px; + background-color:#F33; + background:url(../img/login.jpg) no-repeat; + padding-top:50px; + padding-left:24px; +} +#left ul{ + list-style:none; +} +.txtStyle{ + width:100px; + border:none; + border-bottom:solid 1px black; +} +#login li{ + margin-top:5px; +} +.btnStyle{ + width:40px; +} +#left a{ + text-decoration:none; + color:black; +} +#left a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#categcry{ + background:url(../img/category.jpg) no-repeat; + padding-top:50px; + padding-left:24px; +} +#categcry a:hover{ + color:#DC143C; + text-decoration:underline; +} +#categcry li{ + border-bottom:dashed 1px black; + line-height:25px; + width:115px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; +} +#categcry h3{ + background:#FFD8D9; + width:130px; +} \ No newline at end of file diff --git "a/\345\207\214\347\204\225\344\270\232/css/right.css" "b/\345\207\214\347\204\225\344\270\232/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..5b3230b1c0aa08fcaae0b532a1a8964c9946d5e0 --- /dev/null +++ "b/\345\207\214\347\204\225\344\270\232/css/right.css" @@ -0,0 +1,72 @@ +/* CSS Document */ +#right{ + width:518px; + height:800px; + float:right; +} +#news{ + height:107px; + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + +} +ul{ + list-style:none; +} +a{ + text-decoration:none; + color:black; +} +#news li{ + float:left; + margin-left:2px; +} +a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#recommend{ + height:300px; + background:url(../img/recommend.jpg) no-repeat white; + padding-top:33px; + margin-top:2px; +} +#recommend li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#fresh{ + height:140px; + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + margin-top:2px; +} +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#tips{ + height:115px; + background:url(../img/tips.jpg) no-repeat white; + padding-top:33px; + margin-top:2px; +} +#tips li{ + float:left; + width:200px; + margin-top:5px; + background:url(../img/icon2.gif) no-repeat left; + padding-left:10px; + line-height:20px; +} + + + + + + diff --git "a/\345\207\214\347\204\225\344\270\232/css/tase.css" "b/\345\207\214\347\204\225\344\270\232/css/tase.css" new file mode 100644 index 0000000000000000000000000000000000000000..65906f772bfd9f4bd900cbe9713f80ee72cb3e6d --- /dev/null +++ "b/\345\207\214\347\204\225\344\270\232/css/tase.css" @@ -0,0 +1,14 @@ +/* CSS Document */ +#father{ + width:700px; + height:1000px; + margin:0 auto; +} +body{ + background-color:#FFD8D9; +} +*{ + margin:0; + padding:0; + font-size:12px; +} diff --git "a/\345\207\214\347\204\225\344\270\232/css/top.css" "b/\345\207\214\347\204\225\344\270\232/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..f39abfaad429613ba33421e37eb9176035bf6097 --- /dev/null +++ "b/\345\207\214\347\204\225\344\270\232/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); +} +#nav ul{ + list-style:none; +} +#nav li{ + float:left; + width:100px; + text-align:center; + line-height:33px; +} +#nav a{ + text-decoration:none; + background:url(../img/button1.jpg); + 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/\345\207\214\347\204\225\344\270\232/index.html" "b/\345\207\214\347\204\225\344\270\232/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..f06f7c7b3f95b23f8ce481af1992e4c588bcf231 --- /dev/null +++ "b/\345\207\214\347\204\225\344\270\232/index.html" @@ -0,0 +1,145 @@ + + + + +满屋花 + + + + + + + +
+ + + +
+ + diff --git "a/\345\210\230\345\230\211\344\277\212/css/base.css" "b/\345\210\230\345\230\211\344\277\212/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..faf8e61fa41aa0bfa9db9e105412b1f945eccafd --- /dev/null +++ "b/\345\210\230\345\230\211\344\277\212/css/base.css" @@ -0,0 +1,14 @@ +*{ + padding:0; + margin:0; + font-size:12px; +} +#father{ + width:700px; + height:1000px; + margin:0 auto; +} +body{ + background-color:#FFD8D9; +} + diff --git "a/\345\210\230\345\230\211\344\277\212/css/left.css" "b/\345\210\230\345\230\211\344\277\212/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..63ca09193d7429a875c4b483504d18554aa9dd05 --- /dev/null +++ "b/\345\210\230\345\230\211\344\277\212/css/left.css" @@ -0,0 +1,63 @@ +/* CSS Document */ +#left{ + width:180px; + height:860px; + float:left; + background:url(../img/leftbottom.jpg) bottom no-repeat; + background-color:white; +} +#login{ + background:url(../img/login.jpg) no-repeat; + width:180px; + hieght:50px; +} +#left ul{ + list-style:none; +} +#login ul{ + padding-top:50px; + padding-left:24px; +} +.txtStyle{ + border:none; + border-bottom:solid 1px black; + margin-top:5px; + width:90px; +} +.btnStyle{ + margin-top:5px; + padding-left:10px; +} +#left a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#left a{ + color:black; + text-decoration:none; +} +#category{ + background:url(../img/category.jpg) no-repeat #FFF; + padding-top:50px; + padding-left:20px; +} +h3{ + background-color:#FFD8D9; + width:140px; + +} +#category li{ + background:url(../img/icon1.gif) no-repeat left center; + padding-left:10px; + margin-bottom:7px; + border-bottom:dashed 1px black; + width:125px; +} +#category a:hover{ + color:pink; +} + + + + diff --git "a/\345\210\230\345\230\211\344\277\212/css/right.css" "b/\345\210\230\345\230\211\344\277\212/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..e674eeb3ae3b80baebf03cfded90135b66a9af62 --- /dev/null +++ "b/\345\210\230\345\230\211\344\277\212/css/right.css" @@ -0,0 +1,91 @@ +/* CSS Document */ +#right{ + width:518px; + float:left; + margin-left:2px; +} +#news{ + background:url(../img/news.jpg) no-repeat #FFF; + width:518px; + height:140px; + +} +#news ul{ + padding-top:35px; +} +#right ul{ + list-style:none; +} +#news li{ + float:left; + margin-left:2px; +} +#news a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#recommnd{ + background:url(../img/recommend.jpg) no-repeat #FFF; + width:518px; + height:350px; + margin-top:5px; + padding-top:40px +} +#recommnd li{ + float:left; + margin-left:18.8px; + padding-top:20px; + text-align:center; +} + +#recommnd a{ + text-decoration:none; + color:black; +} +#fresh{ + background:url(../img/fresh.jpg) no-repeat #FFF; + width:518px; + height:170px; + margin-top:5px; +} +#fresh li{ + float:left; + list-style:none; + padding-top:35px; + margin-left:18.8px; + text-align:center; +} +#fresh a{ + text-decoration:none; + color:black; +} +#tips{ + background:url(../img/tips.jpg) no-repeat #FFF; + width:518px; + height:100px; + padding-top:40px; + margin-top:5px; +} + +#tips li{ + float:left; + width:200px; + margin-left:40px; + margin-top:5px; + padding-left:5px; + background:url(../img/icon2.gif) no-repeat left center; +} +#tips a{ + text-decoration:none; + color:black; +} +#tips a:hover{ + position:relative; + bottom:1px; + right:1px; +} + + + + \ No newline at end of file diff --git "a/\345\210\230\345\230\211\344\277\212/css/top.css" "b/\345\210\230\345\230\211\344\277\212/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..9530350b753cbdafc893f70cb2e7fdbbd4d88fe8 --- /dev/null +++ "b/\345\210\230\345\230\211\344\277\212/css/top.css" @@ -0,0 +1,32 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + margin-bottom:2px; +} +#banner{ + background:url(../img/banner.jpg) no-repeat; + width:700px; + height:120px; +} +#nav ul{ + list-style:none; +} +#nav li{ + float:left; + width:100px; + text-align:center; + line-height:33px; +} +#nav a{ + text-decoration:none; + color:#4F2224; + background:url(../img/button1.jpg) no-repeat; + display:block; +} +#nav a:hover{ + background:url(../img/button1_bg.jpg) no-repeat; + position:relative; + bottom:1px; + right:1px; +} diff --git "a/\345\210\230\345\230\211\344\277\212/mwh.html" "b/\345\210\230\345\230\211\344\277\212/mwh.html" new file mode 100644 index 0000000000000000000000000000000000000000..0b6ecac256625f21b4d0c49b96eaeaef6069951e --- /dev/null +++ "b/\345\210\230\345\230\211\344\277\212/mwh.html" @@ -0,0 +1,146 @@ + + + + +满屋花 + + + + + + + +
+ + + +
+ + diff --git "a/\345\210\230\345\256\236\346\203\240/css/baba.css" "b/\345\210\230\345\256\236\346\203\240/css/baba.css" new file mode 100644 index 0000000000000000000000000000000000000000..23b860b51400e39b856bff28ea850f67214a6208 --- /dev/null +++ "b/\345\210\230\345\256\236\346\203\240/css/baba.css" @@ -0,0 +1,12 @@ +*{ + margin: 0; + padding: 0; + font-size: 12px; +} +body{ + background-color: lightpink; +} +#baba{ + width: 700px; + margin: 0 auto; +} \ No newline at end of file diff --git "a/\345\210\230\345\256\236\346\203\240/css/left.css" "b/\345\210\230\345\256\236\346\203\240/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..b71bd293fe905448ae5e672d4d2c1a08c3651b24 --- /dev/null +++ "b/\345\210\230\345\256\236\346\203\240/css/left.css" @@ -0,0 +1,57 @@ +#left{ + width: 180px; + background-color: white; + float: left; +} +#login{ + background: url(../img/login.jpg) no-repeat; + height: 50px; +} +#login ul{ + padding-top: 50px; + padding-left: 24px; +} +.txtStyle{ + border-style: none; + border-bottom: solid 1px black; + width: 100px; + padding-top: 5px; + width: 90px; +} +.btnStyle{ + margin-top: 5px; +} +#login a{ + padding-left: 10px; + color: #000000; +} +#login a:hover{ + position: relative; + right: 1px; + bottom: 1px; +} +#category{ + margin-top: 60px; + background: url(../img/category.jpg) no-repeat; + padding-left: 20px; +}#d1{ + padding-top: 50px; +} +h3{ + margin-top: 10px; + width: 140px; + background-color: pink; +} +#category li{ + background: url(../img/icon1.gif) no-repeat left center; + padding-left: 10px; + margin-bottom: 10px; + border-bottom: dashed 1px black; + width: 125px; +} +#category a{ + color: #000000; +} +#category a:hover{ + color: pink; +} diff --git "a/\345\210\230\345\256\236\346\203\240/css/right.css" "b/\345\210\230\345\256\236\346\203\240/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..34caa013c8d5b52e40ee1d50167c906418238d2a --- /dev/null +++ "b/\345\210\230\345\256\236\346\203\240/css/right.css" @@ -0,0 +1,58 @@ +#right{ + width: 518px; + margin-left: 2px; + float: right; +} +#d2{ + background:url(../img/news.jpg) no-repeat; + width: 518px; + height: 110px; + padding-top: 35px; + border-bottom: 1px; + background-color: white; +} +#d2 li{ + float: left; + margin-left: 2px; + +} +#d3{ + background: url(../img/tips.jpg)no-repeat; + width: 518px; + height: 360px; + margin-top: 3px; + background-color: white; +} +#d3 li{ + float: left; + padding-top: 35px; + padding-left: 18.8px; +} +#d3 a{ + color: #000000; +}#d3 a:hover{ + color: brown; +} +#d4{ + background: url(../img/fresh.jpg)no-repeat; + padding-top: 40px; + height: 120px; +} +#d4 li{ + padding-top: 35px; + float: left; + padding-left: 18.8px; + background-color: white; +} +#d4 a{ + float: left; + color: #000000; +} +#d5{ + width: 468px; + margin-top: 6px; + float: left; + background: url(../img/icon2.gif )no-repeat; + background-color: white; +} + diff --git "a/\345\210\230\345\256\236\346\203\240/css/top.css" "b/\345\210\230\345\256\236\346\203\240/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..7381fdc7bd17d128ac2d4d0de3f6a8e2dc967297 --- /dev/null +++ "b/\345\210\230\345\256\236\346\203\240/css/top.css" @@ -0,0 +1,33 @@ +#top{ + width: 700px; + height: 153px; + background-color: antiquewhite; + margin-bottom: 2px; +} +#banner{ + background-image: url(../img/banner.jpg); + width: 700px; + height: 120px; +} +ul,a{ + text-decoration: none; + list-style: none; +} +#nav li{ + float: left; + width: 100px; + text-align: center; + line-height: 33px; +} +#nav a{ + background:url(../img/button1.jpg) ; + display: block; + color: brown; +} +#nav a:hover{ + background: url(../img/button1_bg.jpg); + position: relative; + right: 1px; + bottom: 1px; +} + diff --git "a/\345\210\230\345\256\236\346\203\240/img/banner.jpg" "b/\345\210\230\345\256\236\346\203\240/img/banner.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..03a687818349e02b216681540117b6c8c4ae119f Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/banner.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/button1.jpg" "b/\345\210\230\345\256\236\346\203\240/img/button1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..fc31aa10d9e488134a989da1be340541988174d1 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/button1.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/button1_bg.jpg" "b/\345\210\230\345\256\236\346\203\240/img/button1_bg.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c557dd3c2bd9677cd6770667938898761286209e Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/button1_bg.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/category.jpg" "b/\345\210\230\345\256\236\346\203\240/img/category.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45d66335b2157dc685c72d225ed7e7e6ff883c3d Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/category.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower1.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5ed2e206bd155d44130a285c167d23d32412de13 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower1.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower10.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower10.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e5f604d21762f513b9605cafe949b8608d0e84e1 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower10.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower11.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower11.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..74f584776ac3732c25a83e8a435b35fe8ac35828 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower11.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower12.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower12.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0bf80c6eafe23c284be1995005514e88721424dd Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower12.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower2.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e9908f56ee19a82b2cde9e5b25d0aa8309a95700 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower2.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower3.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b1597c127a00ace6e19a6a2611c7b8225980c42c Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower3.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower4.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f791a7b786e99a977a6959a238a977eb0ee92e9f Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower4.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower5.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1f92793d4de9c2f9be284560094e4c72f327de1d Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower5.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower6.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f186d81bc417945c0d459bccd91d4842a767e3ff Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower6.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower7.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower7.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ee94badc217c0d52de19972f6fc4983afaaf9f03 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower7.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower8.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower8.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f2c3d89885d7ef244f8b1cbbf4a1a2073e2d409a Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower8.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/flower9.jpg" "b/\345\210\230\345\256\236\346\203\240/img/flower9.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d3cfbd9dd696aaaaa95350223d288491844eb911 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/flower9.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/fresh.jpg" "b/\345\210\230\345\256\236\346\203\240/img/fresh.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..97e36233bd0083d0ad471ddf40ef3219bfe36bce Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/fresh.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/icon1.gif" "b/\345\210\230\345\256\236\346\203\240/img/icon1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..e2675ed479ff51373e82b6a3fd3c94f07ee6e01e Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/icon1.gif" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/icon2.gif" "b/\345\210\230\345\256\236\346\203\240/img/icon2.gif" new file mode 100644 index 0000000000000000000000000000000000000000..86fcdca29ae77ab85eda61e6c7badc8d3ea3a18b Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/icon2.gif" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/leftbottom.jpg" "b/\345\210\230\345\256\236\346\203\240/img/leftbottom.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..4a784747bf743a3eec54bb4605b159ca48a18803 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/leftbottom.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/login.jpg" "b/\345\210\230\345\256\236\346\203\240/img/login.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..2249f78860fe8d8e31d2ce86f18a1c718a9eecd2 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/login.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/news.jpg" "b/\345\210\230\345\256\236\346\203\240/img/news.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..977f2adc7eeefa9ea382899e2090dcf2a8b3b185 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/news.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/news1.jpg" "b/\345\210\230\345\256\236\346\203\240/img/news1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45595c59999963375f9c3024d14da81ea86603bb Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/news1.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/news2.jpg" "b/\345\210\230\345\256\236\346\203\240/img/news2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..21ea81a6fa9bd4d3d9602d0124de5d4541779848 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/news2.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/news3.jpg" "b/\345\210\230\345\256\236\346\203\240/img/news3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..64c36c381f075ad4ddfe510ff8d3a2d45d177a6b Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/news3.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/recommend.jpg" "b/\345\210\230\345\256\236\346\203\240/img/recommend.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..76f60119200403a2268c4359c8f28c4ae987d3d1 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/recommend.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/img/tips.jpg" "b/\345\210\230\345\256\236\346\203\240/img/tips.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..42664b75a294f981b99f053946387e8ba8a27e44 Binary files /dev/null and "b/\345\210\230\345\256\236\346\203\240/img/tips.jpg" differ diff --git "a/\345\210\230\345\256\236\346\203\240/index.html" "b/\345\210\230\345\256\236\346\203\240/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..ce2f58ddfc45442d860e4081d3bebbedb3e6e715 --- /dev/null +++ "b/\345\210\230\345\256\236\346\203\240/index.html" @@ -0,0 +1,148 @@ + + + + + 满屋花 + + + + + + +
+ +
+
+
+ +
+
+ +
+ + + 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\210\230\346\226\207\345\274\272/css/bace.css" "b/\345\210\230\346\226\207\345\274\272/css/bace.css" new file mode 100644 index 0000000000000000000000000000000000000000..83371aa1ed6dd05fc2cdf59cf27880cfb0d119bf --- /dev/null +++ "b/\345\210\230\346\226\207\345\274\272/css/bace.css" @@ -0,0 +1,23 @@ +/* CSS Document */ +*{ + margin:0; + padding:0; + font-size:12px; + color:#000; +} +body{ + background-color:#ffd8d9; +} +a{ + text-decoration:none; +} +ul{ + list-style:none; +} +li{ +} +#father{ + width:700px; + height:900px; + margin:0 auto; +} diff --git "a/\345\210\230\346\226\207\345\274\272/css/left.css" "b/\345\210\230\346\226\207\345\274\272/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..81fbeda0cee175d882dd7ad4e39cd47acbd2f857 --- /dev/null +++ "b/\345\210\230\346\226\207\345\274\272/css/left.css" @@ -0,0 +1,59 @@ +/* CSS Document */ +#left { + + float: left; + width: 180px; + height:750px; + background:url(../img/leftbottom.jpg) no-repeat bottom; + background-color: #FFF; +} +#login { + background: url(../img/login.jpg) no-repeat; + width: 180px; + height: 120px; + float: left; +} +#login ul { + padding-left: 20px; + padding-top: 50px; +} +#login .txtStyle { + border: none; + border-bottom: solid 1px; + width: 100px; + margin-top: 5px; +} +#login .btnStyle { + margin-top: 5px; + padding: 2px; +} +#login a:hover{ + position:relative; + bottom:2px; + right:2px; +} +#class{ + background:url(../img/category.jpg) no-repeat; + float:left; + width:180px; + padding-left:20px; + padding-top:50px; +} +#class li{ + padding-left:15px; + border-bottom:dashed 1px; + width:115px; + margin-top:5px; + background:url(../img/icon1.gif) no-repeat left center; +} +#class h3{ + margin-top:5px; + background-color:#ffd8d9; + width:130px; +} +#class a:hover{ + color:#F00; + position:relative; + bottom:2px; + right:2px; +} diff --git "a/\345\210\230\346\226\207\345\274\272/css/right.css" "b/\345\210\230\346\226\207\345\274\272/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..5e6df2b4dbf5252d1d5a35f1888c92355871aa21 --- /dev/null +++ "b/\345\210\230\346\226\207\345\274\272/css/right.css" @@ -0,0 +1,91 @@ +/* CSS Document */ +#right{ + width:518px; + height:900px; + float:right; +} +#kx{ + background:url(../img/recommend.jpg) no-repeat; + width:518px; + height:33px; +} +#kx ul{ + padding-top:33px; +} +#kx li{ + float:left; + padding-left:2px; +} +#tj{ + background:url(../img/news.jpg) no-repeat #FFF; + width:518px; + height:345px; + float:left; +} +#tj1{ + width:518px; + padding-top:40px; + padding-left:25px; + +} +#tj1 li{ + float:left; + padding-left:10px; + text-align:center; + +} +#tj1 li:hover{ + position:relative; + bottom:2px; + right:2px; +} +#ss{ + background:url(../img/fresh.jpg) no-repeat #FFF; + float:left; + width:518px; + height:170px; + margin-top:2px; +} +#ss1{ + width:518px; + padding-top:25px; + padding-left:10px; +} +#ss1 li{ + float:left; + padding:10px; + text-align:center;s +} +#ss1 li:hover{ + position:relative; + bottom:2px; + right:2px; +} +#dg{ + background:url(../img/tips.jpg) no-repeat #FFF; + width:518px; + height:160px; + float:left; + margin-top:2px; + padding-top:30px; +} +#dg1 li{ + padding-left:20px; + float:left; + width:200px; + line-height:25px; + list-style:url(../img/icon2.gif); + margin-left:20px; + +} +#dg1 li:hover{ + position:relative; + bottom:2px; + right:2px; +} +#dg1 a{ + margin-left:-20px + } + + + diff --git "a/\345\210\230\346\226\207\345\274\272/css/top.css" "b/\345\210\230\346\226\207\345\274\272/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..b1af68784689cc3cb0cfc4fae85d099b4b5b4564 --- /dev/null +++ "b/\345\210\230\346\226\207\345\274\272/css/top.css" @@ -0,0 +1,29 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + float:left; + margin-bottom:2px; +} +#ban{ + background:url(../img/banner.jpg) no-repeat; + width:700px; + height:120px; +} +#nav li{ + float:left; + width:100px; + text-align:center; + line-height:33px; + background:url(../img/button1.jpg) no-repeat; +} +#top a{ + color:#000; +} +#top li:hover{ + background:url(../img/button1_bg.jpg) no-repeat; + position:relative; + bottom:2px; + right:2px; +} + diff --git "a/\345\210\230\346\226\207\345\274\272/index.html" "b/\345\210\230\346\226\207\345\274\272/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..16593e5dc3d1e840c67efe8dfaaa4aa7edc5f6b3 --- /dev/null +++ "b/\345\210\230\346\226\207\345\274\272/index.html" @@ -0,0 +1,146 @@ + + + + +满屋花 + + + + + + + + + + diff --git "a/\345\210\230\351\237\265\345\251\267/css/base.css" "b/\345\210\230\351\237\265\345\251\267/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..74bd1d361dea3267fba612f59d8095ca72b7bdab --- /dev/null +++ "b/\345\210\230\351\237\265\345\251\267/css/base.css" @@ -0,0 +1,31 @@ +*{ + margin:0px; + padding:0px; + background-color:#FCC; + } +#father{ + width:700px; + height:1100px; + background-color:#FCC; + margin:auto; +} +#top{ + width:700px; + height:153px; + background-color:#06F; + margin-bottom:2px; + float:left; +} +#left{ + width:180px; + height:900px; + background-color:#09F; + float:left; + margin-right:2px; +} +#right{ + width:518px; + height:900px; + background-color:#FCC; + float:left; +} \ No newline at end of file diff --git "a/\345\210\230\351\237\265\345\251\267/css/left.css" "b/\345\210\230\351\237\265\345\251\267/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..b9772433c6e3644cffe95edb12ba7b6a30508093 --- /dev/null +++ "b/\345\210\230\351\237\265\345\251\267/css/left.css" @@ -0,0 +1,57 @@ +#left{ + width:180px; + height:900px; + background:url(../img/leftbottom.jpg) no-repeat bottom; + background-color:#FFF; + float:left; +} +#left ul{ + list-style:none; +} +#login a{ + text-decoration:none; + } +#login{ + width:180px; + background:url(../img/login.jpg) no-repeat; + padding:50px 0px 0px 24px; +} +#login .txtStyle{ + width:100px; +} +#login a,li,input{ + background-color:#FFF; +} +.txtStyle{ + border:none; + border-bottom:solid 1px #000000; +} +#left a:hover{ + margin-top:1px; + margin-left:1px; +} +#category{ + background:url(../img/category.jpg) no-repeat; + padding:50px 24px 5px 24px; +} +#category a{ + background-color:#FFF; +} +#category li{ + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + line-height:25px; + border-bottom:dashed 1px; + background-color:#FFF; +} +#category h3{ + background:#FFD8D9; + margin-top:10px; + font-size:16px; +} +#category a{ + text-decoration:none; + color:#000; + font-size:14px; +} + diff --git "a/\345\210\230\351\237\265\345\251\267/css/right.css" "b/\345\210\230\351\237\265\345\251\267/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..f6c9220d293c6b6431d508d227efc4c7c125d6a9 --- /dev/null +++ "b/\345\210\230\351\237\265\345\251\267/css/right.css" @@ -0,0 +1,92 @@ +#right{ + width:518px; + height:900px; + float:right; +} +#right ul{ + list-style:none; +} +#right li{ + float:left; +} +#right li:hover{ + position:relative; + bottom:1px; + right:1px; +} +#right a{ + background-color:#FFF; + color:#000; +} +#aaa{ + background:url(../img/news.jpg) no-repeat #FFF; + padding-top:33px; + height:111px; +} +#bbb{ + background:url(../img/recommend.jpg) no-repeat #FFF; + padding-top:33px; + margin-top:5px; + height:310px; +} +#ccc{ + background:url(../img/fresh.jpg) no-repeat #FFF; + padding-top:33px; + margin-top:5px; + height:132px; +} +#ddd{ + background:url(../img/tips.jpg) no-repeat #FFF; + padding-top:43px; + margin-top:5px; + height:153px; + padding-left:10px; +} +#ddd li{ + float:left; + width:220px; + background:url(../img/icon2.gif) no-repeat left center; + padding-left:10px; + line-height:25px; +} +#right a{ + text-align:center; + text-decoration:none; + margin:0px; +} +#bbb,ccc li{ + padding:53px 20px 20px 20px; + margin:auto; +} +#bbb li{ + float:left; + padding-left:10px; + text-align:center; +} +#ccc li{ + margin-left:8px; + float:left; + padding-left:10px; + text-align:center; +} + + + + + + + + + + + + + + + + + + + + + diff --git "a/\345\210\230\351\237\265\345\251\267/css/top.css" "b/\345\210\230\351\237\265\345\251\267/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..4d676480977c54b135cf468660633e9b382f9408 --- /dev/null +++ "b/\345\210\230\351\237\265\345\251\267/css/top.css" @@ -0,0 +1,29 @@ +#banner{ + background:url(../img/banner.jpg); + width:700px; + height:120px; +} +#nav ul{ + list-style:none; +} +#nav li{ + line-height:33px; + float:left; + width:100px; + text-align:center; +} +#nav a{ + text-decoration:none; + font-family:楷体; + color:#C06; + background:url(../img/button1.jpg); + width:100px; + height:33px; + display:block; +} +#nav a:hover{ + background:url(../img/button1_bg.jpg); + position:relative; + bottom:1px; +} + \ No newline at end of file diff --git "a/\345\210\230\351\237\265\345\251\267/img/banner.jpg" "b/\345\210\230\351\237\265\345\251\267/img/banner.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..03a687818349e02b216681540117b6c8c4ae119f Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/banner.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/button1.jpg" "b/\345\210\230\351\237\265\345\251\267/img/button1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..fc31aa10d9e488134a989da1be340541988174d1 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/button1.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/button1_bg.jpg" "b/\345\210\230\351\237\265\345\251\267/img/button1_bg.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c557dd3c2bd9677cd6770667938898761286209e Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/button1_bg.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/category.jpg" "b/\345\210\230\351\237\265\345\251\267/img/category.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45d66335b2157dc685c72d225ed7e7e6ff883c3d Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/category.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower1.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5ed2e206bd155d44130a285c167d23d32412de13 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower1.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower10.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower10.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e5f604d21762f513b9605cafe949b8608d0e84e1 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower10.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower11.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower11.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..74f584776ac3732c25a83e8a435b35fe8ac35828 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower11.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower12.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower12.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0bf80c6eafe23c284be1995005514e88721424dd Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower12.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower2.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e9908f56ee19a82b2cde9e5b25d0aa8309a95700 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower2.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower3.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b1597c127a00ace6e19a6a2611c7b8225980c42c Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower3.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower4.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f791a7b786e99a977a6959a238a977eb0ee92e9f Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower4.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower5.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1f92793d4de9c2f9be284560094e4c72f327de1d Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower5.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower6.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f186d81bc417945c0d459bccd91d4842a767e3ff Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower6.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower7.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower7.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ee94badc217c0d52de19972f6fc4983afaaf9f03 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower7.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower8.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower8.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f2c3d89885d7ef244f8b1cbbf4a1a2073e2d409a Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower8.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/flower9.jpg" "b/\345\210\230\351\237\265\345\251\267/img/flower9.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d3cfbd9dd696aaaaa95350223d288491844eb911 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/flower9.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/fresh.jpg" "b/\345\210\230\351\237\265\345\251\267/img/fresh.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..97e36233bd0083d0ad471ddf40ef3219bfe36bce Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/fresh.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/icon1.gif" "b/\345\210\230\351\237\265\345\251\267/img/icon1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..e2675ed479ff51373e82b6a3fd3c94f07ee6e01e Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/icon1.gif" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/icon2.gif" "b/\345\210\230\351\237\265\345\251\267/img/icon2.gif" new file mode 100644 index 0000000000000000000000000000000000000000..86fcdca29ae77ab85eda61e6c7badc8d3ea3a18b Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/icon2.gif" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/leftbottom.jpg" "b/\345\210\230\351\237\265\345\251\267/img/leftbottom.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..4a784747bf743a3eec54bb4605b159ca48a18803 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/leftbottom.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/login.jpg" "b/\345\210\230\351\237\265\345\251\267/img/login.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..2249f78860fe8d8e31d2ce86f18a1c718a9eecd2 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/login.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/news.jpg" "b/\345\210\230\351\237\265\345\251\267/img/news.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..977f2adc7eeefa9ea382899e2090dcf2a8b3b185 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/news.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/news1.jpg" "b/\345\210\230\351\237\265\345\251\267/img/news1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45595c59999963375f9c3024d14da81ea86603bb Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/news1.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/news2.jpg" "b/\345\210\230\351\237\265\345\251\267/img/news2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..21ea81a6fa9bd4d3d9602d0124de5d4541779848 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/news2.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/news3.jpg" "b/\345\210\230\351\237\265\345\251\267/img/news3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..64c36c381f075ad4ddfe510ff8d3a2d45d177a6b Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/news3.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/recommend.jpg" "b/\345\210\230\351\237\265\345\251\267/img/recommend.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..76f60119200403a2268c4359c8f28c4ae987d3d1 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/recommend.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/img/tips.jpg" "b/\345\210\230\351\237\265\345\251\267/img/tips.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..42664b75a294f981b99f053946387e8ba8a27e44 Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/img/tips.jpg" differ diff --git "a/\345\210\230\351\237\265\345\251\267/index.html" "b/\345\210\230\351\237\265\345\251\267/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..773158b22b46c6ee1ebdd9f53ea753d617e88a9f --- /dev/null +++ "b/\345\210\230\351\237\265\345\251\267/index.html" @@ -0,0 +1,149 @@ + + + + +满屋花 + + + + + + + + + + diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/base.css" "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..d54e7445d5312881d5f458a9e88fd848387d10a6 --- /dev/null +++ "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/base.css" @@ -0,0 +1,13 @@ +/* CSS Document */ +#father{ + width:700px; + margin:0 auto; } +*{ + margin:0; + padding:0; + font-size:12px; +} +body{ + background-color:#FFD8D9; +} + diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/left.css" "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..d1f7984f1e485659526c07a167805d0012427014 --- /dev/null +++ "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/left.css" @@ -0,0 +1,62 @@ +/* CSS Document */ +#left{ + width:180px; + height:850px; + float:left; + background:url(../img/leftbottom.jpg) no-repeat bottom#FFF; +} +#login{ + width:180px; + background-color:white; + background:url(../img/login.jpg); + background-repeat:no-repeat; + padding-top:50px; + padding-left:25px; +} +#left ul{ + list-style:none; +} +#login .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px black; +} +#login li{ + margin-top:5px; +} +.textStyle{ + width:40px; +} +#left a{ + color:black; + text-decoration:none; +} +#left a:hover{ + position:relative; + right:1px; + bottom:1px; +} +#category{ + width:180px; + height:700px; + background-color:white; + background:url(../img/category.jpg) no-repeat; + 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; +} +#category h3{ + background-color:#FFD8D9; + width:130px; + margin-top:5px; +} +#category a:hover{ + color:#DC143C; + text-decoration:underline; +} \ No newline at end of file diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/right.css" "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..0888c5eb85b3fb4cb1e6f507e1d5a703fe13bf44 --- /dev/null +++ "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/right.css" @@ -0,0 +1,57 @@ +/* CSS Document */ +#right{ + width:518px; + height:850px; + float:left; + margin-left:2px; +} +#news{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:107px; +} +#right ul{ + list-style:none; +} +#news li{ + float:left; + margin-left:2px; +} +#recommend{ + background:url(../img/recommend.jpg) no-repeat white; + padding-top:33px; + height:300px; + margin-top:2px; +} +#recommend li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#fresh{ + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + height:140px; + margin-top:2px; +} +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#tips{ + background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + height:151px; + margin-top:2px; + padding-left:50px; +} +#tips li{ + float:left; + width:200px; + padding-left:15px; + line-height:30px; + background:url(../img/icon2.gif) no-repeat left center; +} \ No newline at end of file diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/top.css" "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..8955669c7b0070d34a17f8185f56bfef5b139272 --- /dev/null +++ "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/css/top.css" @@ -0,0 +1,32 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + margin-bottom:2px; +} +#banner{ + background:url(../img/banner.jpg); + width:700px; + height:120px; +} +#nav li{ + float:left; + width:100px; + line-height:33px; + text-align:center; +} +#nav ul{ + list-style:none; +} +#nav a{ + text-decoration:none; + display:block; + background:url(../img/button1.jpg); + color:#664543; +} +#nav a:hover{ + background:url(../img/button1_bg.jpg); + position:relative; + right:1px; + bottom:1px; +} \ No newline at end of file diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/debug.log" "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/debug.log" new file mode 100644 index 0000000000000000000000000000000000000000..d4e5d7d3fbe73478a1a4746be6a14bf42d0fa90a --- /dev/null +++ "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/debug.log" @@ -0,0 +1 @@ +[1209/162231.694:ERROR:directory_reader_win.cc(43)] FindFirstFile: ϵͳҲָ· (0x3) diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/banner.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/banner.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/button1.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/button1.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/button1_bg.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/category.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/category.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower1.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower1.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower10.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower10.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower11.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower11.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower12.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower12.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower2.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower2.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower3.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower3.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower4.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower4.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower5.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower5.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower6.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower6.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower7.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower7.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower8.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower8.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower9.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/flower9.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/fresh.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/fresh.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/icon1.gif" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/icon1.gif" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/icon2.gif" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/icon2.gif" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/leftbottom.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/login.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/login.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news1.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news1.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news2.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news2.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news3.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/news3.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/recommend.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/recommend.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/tips.jpg" "b/\345\210\230\351\276\231\345\206\260/\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/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/img/tips.jpg" differ diff --git "a/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/index.html" "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..0c22338b587fe967a2304eaf6fb223cc9342c306 --- /dev/null +++ "b/\345\210\230\351\276\231\345\206\260/\346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,145 @@ + + + + +满屋花 + + + + + + + + + + + + diff --git "a/\345\220\264\347\205\214/css/base.css" "b/\345\220\264\347\205\214/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..ac1154ab842394e01524d39de4df4249e53ea355 --- /dev/null +++ "b/\345\220\264\347\205\214/css/base.css" @@ -0,0 +1,16 @@ +/* CSS Document */ +*{ + margin:0; + padding:0; + font-size:13px; + color:#000; +} + +body{ + background-color:#ffd8d9; +} +#father{ + width:700px; + height:1000px; + margin:auto; +} \ No newline at end of file diff --git "a/\345\220\264\347\205\214/css/left.css" "b/\345\220\264\347\205\214/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..362f2c49299a8bf4a2206de8c4190ca7f7af6721 --- /dev/null +++ "b/\345\220\264\347\205\214/css/left.css" @@ -0,0 +1,69 @@ +/* CSS Document */ +#left{ + width:180px; + height:846px; + float:left; + background:url(../images/leftbottom.jpg) no-repeat bottom; + background-color:white; +} +#login{ + width:180px; + height:70px; + background:url(../images/login.jpg) no-repeat; + padding-top:60px; + padding-left:20px; +} +#login ul{ + list-style:none; +} +.txtStyle{ + width:100px; + margin-bottom:5px; + border:none; + border-bottom:solid 1px; black; +} +.btnStyle{ + padding:2px; +} +#login a{ + text-decoration:none; +} +#login a:hover{ + position:relative; + right:1px; + bottom:1px; +} +#type{ + background:url(../images/category.jpg) no-repeat; + padding-top:60px; +} +#type ul{ + list-style:none; + +} +#type a{ + text-decoration:none; + +} +#type li{ + border-bottom:dashed 1px black; + margin-left:30px; + width:110px; + padding-top:5px; +} +#type h3{ + margin-left:30px; + margin-top:10px; + margin-bottom:3px; + padding-bottom:2px; + background-color:#ffd8d9; + width:110px; +} +#type a:hover{ + position:relative; + right:1px; + bottom:1px; + color:red; + text-decoration:underline; + +} \ No newline at end of file diff --git "a/\345\220\264\347\205\214/css/right.css" "b/\345\220\264\347\205\214/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..0d479c63c3dc417013cd25fb0e0e7c258c7a7568 --- /dev/null +++ "b/\345\220\264\347\205\214/css/right.css" @@ -0,0 +1,118 @@ +#right{ + width:518px; + height:800px; + float:left; + margin-left:2px; +} +#new{ + width:518px; + height:150px; + float:left; + background:url(../images/news.jpg) no-repeat; + background-color:white; +} +#new ul{ + list-style:none; + +} +#new li{ + float:left; + margin-top:40px; + padding:1px; +} +#new li:hover{ + position:relative; + right:1px; + bottom:1px; +} +#listed{ + width:518px; + height:350px; + margin-top:2px; + padding-top:20px; + float:left; + background:url(../images/recommend.jpg) no-repeat; + background-color:white; +} +#listed ul{ + list-style:none; +} +#listed a { + text-decoration:none; +} +#listed li{ + float:left; + margin-top:15px; + padding:5px; + margin-left:10.5px; + text-align:center; +} +#listed li:hover{ + position:relative; + right:1px; + bottom:1px; +} +#fresh{ + width:518px; + height:170px; + float:left; + margin-top:2px; + background:url(../images/fresh.jpg) no-repeat; + background-color:white; +} +#fresh ul{ + list-style:none; +} +#fresh li{ + float:left; + margin-top:30px; + padding:5px; + margin-left:10.5px; + text-align:center; +} +#fresh a { + text-decoration:none; +} +#fresh li:hover{ + position:relative; + right:1px; + bottom:1px; +} +#tips{ + width:518px; + height:130px; + float:left; + margin-top:2px; + background:url(../images/tips.jpg) no-repeat; + background-color:white; + padding-top:20px; + +} +#tips ul{ + list-style:none; +} +#tips a{ + text-decoration:none; +} +#tips li{ + float:left; + width:200px; + margin-top:15px; + background:url(../images/icon2.gif) left center no-repeat; + margin-left:30px; + padding-left:8px; +} +#tips li:hover{ + position:relative; + right:1px; + bottom:1px; +} + + + + + + + + + diff --git "a/\345\220\264\347\205\214/css/top.css" "b/\345\220\264\347\205\214/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..d7fa919b5759b8d53c049ace0b6117df0f536773 --- /dev/null +++ "b/\345\220\264\347\205\214/css/top.css" @@ -0,0 +1,34 @@ +#top{ + width:700px; + height:153px; + margin-bottom:2px; +} +#banner{ + width:700px; + height:120px; + background:url(../images/banner.jpg) no-repeat; +} +#nav{ + width:700px; +} +#nav ul{ + list-style:none; +} +#nav li{ + float:left; + width:100px; + height:33px; + line-height:33px; + text-align:center; + background:url(../images/button1.jpg) no-repeat; +} +#nav a{ + text-decoration:none; +} +#nav li:hover{ + background:url(../images/button1_bg.jpg); + position:relative; + right:1px; + bottom:1px; +} + diff --git "a/\345\220\264\347\205\214/index.html" "b/\345\220\264\347\205\214/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..5c6f0280c3be9e393e16a279c203f1f126feec10 --- /dev/null +++ "b/\345\220\264\347\205\214/index.html" @@ -0,0 +1,151 @@ + + + + +无标题文档 + + + + + + + + +
+
+
+
+ + 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\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/bash.css" "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/bash.css" new file mode 100644 index 0000000000000000000000000000000000000000..8792bad9e7411ce7806995b33d98fe531bd59d89 --- /dev/null +++ "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/bash.css" @@ -0,0 +1,28 @@ +/* CSS Document */ +*{ + margin:0; + padding:0; + font-size:14px; + + } +body{ + background-color:#FFD8D9; + } +#father{ + width:700px; + height:0px; + margin:0 auto; + } + ul{ + list-style:none; + } + a:hover{ + position:relative; + bottom:1px; + right:1px; + } + a{ + text-decoration:none; + color:#000; + padding-bottom:2px; + } \ No newline at end of file diff --git "a/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/left.css" "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..38ebbee83ffda1657f1fbc77c8e3c2487dec7d09 --- /dev/null +++ "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/left.css" @@ -0,0 +1,86 @@ +/* CSS Document */ +#left{ + width:180px; + float:left; + background: url("../img/leftbottom.jpg") no-repeat bottom; + background-color:#FFF; + } +#denglu{ + width:180px; + background-color:#FFF; + background-image:url(../img/login.jpg); + background-repeat:no-repeat; + padding-top:50px; + padding-left:24px; + } +#left ul{ + list-style:none; + } +#denglu .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px #000000; + } +#denglu li{ + margin-top:5px; + } +.btnStyle{ + width:40px; + } +#left a{ + text-decoration:none; + color:black; + } +#left a:hover{ + position:relative; + bottom:1px; + right:1px; + } +#fenlei a:hover{ + color:#dc143c; + text-decoration:underline; + } +#fenlei{ + width:180px; + height:700px; + background:url(../img/category.jpg) no-repeat; + padding-top:50px; + padding-left:24px; + } +#fenlei li{ + border-bottom:dashed 1px black; + line-height:25px; + width:115px; + background:url("../img/icon1.gif") no-repeat left center; + padding-left: 15px; + } +#fenlei h3{ + background-color: #ffd8d9; + width: 130px; + margin-top: 5px; + } + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/right.css" "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..3e6b75583ca68950f1391b162611907db1ecb6c4 --- /dev/null +++ "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/right.css" @@ -0,0 +1,65 @@ +/* CSS Document */ +#right{ + width:518px; + height:700px; + float:left; + margin-left:2px; + } +#news{ + background:url(../img/news.jpg) no-repeat white; + padding-top:33px; + height:115px; + } +#news li{ + float:left; + margin-left:2px; + } +#recommen{ + background:url(../img/recommend.jpg) no-repeat white; + padding-top:33px; + margin-top:2px; + height:320px; + } +#recommen li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; + } + +#fresh{ + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + margin-top:2px; + height:150px; + } +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; + } +#tips{ + background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + margin-bottom:2px; + height:140px; + 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/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/top.css" "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..f2999dcafd9cecb1f9f380435e1d5a4ce48ea725 --- /dev/null +++ "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/css/top.css" @@ -0,0 +1,37 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + background-color:#F00; + margin-bottom:2px; + } + + +#banner{ + width:700px; + height:120px; + background-image:url(../img/banner.jpg) + } +#nav ul{ + list-style:none; + } +#nav li{ + float:left; + text-align:center; + width:100px; + line-height:33px; + } +#nav a{ + text-decoration:none; + color:#64373B; + display:block; + height:33px; + background-image:url(../img/button1.jpg); + } + +#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/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/index.html" "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..1909edd2e50fa5436681958189b801a69b09a240 --- /dev/null +++ "b/\345\255\237\344\273\244\345\235\244\347\232\204\344\275\234\344\270\232/index.html" @@ -0,0 +1,146 @@ + + + + +无标题文档 + + + + + + + +
+ + + + + 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/\345\276\220\346\261\237\346\273\250/css/baes.css" "b/\345\276\220\346\261\237\346\273\250/css/baes.css" new file mode 100644 index 0000000000000000000000000000000000000000..840d19cc3ba2dd8ba13a86f8988383a3d8e9766c --- /dev/null +++ "b/\345\276\220\346\261\237\346\273\250/css/baes.css" @@ -0,0 +1,16 @@ +/* CSS Document */ +#father{ + width:700px; + 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\276\220\346\261\237\346\273\250/css/left.css" "b/\345\276\220\346\261\237\346\273\250/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..348a4095719661db4d1d159bbbcc774d72782a4f --- /dev/null +++ "b/\345\276\220\346\261\237\346\273\250/css/left.css" @@ -0,0 +1,38 @@ +#left { + width: 180px; + float: left; + background:url(../img/leftbottom.jpg) no-repeat bottom; +} +#login { + background: url(../img/login.jpg) no-repeat; + padding: 50px 24px 0px 24px; +} +#login .txtStyle { + width: 100px; + border: none; + border-bottom: solid 1px; +} +#login li { + margin-top: 5px; +} +#login .btnStyle { + width: 38px; +} +#login a { + text-decoration: none; + color: black; +} +#category { + background: url(../img/category.jpg) no-repeat; + padding: 50px 24px 5px 24px; +} +#category li { + background: url(../img/icon1.gif) no-repeat left center; + padding-left: 15px; + line-height: 25px; + border-bottom: dashed 1px; +} +#category h3 { + background: #FFD8D9; + margin-top: 10px; +} diff --git "a/\345\276\220\346\261\237\346\273\250/css/right.css" "b/\345\276\220\346\261\237\346\273\250/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..4d99a95d76b717bee3841c3702f4684935a5aed6 --- /dev/null +++ "b/\345\276\220\346\261\237\346\273\250/css/right.css" @@ -0,0 +1,52 @@ +#right{ + width:518px; + height:800px; + float:right; + } +#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; + 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 white; + padding-top:33px; + margin-left:2px; + height:140px; + } +#fresh li{ + float:left; + margin-left:18.8px; + margin-top:5px; + text-align:center; + } +#tips{ + background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + height:151px; + padding-left:50px; + margin-top:2px; + } +#tips li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat left center; + padding-left:15px; + line-height:30px; + } \ No newline at end of file diff --git "a/\345\276\220\346\261\237\346\273\250/css/top.css" "b/\345\276\220\346\261\237\346\273\250/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..79b90d4236cd027ad0ab5d0bb7ebac030081ded0 --- /dev/null +++ "b/\345\276\220\346\261\237\346\273\250/css/top.css" @@ -0,0 +1,27 @@ +#top{ + width:700px; + height:153px;; + margin-bottom:2px; + } +#banner{ + background:url(../img/banner.jpg); + width:700px; + height:120px; + } +#nav li{ + float:left; + width:100px; + text-align:center; + line-height:33px; + background:url(../img/button1.jpg); + } +#nav a{ + text-decoration:none; + color:#900; + } +#nav li:hover{ + background:url(../img/button1_bg.jpg); + position:relative; + bottom:1px; + right:1px; + } \ No newline at end of file diff --git "a/\345\276\220\346\261\237\346\273\250/index.html" "b/\345\276\220\346\261\237\346\273\250/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..5a6635de73f695c6506c7bd8ae5a777fe3b9e697 --- /dev/null +++ "b/\345\276\220\346\261\237\346\273\250/index.html" @@ -0,0 +1,146 @@ + + + + +满舞花 + + + + + + + + + + diff --git "a/\346\235\216\345\230\211\345\237\216/css/base.css" "b/\346\235\216\345\230\211\345\237\216/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..7ede11446fbc8f2ee169e4cb86fb3aef72760ac3 --- /dev/null +++ "b/\346\235\216\345\230\211\345\237\216/css/base.css" @@ -0,0 +1,25 @@ +#father { + width: 700px; + height: 1000px; + margin: 0 auto; +} +* { + margin: 0; + padding: 0; + font-size: 13px; + color: #664543; +} +body { + background-color: #ffd8d9; +} +ul { + list-style-type: none; +} +a:hover { + position: relative; + bottom: 1px; + right: 1px; +} +a { + text-decoration: none; +} diff --git "a/\346\235\216\345\230\211\345\237\216/css/left.css" "b/\346\235\216\345\230\211\345\237\216/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..b8b78f16fe594181475549d736e945333e00487e --- /dev/null +++ "b/\346\235\216\345\230\211\345\237\216/css/left.css" @@ -0,0 +1,55 @@ +#left { + width: 180px; + height: 850px; + float: left; + margin-right: 2px; + background: url(../img/leftbottom.jpg) no-repeat bottom; + background-color: #FFF; +} +#login { + background-image: url(../img/login.jpg); + background-repeat: no-repeat; + padding-top: 50px; + padding-left: 20px; + width: 180px; +} +#login ul { + list-style: none; +} +.txtStyle { + width: 110px; + border: none; + border-bottom: solid 1px #000000; +} +#login li { + margin-top: 7px +} +.btnStyle { + width: 50px; +} +#login a { + color: #000; +} +#login a:hover { + position: relative; + bottom: 1px; + right: 1px; +} +#category { + width: 180px; + background: url(../img/category.jpg) no-repeat left top; + padding-left: 24px; + padding-top: 50px; +} +#category li { + border-bottom: dashed 1px #000000; + line-height: 25px; + width: 115px; + background: url(../img/icon1.gif) no-repeat center left; + padding-left: 15px; +} +#category h3 { + background-color: #ffd8d9; + width: 130px; + margin-top: 5px; +} diff --git "a/\346\235\216\345\230\211\345\237\216/css/right.css" "b/\346\235\216\345\230\211\345\237\216/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..3122b7e9f0e0273120c9930e1a9dfd6645bdc43c --- /dev/null +++ "b/\346\235\216\345\230\211\345\237\216/css/right.css" @@ -0,0 +1,61 @@ +#right { + width: 518px; + height: 700px; + float: left; +} +#latest { + background-image: url(../img/news.jpg); + background-repeat: no-repeat; + background-color: #FFF; + padding-top: 35px; + height: 115px; +} +#latest li { + float: left; + padding-left: 2px; +} +#recommend { + background-image: url(../img/recommend.jpg); + margin-top: 2px; + background-repeat: no-repeat; + padding-top: 35px; + padding-bottom: 8px; + height: 290px; + background-color: #FFF; +} +#recommend li { + padding-left: 18.8px; + float: left; + text-align: center; +} +#news { + background-image: url(../img/fresh.jpg); + background-repeat: no-repeat; + background-color: #FFF; + height: 200px; + margin-top: 2px; + height: 165px; +} +#news li { + padding-left: 18.8px; + padding-top: 35px; + float: left; + text-align: center; +} +#trip { + background-image: url(../img/tips.jpg); + background-repeat: no-repeat; + background-color: #FFF; + height: 140px; + margin-top: 2px; + padding-top: 55px; +} +#trip li { + float: left; + width: 200px; + background: url(../img/icon2.gif) no-repeat center left; + margin-left: 10px; + line-height: 20px; + padding-left: 15px; + padding-top: 10px; +} diff --git "a/\346\235\216\345\230\211\345\237\216/css/top.css" "b/\346\235\216\345\230\211\345\237\216/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..4888d40853ce21445ea5df6b176ff24f6a1de9de --- /dev/null +++ "b/\346\235\216\345\230\211\345\237\216/css/top.css" @@ -0,0 +1,31 @@ +#top { + width: 700px; + height: 153px; + margin-bottom: 2px; + float: left; +} +#banner { + width: 700px; + height: 120px; + background: url(../img/banner.jpg) no-repeat; +} +#nav ul { + list-style: none; +} +#nav li { + float: left; + text-align: center; + line-height: 33px; + width: 100px; +} +#nav a { + background-image: url(../img/button1.jpg); + display: block; + width: 100px; +} +#nav a:hover { + background-image: url(../img/button1_bg.jpg); + position: relative; + bottom: 1px; + right: 1px; +} diff --git "a/\346\235\216\345\230\211\345\237\216/index.html" "b/\346\235\216\345\230\211\345\237\216/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..5ba958e39e135d91f1edc66f547fa95d888b2a88 --- /dev/null +++ "b/\346\235\216\345\230\211\345\237\216/index.html" @@ -0,0 +1,146 @@ + + + + +满屋花 + + + + + + +
+ + + +
+ + diff --git "a/\346\235\216\345\272\206\346\211\215/css/bace.css" "b/\346\235\216\345\272\206\346\211\215/css/bace.css" new file mode 100644 index 0000000000000000000000000000000000000000..3112510bd7db1180b99ab22969b2738110874dc8 --- /dev/null +++ "b/\346\235\216\345\272\206\346\211\215/css/bace.css" @@ -0,0 +1,19 @@ +/* CSS Document */ + +*{ + margin:0; + padding:0; + font-size:12px; + } +body{ + background-color:#FFD8D9; + } +#father{ + width:700px; + height:1000px; + margin:0 auto; + } +a{ + text-decoration:none; + color:#000; + } diff --git "a/\346\235\216\345\272\206\346\211\215/css/left.css" "b/\346\235\216\345\272\206\346\211\215/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..277ab1edac6831997955c430a81de08023b1a3aa --- /dev/null +++ "b/\346\235\216\345\272\206\346\211\215/css/left.css" @@ -0,0 +1,75 @@ +#left{ + width:180px; + height:804px; + background:url(../img/leftbottom.jpg) no-repeat bottom; + background-color:#FFF; + float:left; + } +#left01{ + background-image:url(../img/login.jpg); + background-repeat:no-repeat; + padding-top:50px; + padding-left:25px; + } +#left ul{ + list-style:none; + } +#left .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px; + } +#left01 .btnStyle{ + width:40px; + margin-top:10px; + } +#left a{ + text-decoration:none; + color:#000; + } +#left02 a:hover{ + position:relative; + color:#F00; + border-bottom-style:solid; + + } +#left a:hover{ + position:relative; + bottom:1px; + right:1px; + } +#left02{ + background-image:url(../img/category.jpg); + background-repeat:no-repeat; + width:180px; + height:800px; + } +#left02 { + padding-top:50px; + padding-left:25px; + } +left h1,h2,h3{ + background-color:#ffd8d9; + width:140px; + } +#left02{ + color:#333; + } +#left02 ul{ + text-decoration:inherit; + margin-top:3px; + } +#left02 li{ + margin-top:4px; + border-bottom:dashed 1px; + width:125px; + background:url(../img/icon1.gif) no-repeat center; + background-position:left center; + padding-left:15px; + padding-bottom:3px; + } +#left h3{ + margin:10px 0px 0px ; + } + + diff --git "a/\346\235\216\345\272\206\346\211\215/css/right.css" "b/\346\235\216\345\272\206\346\211\215/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..c388fe9e3d3714211eb8ab626205ae88846bda79 --- /dev/null +++ "b/\346\235\216\345\272\206\346\211\215/css/right.css" @@ -0,0 +1,64 @@ +#right{ + width:518px; + height:1000px; + + float:left; + margin-left:2px; + + } +#right li{ + display:block; + } +#right01{ + background:url(../img/news.jpg) no-repeat #FFF; + float:left; + } +#right01 li{ + float:left; + margin:33px 0 0 2px; + } +#right02 { + background:url(../img/tips.jpg) no-repeat #FFF; + float:left; + padding-top:33px; + margin-top:5px; + } +#right02 li{ + float:left; + text-align:center; + margin-left:18.8px; + } +#right03{ + width:518px; + background:url(../img/recommend.jpg) no-repeat #FFF; + float:left; + padding-top:33px; + margin-top:5px; + } +#right03 li{ + float:left; + margin-left:18.8px; + } +#right04{ + height:150px; + background:url(../img/tips.jpg) no-repeat #FFF; + float:left; + margin-top:5px; + padding-top:33px; + padding-left:20px; + } +#right04 li{ + background:url(../img/icon2.gif) no-repeat left center; + padding-left:15px; + width:200px; + float:left; + line-height:30px; + } +#right a:hover{ + position:relative; + color:#F00; + position:relative; + bottom:1px; + right:1px; + + } \ No newline at end of file diff --git "a/\346\235\216\345\272\206\346\211\215/css/top.css" "b/\346\235\216\345\272\206\346\211\215/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..c67af91b5b65ff67e3234d12f760b67f2e66e5b7 --- /dev/null +++ "b/\346\235\216\345\272\206\346\211\215/css/top.css" @@ -0,0 +1,32 @@ +#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; + color:#664543; + 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/\346\235\216\345\272\206\346\211\215/index.html" "b/\346\235\216\345\272\206\346\211\215/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..2eadd9d08963b7525e065c8fe245ae9373f4d5d4 --- /dev/null +++ "b/\346\235\216\345\272\206\346\211\215/index.html" @@ -0,0 +1,147 @@ + + + + +满屋花 + + + + + + + + + + diff --git "a/\346\235\234\346\265\267\345\275\252/index.html" "b/\346\235\234\346\265\267\345\275\252/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..4d99f11bfb8e062a29541b304a8f1ff7f5b0b9ec --- /dev/null +++ "b/\346\235\234\346\265\267\345\275\252/index.html" @@ -0,0 +1,319 @@ + + + + +无标题文档 + + + +S + + + diff --git "a/\346\235\250\346\242\246\346\236\227/index.html" "b/\346\235\250\346\242\246\346\236\227/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..e3191ef05ad48b7ed9b67670b5791f35f9db8e2c --- /dev/null +++ "b/\346\235\250\346\242\246\346\236\227/index.html" @@ -0,0 +1,149 @@ + + + + +满屋花 + + + + + + + +
+ + + + + diff --git "a/\346\236\227\346\265\267\346\266\233/father.css" "b/\346\236\227\346\265\267\346\266\233/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..70a9ff36c425e3679c2d0c4fa5cd9fec7594bdc9 --- /dev/null +++ "b/\346\236\227\346\265\267\346\266\233/father.css" @@ -0,0 +1,23 @@ +*{ + margin: 0; + padding: 0; +} +body{ + background-color: pink; +} +.father{ + margin: auto; + width: 700px; +} +ul{ + list-style: none; +} +a:hover{ + position: relative; + bottom: 1px; + left: 1px; +} +a{ + color: black; + text-decoration: none; +} \ No newline at end of file diff --git "a/\346\236\227\346\265\267\346\266\233/index.html" "b/\346\236\227\346\265\267\346\266\233/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..c1d3932c37e9e90ce73d4cec111ec7dc37486f81 --- /dev/null +++ "b/\346\236\227\346\265\267\346\266\233/index.html" @@ -0,0 +1,147 @@ + + + + + + 满屋花 + + + + + + + + + \ No newline at end of file diff --git "a/\346\236\227\346\265\267\346\266\233/left.css" "b/\346\236\227\346\265\267\346\266\233/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..db49d6070537ef869b7c073880d608d7dfa0c1db --- /dev/null +++ "b/\346\236\227\346\265\267\346\266\233/left.css" @@ -0,0 +1,60 @@ +.left{ + background: url(./img/leftbottom.jpg) bottom no-repeat; + background-color:white; + width: 180px; + float:left; +} +.login{ + background: url(./img/login.jpg) no-repeat; + padding-top: 50px; + padding-left: 10px; +} +.login li{ + margin-top: 5px; +} +.login a{ + text-decoration: none; + color: black; +} +.login .txtStyle{ + border-style: none; + border-bottom: solid black 1px; + width: 100px; +} +.btnStyle{ + width: 35px; +} +.classify{ + background: url(./img/category.jpg) no-repeat; + width: 180px; + padding-top: 50px; + padding-left: 10px; +} +.classify ul{ + list-style: none; +} +.classify li{ + margin-top: 5px; + background: url(./img/icon1.gif) no-repeat; + border-bottom: dashed 1px black; + line-height: 25px; + width: 135px; + margin-bottom: 5px; + background-position: left center; + padding-left: 15px; +} +h3{ + background-color: pink; + width: 140px; +} +.classify a{ + text-decoration: none; + color: black; +} +.classify a:hover{ + position: relative; + left: 1px; + right: 1px; + color: red; + text-decoration: underline; +} \ No newline at end of file diff --git "a/\346\236\227\346\265\267\346\266\233/right.css" "b/\346\236\227\346\265\267\346\266\233/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..56cd3063d5c3ea0a6dbb61e2722ccbbad4b24534 --- /dev/null +++ "b/\346\236\227\346\265\267\346\266\233/right.css" @@ -0,0 +1,53 @@ +.right{ + width: 518px; + height: 900px; + float: left; + margin-left: 2px; +} +.news{ + background: url(./img/news.jpg) no-repeat pink; + padding-top: 33px; + height: 110px; +} +.news li{ + float: left; + margin-left: 2px; +} +.rec{ + background: url(./img/recommend.jpg) no-repeat white; + padding-top: 33px; + margin-top: 2px; + height: 320px; +} +.rec li{ + float: left; + text-align: center; + margin-left: 18.8px; + margin-top: 5px; +} +.fresh{ + background: url(./img/fresh.jpg) no-repeat white; + padding-top: 33px; + margin-top: 2px; + height:150px; +} +.fresh li{ + float: left; + text-align: center; + margin-left: 18.8px; + margin-top: 5px; +} +.tips{ + background: url(./img/tips.jpg) no-repeat white; + padding-top: 33px; + margin-top: 2px; + height: 265px; + padding-left: 15px; +} +.tips li{ + float: left; + width: 210px; + background: url(./img/icon2.gif) no-repeat left center; + padding-left: 15px; + line-height: 40px; +} \ No newline at end of file diff --git "a/\346\236\227\346\265\267\346\266\233/top.css" "b/\346\236\227\346\265\267\346\266\233/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..8a5de4c84ef953a0d84830eefece20b2d0411040 --- /dev/null +++ "b/\346\236\227\346\265\267\346\266\233/top.css" @@ -0,0 +1,24 @@ +.top{ + width: 700px; + height: 153px; + float: left; + margin-bottom: 2px; +} +.banner{ + background: url(./img/banner.jpg); + width: 700px; + height: 120px; +} +.nav li{ + float: left; + text-align: center; + line-height: 33px; + width: 100px; +} +.nav a{ + background: url(./img/button1.jpg); + display: block; +} +.nav a:hover{ + background: url(./img/button1_bg.jpg); +} diff --git "a/\346\256\265\345\227\243\345\207\257/css/father.css" "b/\346\256\265\345\227\243\345\207\257/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..98bb3546cf1ad0b4e8ee820b3ea3494e1f51a8b4 --- /dev/null +++ "b/\346\256\265\345\227\243\345\207\257/css/father.css" @@ -0,0 +1,19 @@ +/* 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; +} \ No newline at end of file diff --git "a/\346\256\265\345\227\243\345\207\257/css/left.css" "b/\346\256\265\345\227\243\345\207\257/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..197498f0f9d0afeb51ab1650f4ee02f937ff888c --- /dev/null +++ "b/\346\256\265\345\227\243\345\207\257/css/left.css" @@ -0,0 +1,72 @@ +/* CSS Document */ +#left{ + width:180px; + height:847px; + float:left; + margin-right:2px; + background:url(../img/leftbottom.jpg) no-repeat bottom; + background-color:white; +} +#left a{ + text-decoration:none; + color:#000; +} +#login{ + width:180px; + background-color:#ff6; + background:url(../img/login.jpg) no-repeat; + padding-top:50px; + padding-left:24px; +} +#left ul{ + list-style:none; +} +.txtStyle{ + width:100px; + + border:none; + border-bottom:solid 1px black; +} +#login li{ + margin-top:5px; +} +.btnStyle{ + width:40px; +} +#left a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#fenlei{ + width:180px; + height:50px; + background:url(../img/category.jpg) no-repeat; +} +#wenzi a:hover{ + color:#dc143c; + text-decoration:underline; + +} +#wenzi h3{ + background-color:#ffd8d9; + margin-left:25px; + margin-right:25px; + } +#wenzi ul{ + margin-left:25px; + margin-right:25px; +} +#wenzi li{ + background:url(../img/icon1.gif) no-repeat left center; + margin-left:15px; + border-bottom:dashed 0.5px #333333; + line-height:25px; + margin-bottom:2px; +} +#wenzi a{ + margin-left:15px; +} +#wenzi{ + width:150px; +} \ No newline at end of file diff --git "a/\346\256\265\345\227\243\345\207\257/css/right.css" "b/\346\256\265\345\227\243\345\207\257/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..21fa3461abd37613a6414ef406c000e7be804990 --- /dev/null +++ "b/\346\256\265\345\227\243\345\207\257/css/right.css" @@ -0,0 +1,64 @@ +/* CSS Document */ +#right{ + width:516px; + height:790px; + margin-left:2px; + float:left; +} +#right li:hover{ + position:relative; + bottom:2px; + left:2px; +} + +ul{ + list-style:none; +} +#kuaixun{ + background:url(../img/news.jpg) no-repeat #fff; + padding-top:33px; + height:109px; + margin-bottom:2px; + +} +#kuaixun li{ + float:left; + margin-left:1.5px; +} +#tuijian{ + background:url(../img/recommend.jpg) no-repeat #FFF; + padding-top:40px; + height:310px; + margin-bottom:2px; +} +#tuijian li{ + float:left; + margin-left:1804px; + text-align:center; +} +#xinpin{ + background:url(../img/fresh.jpg) no-repeat #FFF; + padding-top:40px; + height:145; + margin-bottom:2px; +} +#xinpin li{ + float:left; + margin-left:18.4px; + text-align:center; +} +#daogou{ + background:url(../img/tips.jpg) no-repeat #FFF; + padding-top:40px; + height:140px; +} +#daogou li{ + float:left; + width:230px; + margin-bottom:5px; + margin-left:25px; + background:url(../img/icon2.gif) no-repeat center; + +} +#daogou a{ + margin-left:20px;} \ No newline at end of file diff --git "a/\346\256\265\345\227\243\345\207\257/css/top.css" "b/\346\256\265\345\227\243\345\207\257/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..24239ef4779b38d402b2d38c72bc466b68cccac4 --- /dev/null +++ "b/\346\256\265\345\227\243\345\207\257/css/top.css" @@ -0,0 +1,32 @@ +/* CSS Document */ + +#top{ + width:700px; + height:120px; + background-color:#FFF; + margin-bottom:2px; +} +#banner{ + width:700px; + height:120px; + background:url(../img/banner.jpg) no-repeat; +} +#daohang li{ + float:left; + width:100px; + text-align:center; + line-height:33px; +} +#daohang a{ + text-decoration:none; + background:url(../img/button1.jpg); + display:block; + color:#664563; + +} +#daohang a:hover{ + background:url(../img/button1_bg.jpg); + position:relative; + bottom:1px; + right:1px; +} diff --git "a/\346\256\265\345\227\243\345\207\257/mwh.html" "b/\346\256\265\345\227\243\345\207\257/mwh.html" new file mode 100644 index 0000000000000000000000000000000000000000..db043b3a5c1973cfc18d28f90d7c69693c326aa8 --- /dev/null +++ "b/\346\256\265\345\227\243\345\207\257/mwh.html" @@ -0,0 +1,148 @@ + + + + +满屋花 + + + + + + + +
+ + + + + diff --git "a/\346\261\237\346\226\260\344\274\240/css/father.css" "b/\346\261\237\346\226\260\344\274\240/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..c9649c2bae2047795b8abd3849d3f2c34272e99c --- /dev/null +++ "b/\346\261\237\346\226\260\344\274\240/css/father.css" @@ -0,0 +1,6 @@ +body{ background-color:#FCC;} +*{ margin:0 auto; padding:0;} +#father{ width:700px; height:1000px; font-size:12px;} +ul{ list-style:none;} +a{ text-decoration:none; color:#000;} +a:hover{ position:relative; bottom:1px; right:1px; } \ No newline at end of file diff --git "a/\346\261\237\346\226\260\344\274\240/css/index.html" "b/\346\261\237\346\226\260\344\274\240/css/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..884afd2dd0f0c7ac48ee7b5a92c1bdf410ab0f62 --- /dev/null +++ "b/\346\261\237\346\226\260\344\274\240/css/index.html" @@ -0,0 +1,92 @@ + + + + +无标题文档 + + + + + + + + + + diff --git "a/\346\261\237\346\226\260\344\274\240/css/left.css" "b/\346\261\237\346\226\260\344\274\240/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..ca792c70457fa0ba5eff6c8d82a135765ac4feb3 --- /dev/null +++ "b/\346\261\237\346\226\260\344\274\240/css/left.css" @@ -0,0 +1,12 @@ +#left{ width:180px; float:left; margin-right:2px; background:url(../img/leftbottom.jpg) bottom no-repeat #FFF;} +#login{ background:url(../img/login.jpg) no-repeat; width:180px; height:50px;} +#denlu .txtStyle{ width:100px; border:none; border-bottom:solid 1px;} +#denlu li{ text-align:center; line-height:35px;} +#denlu .btnStyle{ width:45px;} +#tu{ background:url(../img/category.jpg) no-repeat; +width:180px; height:50px; margin-bottom:10px;} +#fenlei{ width:120px; height:700px;} +#fenlei li{ background:url(../img/icon1.gif) no-repeat left center; padding-left:10px; border-bottom:dashed 1px; line-height:25px; } +#fenlei h3{ background:#ffd8d9; margin-top:5px; margin-top:10px;} +#fenlei a:hover{ color:#F00;} +#denlu a{ margin-left:10px;} diff --git "a/\346\261\237\346\226\260\344\274\240/css/right.css" "b/\346\261\237\346\226\260\344\274\240/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..4654c859c72dd9f4f46df7dc15c767bd4b24b125 --- /dev/null +++ "b/\346\261\237\346\226\260\344\274\240/css/right.css" @@ -0,0 +1,11 @@ +#right{ background-color:#FFF; width:518px; float:left;} +#tu1{ background:url(../img/news.jpg) no-repeat; width:518px; height:33px; margin-bottom:10px;} +#news img{ float:left; width:170px; height:107px; margin-left:2px;} +#tuijian { background:url(../img/recommend.jpg) no-repeat; width:518px; height:33px; margin-bottom:15px; margin-top:120px;} +#tuijian1 li{ float:left; width:106; height:106; margin-left:16.8px; text-align:center;} +#xinpin{ background:url(../img/fresh.jpg) no-repeat; width:518px; height:33px; margin-top:320px; margin-bottom:15px;} +#xinpin1 li{float:left; width:106; height:106; margin-left:16.8px; text-align:center;} +#daog{ background:url(../img/tips.jpg) no-repeat;width:518px; height:33px; margin-top:150px; margin-bottom:15px;} +#daog1 li{ background:url(../img/icon2.gif) no-repeat left center; padding-left:15px; width:200px; float:left; margin-left:25px; line-height:30px;} +#daog1{ height:150px;} + diff --git "a/\346\261\237\346\226\260\344\274\240/css/top.css" "b/\346\261\237\346\226\260\344\274\240/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..6c20c2c6f7c304b1c157e2119c824c2c0f6b334b --- /dev/null +++ "b/\346\261\237\346\226\260\344\274\240/css/top.css" @@ -0,0 +1,6 @@ +#top{ width:700px; height:153px; margin-bottom:2px;} +#lue{ background:url(../img/banner.jpg) no-repeat; width:700px; height:120px;} +#la ul{ list-style:none;} +#la li{ background:url(../img/button1.jpg); width:100px; line-height:33px; float:left; text-align:center;} +#la li:hover{ background:url(../img/button1_bg.jpg); position:relative; bottom:1px; right:1px;} +#la a{ text-decoration:none; color:#666;} \ No newline at end of file diff --git "a/\346\261\237\346\226\260\344\274\240/index.html" "b/\346\261\237\346\226\260\344\274\240/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..098605086e3630de55cecda3820b5d28eb30ec49 --- /dev/null +++ "b/\346\261\237\346\226\260\344\274\240/index.html" @@ -0,0 +1,152 @@ + + + + +无标题文档 + + + + + + + +
+ + + + + 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 @@ + + + + +满屋花 + + + + + + + + + +