diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d1.css" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d1.css" new file mode 100644 index 0000000000000000000000000000000000000000..910c284ed6e0752c49c4f880b0e6a906d92177ce --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d1.css" @@ -0,0 +1,14 @@ +/* CSS Document */ +#father{ + width:700px; + + margin:0 auto; + } +*{ + margin:0; + padding:0; + font-size:12px; + } +body{ + background-color:pink; + } \ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d2.css" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d2.css" new file mode 100644 index 0000000000000000000000000000000000000000..4ad0fb21c23b16ca8278edb9ddff6790bfaac04a --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d2.css" @@ -0,0 +1,31 @@ +/* CSS Document */ + +#top{ + width:700px; + height:153px; + margin-bottom:2px; + } +#bannar{ + background-image:url(../img/banner.jpg); + background-repeat:no-repeat; + height:120px; + width:700px;} +#nav li{ + list-style:none; + float:left; + width:100px; + line-height:33px; + text-align:center; + background-image:url(../img/button1.jpg); + } +#nav a{ + color:#000; + text-decoration:none; + + } +#nav li:hover{ + background-image:url(../img/button1_bg.jpg); background-repeat:no-repeat; + position:relative; + bottom:1px; + right:1px; + } \ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d3.css" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d3.css" new file mode 100644 index 0000000000000000000000000000000000000000..afef74b192e2be6d95dbda3f9c6a5d3273796822 --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d3.css" @@ -0,0 +1,56 @@ +/* CSS Document */ + +#left{ + width:180px; + float:left; + background-image:url(../img/leftbottom.jpg); + background-repeat:no-repeat; + background-position:bottom left; + background-color:#fff; + } +#login li{ + list-style:none; + margin-top:5px; + } +#login{ + background-image:url(../img/login.jpg); + background-repeat:no-repeat; + width:180px; + padding-top:50px; + padding-left:24px; +} +#login .txtStyle{ + border:none; + width:100px; + border-bottom:solid 1px black; + } +#login .btnStyle{ + width:40px; + } +#left a{ + text-decoration:none; + color:black; + } +#left a:hover{ + position:relative; + bottom:1px; + right:1px; + } +#logins{ + background-image:url(../img/category.jpg); + background-repeat:no-repeat; + padding:50px 25px 5px; + } +#logins li{ + list-style:none; + background-image:url(../img/icon1.gif); + background-repeat:no-repeat; + background-position:left center; + padding-left:15px; + padding-right:25px; + line-height:25px; + border-bottom:dashed 1px black; + } +#logins h3{ + background-color:pink; + margin-top:10px;} diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d4.css" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d4.css" new file mode 100644 index 0000000000000000000000000000000000000000..a2aa13e26ec786c2a63f34a1b2cdf57ca1602f18 --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/css/d4.css" @@ -0,0 +1,66 @@ +/* CSS Document */ + +#right{ + width:518px; + float:right; + } +#right li{ + list-style:none;} +#right a{ + text-decoration:none; + color:black; + } +#right a:hover{ + position:relative; + bottom:1px; + right:1px; + } +#r1{ + background:url(../img/fresh.jpg) no-repeat #FFF; + height:109px; + padding-top:33px; + margin-bottom:2px; + } +#r1 li{ + float:left; + margin-left:2px; + } +#r2{ + background:url(../img/news.jpg) no-repeat #FFF; + height:285px; + padding-top:35px; + margin-bottom:2px; + } +#r2 li{ + float:left; + margin-left:18.8px; + list-style:none; + text-align:center; + } +#r3{ + background:url(../img/recommend.jpg) no-repeat #FFF; + height:135px; + padding-top:35px; + text-align:center; + margin-bottom:2px; +} +#r3 li{ + float:left; + margin-left:20px; + } +#r4{ + background:url(../img/tips.jpg) no-repeat #FFF; + height:165px; + padding-top:45px; + padding-left:60px; + margin-bottom:2px; + } +#r4 li{ + float:left; + width:200px; + background:left center; + padding-left:15px; + background:url(../img/icon2.gif) no-repeat left center #fff; + line-height:35px; + } + \ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/index.html" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..aeb48b50c39d3c3d9f7abd0ec51cfa9cf318d09e --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,146 @@ + + + + +无标题文档 + + + + + + + +
+
+
+ +
+
+
+
+ +
+
+ +
+ +
+ diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_0\345\257\274\350\210\252\350\217\234\345\215\225.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_1\347\231\273\345\275\225.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_1\347\231\273\345\275\225.txt" new file mode 100644 index 0000000000000000000000000000000000000000..179072b591403c1d50542403da6a8011208a6703 --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_1\347\231\273\345\275\225.txt" @@ -0,0 +1,14 @@ +
+ +
\ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_2\345\210\206\347\261\273.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_2\345\210\206\347\261\273.txt" new file mode 100644 index 0000000000000000000000000000000000000000..e493cf33b47d1bec05bf05e6b352ad80d7f1ea7a --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/1_2\345\210\206\347\261\273.txt" @@ -0,0 +1,32 @@ +

