From fdbd3dceb26ce38d5feb51808a843f1dd1a08db9 Mon Sep 17 00:00:00 2001 From: liu-xianyu <1348870583@qq.com> Date: Wed, 9 Dec 2020 11:38:21 +0800 Subject: [PATCH] first commit --- liu-z/css/base.css | 14 +++++ liu-z/css/left.css | 54 ++++++++++++++++ liu-z/css/right.css | 72 ++++++++++++++++++++++ liu-z/css/top.css | 36 +++++++++++ liu-z/untitled.html | 147 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 323 insertions(+) create mode 100644 liu-z/css/base.css create mode 100644 liu-z/css/left.css create mode 100644 liu-z/css/right.css create mode 100644 liu-z/css/top.css create mode 100644 liu-z/untitled.html diff --git a/liu-z/css/base.css b/liu-z/css/base.css new file mode 100644 index 0000000..77da4c7 --- /dev/null +++ b/liu-z/css/base.css @@ -0,0 +1,14 @@ +/*cSS Document */ +#father{ width:700px; + height:1000px; + margin:0 auto; + + +} +*{ margin:0; +padding:0; +font-size:12px; + } +body{ + background-color:#ffd8d9; + } diff --git a/liu-z/css/left.css b/liu-z/css/left.css new file mode 100644 index 0000000..c15defe --- /dev/null +++ b/liu-z/css/left.css @@ -0,0 +1,54 @@ +/* CSS Document */ +#left { + width: 180px; + float: left; + background:url(../img/leftbottom.jpg) no-repeat bottom white; +} +#login { + width: 180px; + background: url(../img/login.jpg) no-repeat; + padding-top: 50px; + padding-left: 25px; +} +#left ul { + list-style: none; +} +#login li { + margin-top: 15px; +} +#login .txtStyle { + width: 100px; + border-style: none; + border-bottom: solid 1px black; +} +#login .btnStyle { + width: 40px; +} +#left a { + text-decoration: none; + color: black; +} +#left a:hover { + position: relative; + right: 1px; + bottom: 1px; +} +#fen { + background: url(../img/category.jpg) no-repeat; + padding: 50px 24px 5px; +} +#fen li { + line-height: 25px; + background: url(../img/icon1.gif) no-repeat; + padding-left: 15px; + background-position: left; + border-bottom: dashed 1px black; +} +#fen h3 { + background-color: #FF8D9D; + margin-top: 10px; +} +#fen a:hover{ + color:pink; + text-decoration:underline; + } \ No newline at end of file diff --git a/liu-z/css/right.css b/liu-z/css/right.css new file mode 100644 index 0000000..b65583e --- /dev/null +++ b/liu-z/css/right.css @@ -0,0 +1,72 @@ +/* CSS Document */ +#right{ + width:518px; + + float:right; + } + ul{ + list-style:none; + } +#kuai{ + width:518px; + height:107px; + background:url(../img/news.jpg) no-repeat; + padding-top:36px; + } +#kuai li{ + float:left; + margin-left:2px; + } +#right a:hover{ + position:relative; + bottom:1px; + right:1px; +} +#tui { + background:url(../img/recommend.jpg) no-repeat #FFF; + width:516px; + height:300px; + padding-top:33px; + padding-bottom:2px; + } +#tui li{ + float:left; + text-align:center; + margin-left:18.8px; + } +#right a{ + text-decoration:none; + color:black; + } +#xin { + background:url(../img/fresh.jpg) no-repeat #FFF; + width:516px; + height:128px; + padding-top:33px; + padding-bottom:2px; + } +#xin li{ + float:left; + text-align:center; + margin-left:18.8px; +} +#hua { + width:500px; + height:196px; + background:url(../img/tips.jpg) no-repeat #FFF; + padding-top:43px; + padding-left:16px; + + } +#hua li{ + background:url(../img/icon2.gif) no-repeat center left; + float:left; + padding-left:25px; + width:200px; + line-height:40px; + + } + + + + diff --git a/liu-z/css/top.css b/liu-z/css/top.css new file mode 100644 index 0000000..07a364f --- /dev/null +++ b/liu-z/css/top.css @@ -0,0 +1,36 @@ +/* CSS Document */ +#top{ width:700px; + height:153px; + +} + +#banner{ width:700px; + height:120px; + background:url(../img/banner.jpg) no-repeat; + +} + ul{ list-style:none; + } +#nav li{ float:left; + width:100px; + text-align:center; + line-height:33px; + + +} +#nav a{ + text-decoration:none; + color:#000; + background:url(../img/button1.jpg); + display:block; + + + + +} +#nav a:hover{ position:relative; + bottom:1px; + right:1px; + background-image:url(../img/button1_bg.jpg) + +} \ No newline at end of file diff --git a/liu-z/untitled.html b/liu-z/untitled.html new file mode 100644 index 0000000..057d530 --- /dev/null +++ b/liu-z/untitled.html @@ -0,0 +1,147 @@ + + + + +满花屋 + + + + + + + +
+
+ + +
+
+
+
+ +
+
+ +
+ +
+ + -- Gitee