From 5da8ab8c12a92a4545ae209b87495cf2d0050fdc Mon Sep 17 00:00:00 2001 From: lan-xiner <2254545943@qq.com> Date: Thu, 10 Dec 2020 13:58:47 +0800 Subject: [PATCH] first commit --- .../css/base.css" | 16 ++ .../css/left.css" | 59 +++++++ .../css/right.css" | 66 ++++++++ .../css/top.css" | 34 ++++ .../index.html" | 146 ++++++++++++++++++ ...4\350\210\252\350\217\234\345\215\225.txt" | 9 ++ .../test/1_1\347\231\273\345\275\225.txt" | 14 ++ .../test/1_2\345\210\206\347\261\273.txt" | 32 ++++ ...4\347\253\231\345\277\253\350\256\257.txt" | 5 + ...4\350\212\261\346\216\250\350\215\220.txt" | 26 ++++ ...0\345\223\201\344\270\212\345\270\202.txt" | 14 ++ ...4\350\212\261\345\257\274\350\264\255.txt" | 10 ++ 12 files changed, 431 insertions(+) create mode 100644 "\345\205\260\351\246\250\345\204\277/css/base.css" create mode 100644 "\345\205\260\351\246\250\345\204\277/css/left.css" create mode 100644 "\345\205\260\351\246\250\345\204\277/css/right.css" create mode 100644 "\345\205\260\351\246\250\345\204\277/css/top.css" create mode 100644 "\345\205\260\351\246\250\345\204\277/index.html" create mode 100644 "\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" create mode 100644 "\345\205\260\351\246\250\345\204\277/test/1_1\347\231\273\345\275\225.txt" create mode 100644 "\345\205\260\351\246\250\345\204\277/test/1_2\345\210\206\347\261\273.txt" create mode 100644 "\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" create mode 100644 "\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" create mode 100644 "\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" create mode 100644 "\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" 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 0000000..e855cf1 --- /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 0000000..a8ad101 --- /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 0000000..55a5a75 --- /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 0000000..d8f45e8 --- /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 0000000..2c2ba3e --- /dev/null +++ "b/\345\205\260\351\246\250\345\204\277/index.html" @@ -0,0 +1,146 @@ + + +
+ +