From 1f0b7e1d48b1e0c203888e8a0935d7e901aeda6e Mon Sep 17 00:00:00 2001 From: unknown <2293264027@qq.com> Date: Wed, 9 Dec 2020 11:16:51 +0800 Subject: [PATCH] sdfa --- css/left.css | 47 ++++++++++++++++ css/right.css | 72 ++++++++++++++++++++++++ css/top.css | 30 ++++++++++ css/untitled.css | 14 +++++ index02.html | 141 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 304 insertions(+) create mode 100644 css/left.css create mode 100644 css/right.css create mode 100644 css/top.css create mode 100644 css/untitled.css create mode 100644 index02.html diff --git a/css/left.css b/css/left.css new file mode 100644 index 0000000..af1815a --- /dev/null +++ b/css/left.css @@ -0,0 +1,47 @@ +#left{ + width:180px; + float:left; + background:url(../img/leftbottom.jpg) no-repeat white bottom; + } +#login{ + background:url(../img/login.jpg) no-repeat; + padding-top:50px; + padding-left:25px; + } +.txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px black; + } +#login li{ + margin-top:5px; + } +#login .btnStyle{ + width:30px; + } +#left a{ + text-decoration:none; + color:black; + } +#left a:hover{ + position:relative; + bottom:1px; + right:1px; + } +#category{ + background:url(../img/category.jpg) no-repeat; + padding:50px 24px 5px 24px; + } +#category a:hover{ + color:#63f; + text-decoration:underline; + } +#category li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px; + } +#category h3{ + background-color:#FFD8D9; + } diff --git a/css/right.css b/css/right.css new file mode 100644 index 0000000..cbeaa69 --- /dev/null +++ b/css/right.css @@ -0,0 +1,72 @@ +#right{ + width:518px; + height:700px; + + float:right; + } +#right a{ + text-decoration:none; + color:black;} + #right a:hover{ + position:relative; + bottom:1px; + right:1px;}/* CSS Document */ +#one{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:109px; + } +#one li{ + float:left; + margin-left:2px; + } +#two{ + background:url(../img/recommend.jpg) no-repeat; + padding-top:33px; + height:300px; + } +#two li{ + float:left; + margin-left:18.8px; + text-align:center; + margin-top:5px; + } +#two a{ + text-decoration:none; + color:black; + } +#three{ + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + height:130px; + margin-top:2px; + } +#three li{ + float:left; + margin-left:18.8px; + text-align:center; + } +#four{ background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + height:165px; + padding-left:60px; + margin-top:2px; + } +#four li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat center left; + padding-left:15px; + line-height:35px; + } + + + + + + + + + + + diff --git a/css/top.css b/css/top.css new file mode 100644 index 0000000..fb880e3 --- /dev/null +++ b/css/top.css @@ -0,0 +1,30 @@ +/* CSS Document */ +#top{ width:700px; + height:153px; + } +#bottom{ + background-image:url(../img/banner.jpg); + width:700px; + height:120px; + } +ul{ + list-style:none; + } +#nav li{ + float:left; + line-height:33px; + text-align:center; + width:100px; + } +#nav a{ + text-decoration:none; + background-image:url(../img/button1.jpg); + color:#3F0E14; + display:block; + } +#nav a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + top:2px; + left:2px; + } \ No newline at end of file diff --git a/css/untitled.css b/css/untitled.css new file mode 100644 index 0000000..6c2b191 --- /dev/null +++ b/css/untitled.css @@ -0,0 +1,14 @@ +#father{ + width:700px; + height:1000px; + background-color:#FFF; + margin:0 auto; + padding:0px; + }/* CSS Document */ +*{ margin:0px; + padding:0px; + font-size:12px; + } +body{ + background-color:#FFD8D9; + } diff --git a/index02.html b/index02.html new file mode 100644 index 0000000..cf955d3 --- /dev/null +++ b/index02.html @@ -0,0 +1,141 @@ + + + + +满屋花 + + + + + + + + + + +
+
+
+ +
+
+
+
+ +
+ +
+ +
+ + \ No newline at end of file -- Gitee