diff --git "a/\345\205\260\351\246\250\345\204\277/css/base.css" "b/\345\205\260\351\246\250\345\204\277/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..e855cf11416d7935993dae6ec2adf2ce8c93b870 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/base.css" @@ -0,0 +1,16 @@ +/* CSS Document */ +body{ + background-color:#FFD8D9; +} +*{ + font-size:12px; + margin:0px; + padding:0px; +} +#father{ + margin:0 auto; + width:700px; +} +ul{ + list-style:none; +} \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/css/left.css" "b/\345\205\260\351\246\250\345\204\277/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..a8ad10142aa58add4fd8a51f70df59e7fc279b96 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/left.css" @@ -0,0 +1,59 @@ +/* CSS Document */ +#left{ + height:850px; + width:180px; + float:left; + margin-top:2px; + background-color:#FFF; + +} +#login{ + width:180px; + background:url(../img/login.jpg) no-repeat; + padding-top:50px; + padding-left:25px; +} +#login li{ + margin-top:5px; +} +#login .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid #000 1px; +} +#left a{ + text-decoration:none; + color:#000; +} +#login .btnStyle{ + width:40px; +} +#left a.hover{ + position:relative; + bottom:1px; + right:1px; +} +#category{ + width:180px; + background: url(../img/category.jpg) no-repeat; + padding-top:50px; + padding-left:25px; +} +#category li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px black; + width:115px; +} +#category a{ + list-style:none; +} +#category a:hover{ + text-decoration:none; + color:#903; +} +#category h3{ + background-color:#FFD8D9; +} + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/css/right.css" "b/\345\205\260\351\246\250\345\204\277/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..55a5a75e48d98f359a3041231b1914717eba1523 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/right.css" @@ -0,0 +1,66 @@ +/* CSS Document */ +#right{ + width:520px; + height:700px; + float:left; + margin-top:2px; +} +#news{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:109px; +} +#news li{ + float:left; + margin-left:2px; +} +#recommend{ + background:url(../img/recommend.jpg) no-repeat; + padding-top:33px; + height:300px; + background-color:#FFF; +} +#recommend li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; +} +#recommend a{ + text-decoration:none; + color:#000; +} +#fresh{ + background:url(../img/fresh.jpg) no-repeat; + padding-top:33px; + height:130px; + margin-top:2px; + background-color:#FFF; +} +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; +} +#fresh a{ + text-decoration:none; + color:#000; +} +#tips{ + background:url(../img/tips.jpg) no-repeat; + padding-top:45px; + height:165px; + padding-left:60px; + background-color:#FFF; +} +#tips li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat; + padding-left:15px; + line-height:30px; +} +#tips a{ + text-decoration:none; + color:#000; +} diff --git "a/\345\205\260\351\246\250\345\204\277/css/top.css" "b/\345\205\260\351\246\250\345\204\277/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..d8f45e8d273952df07c854fdd7eca12ff69b5e52 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/css/top.css" @@ -0,0 +1,34 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + background-color:#FFF; + margin:0 0 2px 0; +} +#banner{ + width:700px; + height:120px; + background-image:url(../img/banner.jpg); +} +#nav ul{ + list-style:none; +} +#nav li{ + text-align:center; + float:left; + width:100px; + line-height:33px; +} +#nav a{ + width:100px; + background-image:url(../img/button1.jpg); + text-decoration:none; + display:block; + color:#654344; + } +#nav a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + right:2px; + bottom:2px; +} \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/index.html" "b/\345\205\260\351\246\250\345\204\277/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..2c2ba3e3206bbbd9aa6368f295afdfd94193394a --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/index.html" @@ -0,0 +1,146 @@ + + +
+ +