diff --git "a/\345\210\230\346\200\235\347\233\210/css/base.css" "b/\345\210\230\346\200\235\347\233\210/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..35c7ecb380e5d8e447499a26f761202cbedecfef --- /dev/null +++ "b/\345\210\230\346\200\235\347\233\210/css/base.css" @@ -0,0 +1,13 @@ +/* CSS Document */ +*{margin:0px; + padding:0px; + font-size:12px; + +} +#father{width:700px; + height:1000px; + + margin:0 auto;} + +body{background-color:#FCF;} +ul{list-style:none;} \ No newline at end of file diff --git "a/\345\210\230\346\200\235\347\233\210/css/left.css" "b/\345\210\230\346\200\235\347\233\210/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..f230fc95872fead95aa95004d1600eb1d165fbcf --- /dev/null +++ "b/\345\210\230\346\200\235\347\233\210/css/left.css" @@ -0,0 +1,54 @@ +/* CSS Document */ +#left{ width:180px; + + background-color:#C39; + float:left; + margin-top:2px; + background-color:#FFF; + +} + +#login{ width:180px; + background-image:url(../img/images/login.jpg); + background-repeat:no-repeat; + padding-left:25px; + padding-top:50px; +} +#login .txtStyle{width:100px; + border-style:none; + border-bottom:solid 1px #000000; + +} +#login li{ + margin-top:5px; +} +#login .btnStyle{ width:30px; +} +#login a{text-decoration:none; + color:#393939; + } +#login a:hover{ position:relative; + bottom:1px; + right:1px; +} +#category{ background-image:url(../img/images/category.jpg); + background-repeat:no-repeat; + padding:50px 25px 5px; + } +#category li{ line-height:33px; + background:url(../img/images/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px #000000; + + +} +#category a{ text-decoration:none; + color:#323232; +} +#category a:hover{position:relative; + bottom:1px; + right:1px; +} +h3{background-color:#FCF; +} +#left{background:url(../img/images/leftbottom.jpg) no-repeat bottom #FFFFFF;} \ No newline at end of file diff --git "a/\345\210\230\346\200\235\347\233\210/css/right.css" "b/\345\210\230\346\200\235\347\233\210/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..8d36311bee0ca340972cef72d984a957da698fbd --- /dev/null +++ "b/\345\210\230\346\200\235\347\233\210/css/right.css" @@ -0,0 +1,69 @@ +/* CSS Document */ +#right { + width: 520px; + float: right; + margin-top: 2px; +} +#right a:hover { + position: relative; + bottom: 1px; + right: 1px; +} +#news { + background: url(../img/images/news.jpg) no-repeat; + padding-top: 33px; + height: 109px; +} +#news li { + float: left; + margin-left: 2px; +} +#recommend { + background: url(../img/images/recommend.jpg) no-repeat #FFF; + padding-top: 33px; + height: 300px; + margin-top: 2px; +} +#recommend li { + float: left; + margin-left: 18.8px; + text-align: center; + margin-top: 5px; +} +#right a { + text-decoration: none; + color: #000; +} +#fresh { + background: url(../img/images/fresh.jpg) no-repeat #FFF; + padding-top: 33px; + height: 135px; + margin-top: 2px; +} +#fresh a { + text-decoration: none; + color: #000; +} +#fresh li { + float: left; + margin-left: 18.8px; + text-align: center; +} +#tips { + background: url(../img/images/tips.jpg) no-repeat #FFF; + padding-left: 60px; + padding-top: 40px; + margin-top: 2px; + height: 165px; +} +#tips li { + float: left; + padding-left: 15px; + background: url(../img/images/icon2.gif) no-repeat left center; + line-height: 35px; + width: 200px; +} +#tips a { + text-decoration: none; + color: #000; +} diff --git "a/\345\210\230\346\200\235\347\233\210/css/top.css" "b/\345\210\230\346\200\235\347\233\210/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..5ec82b69cecc7ef7ca9e30e4d1784324e21c5c15 --- /dev/null +++ "b/\345\210\230\346\200\235\347\233\210/css/top.css" @@ -0,0 +1,30 @@ +/* CSS Document */ + +#top{width:700px; + height:153px; + + +} +#banner{width:700px; + height:120px; + background-image:url(../img/images/banner.jpg); +} +#nav ul{ list-style:none;} +#nav li{text-align:center; + float:left; + width:100px; + line-height:33px; +} +#nav a{ + background-image:url(../img/images/button1.jpg); + display:block; + text-decoration:none; +} +#nav a:hover{ position:relative; + background-image:url(../img/images/button1_bg.jpg); + bottom:2px; + right:2px; + +} + + diff --git "a/\345\210\230\346\200\235\347\233\210/img/index.html" "b/\345\210\230\346\200\235\347\233\210/img/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..dea670d1ea3ae1ffcb25d37cdf923becc3573353 --- /dev/null +++ "b/\345\210\230\346\200\235\347\233\210/img/index.html" @@ -0,0 +1,143 @@ + + +
+ +