diff --git "a/\346\236\227\345\263\260/css/base.css" "b/\346\236\227\345\263\260/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..d0e0664fcd60ca04e309e9a6aeffef2a0d67e70d --- /dev/null +++ "b/\346\236\227\345\263\260/css/base.css" @@ -0,0 +1,15 @@ +/* CSS Document */ +#father{ + + width:700px; + height:1000px; + margin:0 auto; +} +body{ + background-color:#FFD8D9; +} +*{ + margin:0; + padding:0; + font-size:12px; +} \ No newline at end of file diff --git "a/\346\236\227\345\263\260/css/left.css" "b/\346\236\227\345\263\260/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..3379268c44f67bbdcc6c23a73f10db761ef5bcbb --- /dev/null +++ "b/\346\236\227\345\263\260/css/left.css" @@ -0,0 +1,49 @@ +#left{ + width:180px; + + float:left; + 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; +} +.txtStyle{ + width:100px; + border:none; + border-bottom:solid 1px black; +} +#login li{ + margin-top:5px; +} +.btnStyle{ + width:40px; +} +#left a{ + text-decoration:none; + color:#000; +} +#left a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#category{ + background:url(../img/category.jpg) no-repeat ; + padding:50px 25px 5px; +} +#category li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px black; +} +#category a:hover{ + text-decoration:underline; + color:#903; +} +#category h3{ + background-color:#FFD8D9; +} \ No newline at end of file diff --git "a/\346\236\227\345\263\260/css/right.css" "b/\346\236\227\345\263\260/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..a68d91c4542167eae2cb14d45425ea0a7d5dc63a --- /dev/null +++ "b/\346\236\227\345\263\260/css/right.css" @@ -0,0 +1,78 @@ +/* CSS Document */ +#right{ + width:518px; + background-color:#FFF; + float:right; + padding-bottom:2px; +} +#news{ + background:url(../img/news.jpg) no-repeat ; + height:100px; + padding-top:33px; + margin-bottom:10px; + +} +#news li{ + float:left; + margin-top:2px; + margin-left:2px; +} +#lin{ + background:url(../img/recommend.jpg) no-repeat white; + height:270px; + padding-top:33px; + margin-top:10px; + +} +#lin li{ + float:left; + margin-left:18.8px; + text-align:center; +} +#right a{ + text-decoration:none; + color:#000; +} +#lin li:hover{ + position:relative; + bottom:1px; + right:1px; +} +#opo{ + background:url(../img/fresh.jpg) no-repeat white; + height:106px; + padding-top:33px; + margin-top:10px; +} +#opo li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#opo a{ + text-decoration:none; +} +#opo li:hover{ + position:relative; + bottom:1px; + right:1px; +} +#kong{ + background:url(../img/tips.jpg) no-repeat; + padding-left:60px; + margin-top:45px; + height:120px; + padding-top:33px; +} +#kong li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat center left; + line-height:35px; + padding-left:15px; +} +kong a{ + text-decoration:none; + color:#000; +} diff --git "a/\346\236\227\345\263\260/css/top.css" "b/\346\236\227\345\263\260/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..1b809f7b0e7e7bf572940649acfe742ed68b8073 --- /dev/null +++ "b/\346\236\227\345\263\260/css/top.css" @@ -0,0 +1,33 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + + margin-bottom:2px; +} +#banner{ + width:700px; + height:120px; + background-image:url(../img/banner.jpg); +} +ul{ + list-style:none; +} +#nav li{ + float:left; + width:100px; + text-align:center; + line-height:33px; + background-image:url(../img/button1.jpg); +} +#nav a{ + text-decoration:none; + color:#3F0F0F; + display:block; +} +#nav li:hover{ + background:url(../img/button1_bg.jpg); + position:relative; + bottom:1px; + right:1px; +} diff --git "a/\346\236\227\345\263\260/index.html" "b/\346\236\227\345\263\260/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..4b241bdf6258ef28bb3dd19108cd00b47d1a7d61 --- /dev/null +++ "b/\346\236\227\345\263\260/index.html" @@ -0,0 +1,146 @@ + + + + +无标题文档 + + + + + + + +
+
+ + +
+
+
+
+ +
+
+ +
+ +
+ +