diff --git "a/\345\217\266\351\242\200/css/father.css" "b/\345\217\266\351\242\200/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..53712a9cbc530ae19248fdeb913d30c539fd4306 --- /dev/null +++ "b/\345\217\266\351\242\200/css/father.css" @@ -0,0 +1,23 @@ + + + + + + +body{ + background-color: #FFD8D9; + text-align:center; + font-size:12px; + margin:10px 0px 0px 0px; + padding:0px; + } + #title img{ + width:700px ; + } + .container{ + position:relative; + margin:0px auto; + width:800px; + text-align:left; + } + \ No newline at end of file diff --git "a/\345\217\266\351\242\200/css/left.css" "b/\345\217\266\351\242\200/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..fc692136e1058e0ec3cf39467e2b66dbedca1770 --- /dev/null +++ "b/\345\217\266\351\242\200/css/left.css" @@ -0,0 +1,75 @@ +#left{ + + width:180px; + float:left; + background:#FFFFFF url(leftbottom.jpg) no-repeat; + margin:10px 0px 0px 0px; + +}/* CSS Document */ +#login{ + background:url(../img/login.jpg) no-repeat; + padding:38px 0px 0px 0px; +} +#login form{ + padding:0px; + margin:0px; +} +#login p{ + margin:1px; + text-align:left; + padding:50px 0px 0px 25px; +} +#login form input.text{ + border-bottom:1px solid black; + border-left:none; + border-right:none; + border-top:none; + padding:0px; + width:90px; +} +#login form input.btn{ + border:1px solid #000000; + background-color:#FFEFF0; + height:17px; + padding:0px; + } + #login p a:link,#login p a:visited{ + color:#333333; + text-decoration:none; + } + #login p a:hover{ + color:#000088; + texe-decoration:underline; + } +#left{ + background:url(img/fenlei.jpg) no-repeat; + padding:50px 0px 35px 0px; + } + + #left h4{ + margin:0px 18px; + padding:3px 0px 1px 5px; + background-color: #FFD1D1; + font-size:12px; + } + #left ul{ + list-style:none; + margin:0px; + padding:5px 22px 15px 22px; + } + + #left ul li{ + padding:2px 0px 2px 16px; + border-bottom:1px dashed red; + background:url(img/dian.gif) no-repeat 5px 7px; + } + + #left ul li a:link , #category ul li a:visited{ + color:black; + text-decoration:none; + } + #left ul li a:hover{ + color:blue; + text-decoration:underline; + } + \ No newline at end of file diff --git "a/\345\217\266\351\242\200/css/right.css" "b/\345\217\266\351\242\200/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..def00974de74d0f3225aca1a2deebb57446a8829 --- /dev/null +++ "b/\345\217\266\351\242\200/css/right.css" @@ -0,0 +1,100 @@ +#right{ + float:left; + width:520px; + margin:0px 0px 0px 1px; + } + #top{ + border-radius:21px ; + background:pink url(img/new.jpg) no-repeat; + padding:20px 0px 0px 1px; + margin-left:0px; + margin-top: 10px; + margin-bottom: 10px; + } + #top img{ + border:none; + padding-left:0px; + } + #top ul li{ + /*去点*/ + display: inline; + } + #top ul li img{ + /*图片太大就需要设置宽度*/ + width: 157px; + } + #recommend{ + border-radius:21px ; + background:url(img/recommend.jpg) no-repeat; + margin:5px 0px 0px 0px; + padding:35px 0px 0px 0px; + background-color:#ffffff; + margin-bottom: 20px; + } + #recommend br, #new br,#buttom br{ + display:block; + clear:both; + margin:0px; + padding:0px; + } + #recommend ul , #new ul{ + list-style:none; + margin:0px; + padding:5px 5px 5px 8px; + } + #recommend ul li,#new ul li{ + text-align:center; + float:left; + width:125px; + } + #recommend ul li img , #new ul li img{ + border:none; + margin:5px 0px 3px 0px; + padding:0px; + } + #recommend ul li a:link, #recommend ul li a:visited , #new ul li a:link,#new ul li a:visited{ + color:#666666; + text-decoration:none; + } + #recommend ul li a:hover , #new ul li a:hover{ + color:#D20005; + text-decoration:underline; + } + #new{ + border-radius:21px ; + background:url(img/new.jpg) no-repeat; + margin:5px 0px 0px 0px; + padding:35px 0px 0px 0px; + background-color:#FFFFFF; + } + #buttom{ + border-radius:25px ; + background:url(img/daogou.jpg) no-repeat; + margin:5px 0px 10px 0px; + padding:45px 0px 35px 0px; + background-color:#FFFFFF; + font-size: 15px; + margin-top: 10px; + } + #buttom ul{ + list-style:none; + margin:0px; + padding:5px 5px 5px 30px; + } + #buttom ul li{ + /*设置文字前面的箭头 通过添加图片来处理 */ + background:url(img/jiantou.jpg) no-repeat 5px 6px; + padding:1px 0px 1px 12px; + float:left; + width:220px; + } + #buttom ul li a:link,#buttom ul li a:visited{ + color:#222222; + text-decoration:none; + } + #buttom ul li a:hover{ + color:#8A2BE2; + /*当鼠标放在文本上面的时候会显示一根线*/ + text-decoration:underline; + } + diff --git "a/\345\217\266\351\242\200/css/top.css" "b/\345\217\266\351\242\200/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..e329aa345bc29fdeb4dbb2fdef5b6dbda71bca1a --- /dev/null +++ "b/\345\217\266\351\242\200/css/top.css" @@ -0,0 +1,74 @@ +#top{ + width:700px; + height:153px; + + magin-bottom:5px; + + +}/* CSS Document */ +#top{ + margin:0px; + padding:0px; +} +#top ul{ + list-style:none; + padding:0px; + margin:0px; +} +#top li{ + text-align:center; + float:left; + width:100px; +} +#top a{ + display:block; + padding:9px 6px 11px 6px; + background: linear-gradient(180deg,#FFCED2,#FFF6F7,#FFFFFF); + margin:0px; +} +#top a:link,#bar a:visited{ + color:black; + text-decoration:none; +} +#top a:hover{ + color:blueviolet; + text-decration:none; +} +#top a:hover{ + color:blueviolet; + text-decoration:underline; + font-size:12px; + +} +#top{ + margin:0px; + padding:0px; + } + + #top ul{ + list-style:none; + padding:0px; + margin:0px; + } + #top li{ + text-align:center; + float:left; + + width:100px; + } + #top a{ + display:block; + padding:9px 6px 11px 6px; + /*background:url(img/button_bar.jpg) no-repeat; */ + /*渐变色*/ + background: linear-gradient(180deg,#FFCED2,#FFF6F7,#FFFFFF); + margin:0px; + } + #top a:link,#bar a:visited{ + color:black; + text-decoration:none; + } + #top a:hover{ + color:blueviolet; + text-decoration:underline; + font-size: 12px \ No newline at end of file diff --git "a/\345\217\266\351\242\200/img/banner.jpg" "b/\345\217\266\351\242\200/img/banner.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..03a687818349e02b216681540117b6c8c4ae119f Binary files /dev/null and "b/\345\217\266\351\242\200/img/banner.jpg" differ diff --git "a/\345\217\266\351\242\200/img/button1.jpg" "b/\345\217\266\351\242\200/img/button1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..fc31aa10d9e488134a989da1be340541988174d1 Binary files /dev/null and "b/\345\217\266\351\242\200/img/button1.jpg" differ diff --git "a/\345\217\266\351\242\200/img/button1_bg.jpg" "b/\345\217\266\351\242\200/img/button1_bg.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c557dd3c2bd9677cd6770667938898761286209e Binary files /dev/null and "b/\345\217\266\351\242\200/img/button1_bg.jpg" differ diff --git "a/\345\217\266\351\242\200/img/category.jpg" "b/\345\217\266\351\242\200/img/category.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45d66335b2157dc685c72d225ed7e7e6ff883c3d Binary files /dev/null and "b/\345\217\266\351\242\200/img/category.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower1.jpg" "b/\345\217\266\351\242\200/img/flower1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..5ed2e206bd155d44130a285c167d23d32412de13 Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower1.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower10.jpg" "b/\345\217\266\351\242\200/img/flower10.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e5f604d21762f513b9605cafe949b8608d0e84e1 Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower10.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower11.jpg" "b/\345\217\266\351\242\200/img/flower11.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..74f584776ac3732c25a83e8a435b35fe8ac35828 Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower11.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower12.jpg" "b/\345\217\266\351\242\200/img/flower12.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0bf80c6eafe23c284be1995005514e88721424dd Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower12.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower2.jpg" "b/\345\217\266\351\242\200/img/flower2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..e9908f56ee19a82b2cde9e5b25d0aa8309a95700 Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower2.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower3.jpg" "b/\345\217\266\351\242\200/img/flower3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b1597c127a00ace6e19a6a2611c7b8225980c42c Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower3.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower4.jpg" "b/\345\217\266\351\242\200/img/flower4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f791a7b786e99a977a6959a238a977eb0ee92e9f Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower4.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower5.jpg" "b/\345\217\266\351\242\200/img/flower5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1f92793d4de9c2f9be284560094e4c72f327de1d Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower5.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower6.jpg" "b/\345\217\266\351\242\200/img/flower6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f186d81bc417945c0d459bccd91d4842a767e3ff Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower6.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower7.jpg" "b/\345\217\266\351\242\200/img/flower7.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ee94badc217c0d52de19972f6fc4983afaaf9f03 Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower7.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower8.jpg" "b/\345\217\266\351\242\200/img/flower8.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f2c3d89885d7ef244f8b1cbbf4a1a2073e2d409a Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower8.jpg" differ diff --git "a/\345\217\266\351\242\200/img/flower9.jpg" "b/\345\217\266\351\242\200/img/flower9.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..d3cfbd9dd696aaaaa95350223d288491844eb911 Binary files /dev/null and "b/\345\217\266\351\242\200/img/flower9.jpg" differ diff --git "a/\345\217\266\351\242\200/img/fresh.jpg" "b/\345\217\266\351\242\200/img/fresh.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..97e36233bd0083d0ad471ddf40ef3219bfe36bce Binary files /dev/null and "b/\345\217\266\351\242\200/img/fresh.jpg" differ diff --git "a/\345\217\266\351\242\200/img/hhh.jpg" "b/\345\217\266\351\242\200/img/hhh.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..08321c3d87d680fa14986e482da86306f17fd7d4 Binary files /dev/null and "b/\345\217\266\351\242\200/img/hhh.jpg" differ diff --git "a/\345\217\266\351\242\200/img/icon1.gif" "b/\345\217\266\351\242\200/img/icon1.gif" new file mode 100644 index 0000000000000000000000000000000000000000..e2675ed479ff51373e82b6a3fd3c94f07ee6e01e Binary files /dev/null and "b/\345\217\266\351\242\200/img/icon1.gif" differ diff --git "a/\345\217\266\351\242\200/img/icon2.gif" "b/\345\217\266\351\242\200/img/icon2.gif" new file mode 100644 index 0000000000000000000000000000000000000000..86fcdca29ae77ab85eda61e6c7badc8d3ea3a18b Binary files /dev/null and "b/\345\217\266\351\242\200/img/icon2.gif" differ diff --git "a/\345\217\266\351\242\200/img/leftbottom.jpg" "b/\345\217\266\351\242\200/img/leftbottom.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..4a784747bf743a3eec54bb4605b159ca48a18803 Binary files /dev/null and "b/\345\217\266\351\242\200/img/leftbottom.jpg" differ diff --git "a/\345\217\266\351\242\200/img/login.jpg" "b/\345\217\266\351\242\200/img/login.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..2249f78860fe8d8e31d2ce86f18a1c718a9eecd2 Binary files /dev/null and "b/\345\217\266\351\242\200/img/login.jpg" differ diff --git "a/\345\217\266\351\242\200/img/mht.jpg" "b/\345\217\266\351\242\200/img/mht.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..bf5fd748473cab0853907bf179e6e6dad308a862 Binary files /dev/null and "b/\345\217\266\351\242\200/img/mht.jpg" differ diff --git "a/\345\217\266\351\242\200/img/news.jpg" "b/\345\217\266\351\242\200/img/news.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..977f2adc7eeefa9ea382899e2090dcf2a8b3b185 Binary files /dev/null and "b/\345\217\266\351\242\200/img/news.jpg" differ diff --git "a/\345\217\266\351\242\200/img/news1.jpg" "b/\345\217\266\351\242\200/img/news1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..45595c59999963375f9c3024d14da81ea86603bb Binary files /dev/null and "b/\345\217\266\351\242\200/img/news1.jpg" differ diff --git "a/\345\217\266\351\242\200/img/news2.jpg" "b/\345\217\266\351\242\200/img/news2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..21ea81a6fa9bd4d3d9602d0124de5d4541779848 Binary files /dev/null and "b/\345\217\266\351\242\200/img/news2.jpg" differ diff --git "a/\345\217\266\351\242\200/img/news3.jpg" "b/\345\217\266\351\242\200/img/news3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..64c36c381f075ad4ddfe510ff8d3a2d45d177a6b Binary files /dev/null and "b/\345\217\266\351\242\200/img/news3.jpg" differ diff --git "a/\345\217\266\351\242\200/img/recommend.jpg" "b/\345\217\266\351\242\200/img/recommend.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..76f60119200403a2268c4359c8f28c4ae987d3d1 Binary files /dev/null and "b/\345\217\266\351\242\200/img/recommend.jpg" differ diff --git "a/\345\217\266\351\242\200/img/tips.jpg" "b/\345\217\266\351\242\200/img/tips.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..42664b75a294f981b99f053946387e8ba8a27e44 Binary files /dev/null and "b/\345\217\266\351\242\200/img/tips.jpg" differ diff --git "a/\345\217\266\351\242\200/index1.html" "b/\345\217\266\351\242\200/index1.html" new file mode 100644 index 0000000000000000000000000000000000000000..6d61edb21a415676255c13671b74b4136e580a01 --- /dev/null +++ "b/\345\217\266\351\242\200/index1.html" @@ -0,0 +1,214 @@ + + + + + +无标题文档 + + + + + + + +
+
+ + +
+
+
+
+

+ 用户: +

+

+ 密码: +

+

+ + 忘记密码 +

+
+

用途

+ + + +

花材

+ + +

价格

+ +
+
+ + +
+ + +