From 1ab2b787f276d8944d29307b3420af4f1bd2b279 Mon Sep 17 00:00:00 2001 From: zhang-meiting <3037632087@qq.com> Date: Wed, 9 Dec 2020 11:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=8A=B1=E6=BB=A1=E5=B1=8B?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/base.css" | 35 +++++ .../css/left.css" | 59 +++++++ .../css/right.css" | 56 +++++++ .../css/top.css" | 40 +++++ .../img/\350\212\261.html" | 146 ++++++++++++++++++ 5 files changed, 336 insertions(+) create mode 100644 "\351\203\221\347\276\216\345\251\267/css/base.css" create mode 100644 "\351\203\221\347\276\216\345\251\267/css/left.css" create mode 100644 "\351\203\221\347\276\216\345\251\267/css/right.css" create mode 100644 "\351\203\221\347\276\216\345\251\267/css/top.css" create mode 100644 "\351\203\221\347\276\216\345\251\267/img/\350\212\261.html" diff --git "a/\351\203\221\347\276\216\345\251\267/css/base.css" "b/\351\203\221\347\276\216\345\251\267/css/base.css" new file mode 100644 index 0000000..ad16b80 --- /dev/null +++ "b/\351\203\221\347\276\216\345\251\267/css/base.css" @@ -0,0 +1,35 @@ +*{ + margin:0px; + padding:0px; + font-size:12px; +} +body{ + background-color:#FFD8D9; + margin:0 auto; +} +ul{ + list-style:none; +} +a:hover{ + position:relative; + bottom:1px; + right:1px; +} + +.login ul{ + list-style:none; +} +#father{ + width:700px; + margin:0 auto; + background-color:#FFD8D9; +} +#left{ + width:180px; + background-color:#FFD8D9; +} +#right{ + width:520px; + background-color:#FFD8D9; +} + diff --git "a/\351\203\221\347\276\216\345\251\267/css/left.css" "b/\351\203\221\347\276\216\345\251\267/css/left.css" new file mode 100644 index 0000000..c698353 --- /dev/null +++ "b/\351\203\221\347\276\216\345\251\267/css/left.css" @@ -0,0 +1,59 @@ +/* CSS Document */ +#left{ + width:180px; + background-color:#FFF; + float:left; + background:url(../images/leftbottom.jpg) no-repeat bottom #FFF; +} +#left ul{ + list-style:none; +} +.login{ + font-weight:180px; + background:url(../images/login.jpg) no-repeat; + padding-top:50px; + padding-left:25px; + +} +.txtStyle{ + width:100px; + border:none; + border-bottom:solid 1px black; +} +.login li{ + margin-top:10px; +} +.btnStyle{ + width:40px; +} +#left a{ + text-decoration:none; + color:black; +} +#left,#right a;hover{ + position:relative; + bottom:1px; + right:1px; +} +.category{ + background:url(../images/category.jpg) no-repeat; + padding:50px 24px 5px 24px; +} +.category a:hover{ + text-decoration:underline; + color:#903; +} +.category li{ + line-height:25px; + background:url(../images/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px black; + list-style:none; +} +.category h3{ + background-color:#FFD8D9; + margin-top:10px; +} + + + \ No newline at end of file diff --git "a/\351\203\221\347\276\216\345\251\267/css/right.css" "b/\351\203\221\347\276\216\345\251\267/css/right.css" new file mode 100644 index 0000000..05e62ba --- /dev/null +++ "b/\351\203\221\347\276\216\345\251\267/css/right.css" @@ -0,0 +1,56 @@ +/* CSS Document */ +#right { + width: 520px; + float: right; + margin-top: 2px; +} +#news { + background: url(../images/news.jpg) no-repeat white; + padding-top: 33px; + height: 109px; +} +#news li { + float: left; + margin-left: 2px; +} +#recommend { + background: url(../images/recommend.jpg) no-repeat #FFF; + padding-top: 33px; + height: 300px; + margin-top: 2px; +} +#recommend li { + margin-left: 18.8px; + text-align: center; + margin-top: 5px; + float: left; +} +#right a { + text-decoration: none; + color: #000; +} +#fresh { + background: url(../images/fresh.jpg) no-repeat white; + height: 135px; + padding-top: 40px; + margin-top: 2px; +} +#fresh li { + float: left; + margin-left: 18.8px; + text-align: center; +} +#tips { + background: url(../images/tips.jpg) no-repeat white; + padding-left: 60px; + padding-top:40px; + margin-top: 2px; + height:138px; +} +#tips li { + float: left; + width: 200px; + background: url(../images/icon2.gif) no-repeat center left #FFF; + padding-left: 15px; + line-height: 35px; +} diff --git "a/\351\203\221\347\276\216\345\251\267/css/top.css" "b/\351\203\221\347\276\216\345\251\267/css/top.css" new file mode 100644 index 0000000..81140b4 --- /dev/null +++ "b/\351\203\221\347\276\216\345\251\267/css/top.css" @@ -0,0 +1,40 @@ +#top{ + width:700px; + height:153px; + background-color:#369; + margin-bottom:2px; +} +#banner{ + background:url(../images/banner.jpg) left center no-repeat #FFF; + width:700px; + height:120px; +} +#nav{ + width:700px; + height:33px; + background:url(../images/button1.jpg) repeat no-repeat; +} +#nav ul{ + list-style:none; +} +#nav li{ text-align:center; + width:100px; + float:left; + line-height:33px; +} +#nav a{ text-decoration:none; + display:block; + color:black; + background:url(../images/button1.jpg); +} +#nav li:hover{ + background:url(../images/button1_bg.jpg); + position:relative; + bottom:1px; + right:1px; +} + + + + + \ No newline at end of file diff --git "a/\351\203\221\347\276\216\345\251\267/img/\350\212\261.html" "b/\351\203\221\347\276\216\345\251\267/img/\350\212\261.html" new file mode 100644 index 0000000..acfdf66 --- /dev/null +++ "b/\351\203\221\347\276\216\345\251\267/img/\350\212\261.html" @@ -0,0 +1,146 @@ + + +
+ +