diff --git "a/\345\210\230\351\207\221\346\265\267/css/base.css" "b/\345\210\230\351\207\221\346\265\267/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..889c79e8ab52a120d009c80fef19050da7081862 --- /dev/null +++ "b/\345\210\230\351\207\221\346\265\267/css/base.css" @@ -0,0 +1,19 @@ +/* CSS Document */ +#father{ + width:700px; + height:1000px; + margin:0 auto; + } +*{ + margin:0px; + padding:0px; + font-size:12px; + + } +body{ + background-color:#FFD8D9; + + } +ul{ + list-style:none;} + diff --git "a/\345\210\230\351\207\221\346\265\267/css/left.css" "b/\345\210\230\351\207\221\346\265\267/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..24b3a3ee3e756a3f2e385b511efb68565c200de7 --- /dev/null +++ "b/\345\210\230\351\207\221\346\265\267/css/left.css" @@ -0,0 +1,70 @@ +/* CSS Document */ +#left{ + width:180px; + height:820px; + background: url(../img/leftbottom.jpg) bottom no-repeat; + background-color: #FFF; + float:left; + + } +#login ul{ + list-style:none} +#login{ + width:180px; + background-image: url(../img/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:40px;} +#login a{ + text-decoration:none; + color:#000; + } +#login a:hover{ + position:relative; + right:1px; + bottom:1px; + + } +#fenlei{ + + background-image: url(../img/category.jpg); + background-repeat:no-repeat; + padding:50px 24px 5px; + + + } +#fenlei a{ + text-decoration:none; + color:#000; + } +#fenlei ul{ + list-style:none;} +#fenlei li{ + line-height:25px; + background-image:url(img/icon1.gif); + background-repeat:no-repeat; + background-position:left center; + padding-left:15px; + border-bottom:dashed 1px #000000;} +#fenlei a:hover{ + position:relative; + text-decoration:underline; + color:#900; + bottom:1px; + right:1px;} +#fenlei h3{ + background-color:#F99; + margin-top:4px; + } \ No newline at end of file diff --git "a/\345\210\230\351\207\221\346\265\267/css/right.css" "b/\345\210\230\351\207\221\346\265\267/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..9e934e2f1b10fac3844892cb81053a3a7ecb9a74 --- /dev/null +++ "b/\345\210\230\351\207\221\346\265\267/css/right.css" @@ -0,0 +1,85 @@ +/* CSS Document */ +#right{ + width:518px; + + float:right; + + + + } +#new{ + width:518px; + height:112px; + background: url(../img/news.jpg) no-repeat #FFF ; + padding-top:33px; + + } +#new li{ + float:left; + margin-left:2px; + padding-top:2px; + } +#tuijan li:hover{ + position:relative; + bottom:2px; + left:2px;} +#tuijan{ + margin-top:2px; + width:518px; + height:300px; + background: url(../img/recommend.jpg) #FFF no-repeat; + padding-top:33px; + + + } +#tuijan li{ + + float:left; + margin-left:18.8px; + text-align:center; + padding-top:5px; + + } +#tuijan a{ + color:#000; + text-decoration:none;} +#xinpin{ + margin-top:2px; + width:518px; + height:135px; + background: url(../img/fresh.jpg) no-repeat #FFF; + padding-top:33px; + } +#xinpin li{ + float:left; + padding-left:18.8px; + padding-top:5px; + text-align:center; + } +#xinpin a{ + + text-decoration:none; + color:#000;} +#daogou{ + background: url(../img/tips.jpg) no-repeat #FFF; + height:80px; + padding:43px; + margin-top:2px; + + } +#daogou li{ + float:left; + width:200px; + background: url(../img/icon2.gif) no-repeat left center; + padding-left:15px; + line-height:20px; + + } +#daogou a{ + color:#000; + text-decoration:none;} +#daogou li:hover{ + position:relative; + bottom:1px; + left:1px;} + diff --git "a/\345\210\230\351\207\221\346\265\267/css/top.css" "b/\345\210\230\351\207\221\346\265\267/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..6fa486cbf1876d0e3e4f15cfcf4b56dcb53b6b30 --- /dev/null +++ "b/\345\210\230\351\207\221\346\265\267/css/top.css" @@ -0,0 +1,36 @@ +/* CSS Document */ +#top{ + width:700px; + height:153px; + margin-bottom:2px; + + } +#banner{ + width:700px; + height:120px; + background-image: url(../img/banner.jpg); + } +#nav ul{ + list-style:none; + + } +#nav li{ + width:100px; + line-height:33px; + text-align:center; + float:left; + + } +#nav a{ + text-decoration:none; + color:#000; + background-image: url(../img/button1.jpg); + display:block; + } +#nav a:hover{ + background-image: url(../img/button1_bg.jpg); + position:relative; + bottom:1px; + right:1px; + + } \ No newline at end of file diff --git "a/\345\210\230\351\207\221\346\265\267/index.html" "b/\345\210\230\351\207\221\346\265\267/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..09112a6a376a8e8576e7fcea21fbd4a9fc6d4db9 --- /dev/null +++ "b/\345\210\230\351\207\221\346\265\267/index.html" @@ -0,0 +1,145 @@ + + + + +无标题文档 + + + + + + + +
+
+ + +
+
+
+
+ +
+
+ +
+ +
+ +