diff --git a/css/left.css b/css/left.css new file mode 100644 index 0000000000000000000000000000000000000000..af1815aa6a617187596444ba829e633fd5371e5f --- /dev/null +++ b/css/left.css @@ -0,0 +1,47 @@ +#left{ + width:180px; + float:left; + background:url(../img/leftbottom.jpg) no-repeat white bottom; + } +#login{ + background:url(../img/login.jpg) no-repeat; + padding-top:50px; + padding-left:25px; + } +.txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px black; + } +#login li{ + margin-top:5px; + } +#login .btnStyle{ + width:30px; + } +#left a{ + text-decoration:none; + color:black; + } +#left a:hover{ + position:relative; + bottom:1px; + right:1px; + } +#category{ + background:url(../img/category.jpg) no-repeat; + padding:50px 24px 5px 24px; + } +#category a:hover{ + color:#63f; + text-decoration:underline; + } +#category li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px; + } +#category h3{ + background-color:#FFD8D9; + } diff --git a/css/right.css b/css/right.css new file mode 100644 index 0000000000000000000000000000000000000000..cbeaa69469e4677119af189727cabd03bb9e6822 --- /dev/null +++ b/css/right.css @@ -0,0 +1,72 @@ +#right{ + width:518px; + height:700px; + + float:right; + } +#right a{ + text-decoration:none; + color:black;} + #right a:hover{ + position:relative; + bottom:1px; + right:1px;}/* CSS Document */ +#one{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:109px; + } +#one li{ + float:left; + margin-left:2px; + } +#two{ + background:url(../img/recommend.jpg) no-repeat; + padding-top:33px; + height:300px; + } +#two li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; + } +#two a{ + text-decoration:none; + color:black; + } +#three{ + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + height:130px; + margin-top:2px; + } +#three li{ + float:left; + margin-left:18.8px; + text-align:center; + } +#four{ background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + height:165px; + padding-left:60px; + margin-top:2px; + } +#four li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat center left; + padding-left:15px; + line-height:35px; + } + + + + + + + + + + + diff --git a/css/top.css b/css/top.css new file mode 100644 index 0000000000000000000000000000000000000000..fb880e3fc072276b544ddba3e0630151d8b91a7f --- /dev/null +++ b/css/top.css @@ -0,0 +1,30 @@ +/* CSS Document */ +#top{ width:700px; + height:153px; + } +#bottom{ + background-image:url(../img/banner.jpg); + width:700px; + height:120px; + } +ul{ + list-style:none; + } +#nav li{ + float:left; + line-height:33px; + text-align:center; + width:100px; + } +#nav a{ + text-decoration:none; + background-image:url(../img/button1.jpg); + color:#3F0E14; + display:block; + } +#nav a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + top:2px; + left:2px; + } \ No newline at end of file diff --git a/css/untitled.css b/css/untitled.css new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1910d59b7314142cbebf881b088138b7be28 --- /dev/null +++ b/css/untitled.css @@ -0,0 +1,14 @@ +#father{ + width:700px; + height:1000px; + background-color:#FFF; + margin:0 auto; + padding:0px; + }/* CSS Document */ +*{ margin:0px; + padding:0px; + font-size:12px; + } +body{ + background-color:#FFD8D9; + } diff --git a/index02.html b/index02.html new file mode 100644 index 0000000000000000000000000000000000000000..cf955d3c685fe0e3931d746b4eda156a4242b805 --- /dev/null +++ b/index02.html @@ -0,0 +1,141 @@ + + + + +满屋花 + + + + + + + + + + +
+
+
+ +
+
+
+
+ +
+ +
+ +
+ + \ No newline at end of file