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 @@ + + + + +无标题文档 + + + + + + + +
+
+ + + + +
+ + diff --git "a/\345\205\260\351\246\250\345\204\277/test/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" "b/\345\205\260\351\246\250\345\204\277/test/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..4945bb2e000cdc725bd4eacd96d422be711310e6 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/test/1_1\347\231\273\345\275\225.txt" "b/\345\205\260\351\246\250\345\204\277/test/1_1\347\231\273\345\275\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..179072b591403c1d50542403da6a8011208a6703 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/1_1\347\231\273\345\275\225.txt" @@ -0,0 +1,14 @@ +
+ +
\ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/test/1_2\345\210\206\347\261\273.txt" "b/\345\205\260\351\246\250\345\204\277/test/1_2\345\210\206\347\261\273.txt" new file mode 100644 index 0000000000000000000000000000000000000000..e493cf33b47d1bec05bf05e6b352ad80d7f1ea7a --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/1_2\345\210\206\347\261\273.txt" @@ -0,0 +1,32 @@ +

;

+ +

+ +

۸

+ \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/test/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" "b/\345\205\260\351\246\250\345\204\277/test/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" new file mode 100644 index 0000000000000000000000000000000000000000..22f142b940b3af793d5fc47f579a4060ce03f4f2 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/test/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" "b/\345\205\260\351\246\250\345\204\277/test/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" new file mode 100644 index 0000000000000000000000000000000000000000..f89b23c8e444ae8c5fced5df702940b3cfcf1482 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/test/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" "b/\345\205\260\351\246\250\345\204\277/test/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" new file mode 100644 index 0000000000000000000000000000000000000000..389368eb07fead55d3cf368162db69a30e56c8f3 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git "a/\345\205\260\351\246\250\345\204\277/test/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" "b/\345\205\260\351\246\250\345\204\277/test/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" new file mode 100644 index 0000000000000000000000000000000000000000..acb685c7765be49ea342312cbfd4ae2dc92670a3 --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/test/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" @@ -0,0 +1,10 @@ + \ No newline at end of file