diff --git "a/\347\206\212\346\226\207\351\221\253/css/base.css" "b/\347\206\212\346\226\207\351\221\253/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..1035d4da723ed4ec6a7b3472f6701245b7432607 --- /dev/null +++ "b/\347\206\212\346\226\207\351\221\253/css/base.css" @@ -0,0 +1,18 @@ +/* CSS Document */ + +* { + margin: 0px; + padding: 0px; + font-size: 12px; +} +body { + background: #FFD8D9; +} +#father { + margin: 0 auto; + width: 700px; + height: 1000px; + } + ul{ + list-style:none; + } diff --git "a/\347\206\212\346\226\207\351\221\253/css/left.css" "b/\347\206\212\346\226\207\351\221\253/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..7dd08ac4cba8570187dbccc18dfec230a68426c9 --- /dev/null +++ "b/\347\206\212\346\226\207\351\221\253/css/left.css" @@ -0,0 +1,53 @@ +/* CSS Document */ + +#left { + background:#FFF; + width: 180px; + float: left; + background: url(../img/leftbottom.jpg) no-repeat bottom white; +} +#login { + background: url(../img/login.jpg) no-repeat; + padding-top: 50px; + padding-left: 25px; +} +#login .txtStyle { + width: 100px; + border-style: none; + border-bottom: solid 1px black; +} +#login li { + margin-top: 5px; + list-style: none; +} +#login .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 24px 5px 24px; +} +#category li {height:26.5px; + line-height: 25px; + background: url(../img/icon1.gif) no-repeat left center; + background-position: left; + padding-left: 15px; + border-bottom: dashed 1px; + list-style: none; +} +#category a:hover { + text-decoration: underline; + color: #C06; +} +#category h3 { + background: #FFD8D9; +} diff --git "a/\347\206\212\346\226\207\351\221\253/css/right.css" "b/\347\206\212\346\226\207\351\221\253/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..7f22858b4f6f8bd34dca06f61aee24a70a06e6eb --- /dev/null +++ "b/\347\206\212\346\226\207\351\221\253/css/right.css" @@ -0,0 +1,76 @@ +/* CSS Document */ +#right { + width: 518px; + height: 800px; + background-color: #FFD8D9; + float: right; +} +#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 white; + padding-top: 33px; + height: 300px; +} +#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 white; + height:130px; + padding-top:33px; + margin-top:2px; +} +#fresh li{ + float:left; + margin-left:18.8px; + text-align:center; +} +#tips{ + background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + height:165px; + padding-left:60px; + margin-top:2px; + } +#tips li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat center left; + padding-left:15px; + line-height:35px; + } + #tips a{ + color:#000; + text-decoration:none; } + + + + + + + + + + + + + + + + + diff --git "a/\347\206\212\346\226\207\351\221\253/css/top.css" "b/\347\206\212\346\226\207\351\221\253/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..a5b2171082443f296d97d1e399519c636c573455 --- /dev/null +++ "b/\347\206\212\346\226\207\351\221\253/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; +} +#nav ul { + list-style: none; +} +#nav li { + float: left; + width: 100px; + text-align: center; + line-height: 33px; +} +#nav a { + text-decoration: none; + color: #000; + background: url(../img/button1.jpg); + display: block; +} +#nav a:hover { + background: url(../img/button1_bg.jpg); + position: relative; + bottom: 1px; + right: 1px; +} diff --git "a/\347\206\212\346\226\207\351\221\253/index.html" "b/\347\206\212\346\226\207\351\221\253/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..3b5f6bab09cd9c17dc09d3bb999f64cca18615f4 --- /dev/null +++ "b/\347\206\212\346\226\207\351\221\253/index.html" @@ -0,0 +1,147 @@ + + +
+ +