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 0000000000000000000000000000000000000000..47b3b62b835e31506858e957b60c1a2b49dd8afd --- /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 0000000000000000000000000000000000000000..a728317497c75794cd42e126f44a56f07323b637 --- /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 0000000000000000000000000000000000000000..c2a289b0473dfffb3c39ba71d4ddf4c70f4b7956 --- /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 0000000000000000000000000000000000000000..4d2cc01dc90db0cc1dc3d4d22286f68d6e124b4c --- /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 0000000000000000000000000000000000000000..9cb6cf01729162fd037c7f700ad11274eef2cb8f --- /dev/null +++ "b/\346\226\271\350\215\243\346\230\237/untitled.html" @@ -0,0 +1,147 @@ + + +
+ +