From f012d06b984f98f2479c1307202dce60c3543908 Mon Sep 17 00:00:00 2001 From: fang-xing-xing <2407924554@qq.com> Date: Wed, 9 Dec 2020 10:48:02 +0800 Subject: [PATCH] first commit --- .../css/base.css" | 12 ++ .../css/left.css" | 49 ++++++ .../css/right.css" | 60 +++++++ .../css/top.css" | 29 ++++ .../untitled.html" | 147 ++++++++++++++++++ 5 files changed, 297 insertions(+) create mode 100644 "\346\226\271\350\215\243\346\230\237/css/base.css" create mode 100644 "\346\226\271\350\215\243\346\230\237/css/left.css" create mode 100644 "\346\226\271\350\215\243\346\230\237/css/right.css" create mode 100644 "\346\226\271\350\215\243\346\230\237/css/top.css" create mode 100644 "\346\226\271\350\215\243\346\230\237/untitled.html" diff --git "a/\346\226\271\350\215\243\346\230\237/css/base.css" "b/\346\226\271\350\215\243\346\230\237/css/base.css" new file mode 100644 index 0000000..47b3b62 --- /dev/null +++ "b/\346\226\271\350\215\243\346\230\237/css/base.css" @@ -0,0 +1,12 @@ +*{ + padding:0px; + margin:0px; + font-size:12px; +} +body{ + background-color:#FFD8D9; + } +#father{ + width:700px; + margin:0 auto; + } \ No newline at end of file diff --git "a/\346\226\271\350\215\243\346\230\237/css/left.css" "b/\346\226\271\350\215\243\346\230\237/css/left.css" new file mode 100644 index 0000000..a728317 --- /dev/null +++ "b/\346\226\271\350\215\243\346\230\237/css/left.css" @@ -0,0 +1,49 @@ +#left { + width: 180px; + background-color: #FFF; + height:955px;; + float: left; + background:url(../images/leftbottom.jpg) no-repeat bottom white; +} +#login { + background: url(../images/login.jpg) no-repeat white; + margin-top: 2px; + padding-top: 50px; +} +#login li { + padding-left: 20px; + line-height: 20px; +} +#login .txtStyle { + border-style: none; + width: 100px; + border-bottom: solid 1px black; +} +#login .btnStyle { + width: 40px; +} +#left a:hover { + position: relative; + right: 2px; + bottom: 2px; + border-bottom:dashed 1px; + color:#960; +} +#fenlei { + background:url(../images/category.jpg) no-repeat; + padding-top:50px; + margin-top:2px; + line-height:25px; + margin-left:15px; + margin-right:15px; + } +#fenlei h3{ + background-color:#FFD8D9; + text-align:left; + margin-top:5px; + } +#fenlei li{ + padding-left:15px; + background:url(../images/icon1.gif) no-repeat center left; + border-bottom:dashed 1px black; + } \ No newline at end of file diff --git "a/\346\226\271\350\215\243\346\230\237/css/right.css" "b/\346\226\271\350\215\243\346\230\237/css/right.css" new file mode 100644 index 0000000..c2a289b --- /dev/null +++ "b/\346\226\271\350\215\243\346\230\237/css/right.css" @@ -0,0 +1,60 @@ +#right{ + width:518px; + height:800px; + float:right; + } +#news{ + background-image:url(../images/news.jpg); + background-repeat:no-repeat; + padding-top:33px; + margin-bottom:2px; + height:102px; + } +#news li{ + float:left; + padding-left:2px; + padding-top:2px; + } +#flower{ + background:url(../images/recommend.jpg) no-repeat white; + height:380px; + margin-top:2px; + } +#flower li{ + float:left; + padding-top:33px; + padding-left:18.8px; + text-align:center; + } +#right a:hover{ + position:relative; + bottom:2px; + left:2px; + } +#fresh{ + background:url(../images/fresh.jpg) no-repeat white; + height:200px; + margin-top:2px; + } +#fresh li{ + float:left; + padding-top:40px; + padding-left:18.8px; + text-align:center; + } +#tips{ + background:url(../images/tips.jpg) no-repeat white; + height:180px; + margin-top:5px; + padding-top:50px; + } +#tips li{ + width:200px; + float:right; + padding-top:20px; + padding-left:30px; + } +#tips a{ + background:url(../images/icon2.gif) no-repeat center left; + padding-left:10px; + } \ No newline at end of file diff --git "a/\346\226\271\350\215\243\346\230\237/css/top.css" "b/\346\226\271\350\215\243\346\230\237/css/top.css" new file mode 100644 index 0000000..4d2cc01 --- /dev/null +++ "b/\346\226\271\350\215\243\346\230\237/css/top.css" @@ -0,0 +1,29 @@ +#top{ + width:700px; + height:153px; + margin-bottom:2px; + } +#banner{ + background:url(../images/banner.jpg) no-repeat; + width:700px; + height:120px; + } +ul{ + list-style:none; + } +a{ + text-decoration:none; + color:#000;} +#nav li{ + float:left; + width:100px; + line-height:33px; + text-align:center; + background-image:url(../images/button1.jpg); + } +#nav li:hover{ + position:relative; + right:2px; + bottom:2px; + background-image:url(../images/button1_bg.jpg); + } \ No newline at end of file diff --git "a/\346\226\271\350\215\243\346\230\237/untitled.html" "b/\346\226\271\350\215\243\346\230\237/untitled.html" new file mode 100644 index 0000000..9cb6cf0 --- /dev/null +++ "b/\346\226\271\350\215\243\346\230\237/untitled.html" @@ -0,0 +1,147 @@ + + + + +满屋花 + + + + + + + +
+
+ + +
+
+
+
+ +
+
+ +
+ +
+ + -- Gitee