diff --git "a/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/base.css" "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..cdd31b52686ed29b7ca3e064a691435bc9266a4f --- /dev/null +++ "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/base.css" @@ -0,0 +1,19 @@ +#father{ + width:700px; + margin:0 auto; + } +*{ + padding:0; + margin:0; + font-size:12px; +} +body{ + background-color:#FFD8D9; +} +ul{ + list-style:none; + } +a{ + text-decoration:none; + color:black; +} diff --git "a/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/left.css" "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..a78cfe37e22b2623919a8a8d4f7693a3802323ed --- /dev/null +++ "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/left.css" @@ -0,0 +1,55 @@ +/* CSS Document */ +#left{ + width:180px; + height:830px; + float:left; + background:url(../img/leftbottom.jpg) no-repeat bottom; + background-color:#FFF; +} +#login{ + background-image:url(../img/login.jpg); + background-repeat:no-repeat; + padding-left:25px; + padding-top:50px; +} +#login .txtStyle{ + width:100px; + border-style:none; + border-bottom:solid 1px black; +} +#login li{ + margin-top:5px; +} +#login .btnStyle{ + width:40px; +} + +#login #right, a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#fl{ + background-image:url(../img/category.jpg); + padding:50px 25px 5px; + background-repeat:no-repeat +} +#fl li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:15px; + border-bottom:dashed 1px #000; +} +#fl h3{ + background-color:#FFD8D9; + margin-bottom:5px; +} +#fl a{ + color:#000; + text-decoration:none; +} +#fl a:hover{ + text-decoration:underline; + color:#903; +} + diff --git "a/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/right.css" "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..c717667b90e1fd39bda6bf7350a0c51aeb6d62fc --- /dev/null +++ "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/right.css" @@ -0,0 +1,53 @@ +/* CSS Document */ +#right{ + width:518px; + float:right; +} +#news{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + height:109px; +} +#news li{ + float:left; + margin-left:2px; +} +#tj{ + background:url(../img/recommend.jpg) no-repeat white; + padding-top:33px;; + height:300px; + margin-top:2px; +} +#tj li{ + text-decoration:none; + color:black; + float:left; + margin-left:18.8px; + text-align:center; +} +#ss{ + background:url(../img/fresh.jpg) no-repeat white; + padding-top:33px; + height:150px; + margin-top:2px; +} +#ss li{ + float:left; + text-align:center; + margin-left:18.8px; +} +#dg{ + background:url(../img/tips.jpg) no-repeat white; + padding-top:45px; + padding-left:50px; + height:120px; + margin-top:2px; +} +#dg li{ + float:left; + width:200px; + background:url(../img/icon2.gif) no-repeat center left; + padding-left:15px; + line-height:30px; +} + diff --git "a/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/top.css" "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..2ec3858cb11f2efedf55982a569ff2a6ab113c91 --- /dev/null +++ "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/css/top.css" @@ -0,0 +1,30 @@ + +#top{ + width:700px; + height:153px; + margin-bottom:2px; +} +#banner{ + height:120px; + background-image:url(../img/banner.jpg); +} + +#nav li{ + float:left; + width:100px; + text-align:center; + line-height:33px; +} +#nav a{ + background-image:url(../img/button1.jpg); + color:#664543; + text-decoration:none; + display:block; +} +#nav a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + right:1px; + bottom:1px; +} + \ No newline at end of file diff --git "a/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/index.html" "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..3b7ab91bac4585a2f8a09ab69ad92e29575d98bb --- /dev/null +++ "b/\350\256\270\345\237\271\346\250\237/\346\273\241\345\261\213\350\212\261/index.html" @@ -0,0 +1,145 @@ + + + + +满屋花 + + + + + + + +
+
+ + +
+
+
+
+

用户: + +

+

密码: + +

+

+ + + 忘记密码

+
+
+ +
+ +
+ +