diff --git "a/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/base.css" "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..7ca5c08e2368dc75a8120ef9ee358594c5f7c891 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/base.css" @@ -0,0 +1,16 @@ +#father{ + width:700px; + height:1000px; + margin:0 auto; +} +*{ + padding:0px; + margin:0px; + font-size:12px; +} +body{ + background-color:#FFD8D9; +} +#father ul{ + list-style:none; +} \ No newline at end of file diff --git "a/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/left.css" "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..1f759a9b1a408ba5d0e7a864e991bd1c201e61b6 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/left.css" @@ -0,0 +1,74 @@ +#left{ + width:180px; + float:left; + margin-right:2px; + background:url(../img/leftbottom.jpg) bottom no-repeat; + padding-bottom:10px; +} +#left ul{ + list-style:none; +} +#login{ + background:url(../img/login.jpg) no-repeat #FFF; + padding-top:50px; +} +#login li{ + margin-left:25px; + padding-top:5px; + +} +.txtStyle{ + border:none; + border-bottom:solid 1px #000000; + width:100px; + padding-top:5px; +} +.btnStyle{ + width:40px; +} +#left a{ + text-decoration:none; + color:#000; +} +#left a:hover{ + position:relative; + bottom:2px; + right:2px; +} +#category{ + background: #FFF url(../img/category.jpg) no-repeat; + padding-top:50px; + padding-left:25px; +} + +#category li{ + width:125px; + background:url(../img/icon1.gif) left no-repeat; + padding-left:15px; + margin-top:7.5px; + border-bottom:dashed 1px black; + padding-bottom:3px; + +} +#category h3{ + background-color:#FFD1CF; + width:150px; + margin-top:3px; +} + + + + + + + + + + + + + + + + + diff --git "a/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/right.css" "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..4cffdbb01cef88654dd11440db02f54d08398dc1 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/right.css" @@ -0,0 +1,72 @@ +#right{ + width:518px; + height:800px; + float:left; +} +#news{ + background:url(../img/news.jpg) no-repeat; + width:518px; + height:115px; + padding-top:33px; +} +#right a{ + text-decoration:none; + color:#000 +} +#right li:hover{ + position:relative; + bottom:2px; + right:2px; +} +#news li{ + float:left; + margin-left:2px; +} +#recommend{ + width:518px; + height:325px; + background:url(../img/recommend.jpg) no-repeat #FFF; + padding-top:33px; + margin-bottom:5px; +} +#recommend li{ + float:left; + text-align:center; + padding-left:18.8px; + padding-top:10px; + padding-bottom:10px; +} +#fresh{ + width:518px; + height:160px; + background:url(../img/fresh.jpg) no-repeat #FFF; + padding-top:33px; + margin-bottom:5px; +} +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:10px; +} +#tips{ + width:518px; + background:url(../img/tips.jpg) no-repeat #FFF; + height:120px; + padding-top:40px; + margin-bottom:25px; +} +#tips li{ + width:200px; + float:left; + margin-left:25px; + margin-bottom:10px; + padding-left:15px; + background:url(../img/icon2.gif) left no-repeat; +} + + + + + + diff --git "a/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/top.css" "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..cb28da09b7815966822c8e04fcd1f03c8df33423 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/css/top.css" @@ -0,0 +1,27 @@ +#top{ + width:700px; + height:153px; + margin-bottom:2px; +} +#banner{ + background:url(../img/banner.jpg) no-repeat; + width:700px; + height:120px; +} +#nav li{ + float:left; + width:100px; + text-align:center; + background:url(../img/button1.jpg); + line-height:33px; +} +#nav a{ + text-decoration:none; + color:#1F0C0E; +} +#nav li:hover{ + position:relative; + bottom:2px; + right:2px; + background-image:url(../img/button1_bg.jpg); +} \ No newline at end of file diff --git "a/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/index.html" "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..f8399a3c75190d47e3422934bb4d28717b715a6b --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/\346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,147 @@ + + + + +满屋花 + + + + + + + +
+
+ + +
+
+
+
+ +
+
+ +
+ +
+ +