;

+ +

+ +

۸

+ \ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/2_1\346\234\254\347\253\231\345\277\253\350\256\257.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/2_2\351\262\234\350\212\261\346\216\250\350\215\220.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/2_3\346\226\260\345\223\201\344\270\212\345\270\202.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/2_4\351\262\234\350\212\261\345\257\274\350\264\255.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/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 diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/d1.css" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/d1.css" new file mode 100644 index 0000000000000000000000000000000000000000..de1504e9d856446d79520ec9fcd4518c8df6918e --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/text/d1.css" @@ -0,0 +1,2 @@ +/* CSS Document */ + diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt" new file mode 100644 index 0000000000000000000000000000000000000000..4c480989870ceef05a37eeb94c797dd98f5a0428 --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt" @@ -0,0 +1,30 @@ +#login{ + background-image:url(../img/login.jpg); + background-repeat:no-repeat; + width:180px; + height:200px; + padding-top:50px; + padding-left:24px; + } +#login li{ + list-style:none; + margin-top:5px; + } +#login .txtStyle{ + border:none; + width:100px; + border-bottom:solid 1px #000000; + } +#login .btnStyle{ + width:40px; +} +#login a{ + text-decoration:none; + color:black; + +} +#login a:hover{ + position:relative; + bottom:1px; + right:1px; + } \ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (3).txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (3).txt" new file mode 100644 index 0000000000000000000000000000000000000000..8d938e7ee4ecd8e6f0ed139efea6d8bf7158c67e --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (3).txt" @@ -0,0 +1,21 @@ +#logins{ + background-image:url(../img/category.jpg); + background-repeat:no-repeat; + padding:50px 24px 5px; +} +#logins li{ + list-style:none; + line-height:25px; + background-image:url(../img/icon1.gif); + background-repeat:no-repeat; + background-position:left center; + padding-left:15px; + border-bottom:dashed 1px black; + } +#logins a{ + color:#000; + text-decoration:none; + } +#logins h3{ + background-color:pink; + margin-top:10px;} \ No newline at end of file diff --git "a/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" new file mode 100644 index 0000000000000000000000000000000000000000..2b9a62a481e5d60140ba3f33725ec35eaa55fd80 --- /dev/null +++ "b/\346\270\251\345\271\277\347\224\237 \346\273\241\345\261\213\350\212\261/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" @@ -0,0 +1,32 @@ + *{ + padding:0; + margin:0; + font-size:12px; + } + body{ + background-color:pink; + } + #father{ + margin:0px auto; + width:700px; + height:1000px; + } + #top{ + width:700px; + height:153px; + background-color:#0F3; + } + #left{ + width:180px; + height:700px; + background-color:#03C; + float:left; + } + #right{ + width:518px; + height:700px; + background-color:#0FF; + float:left; + } + + \ No newline at end of file