diff --git a/新版闲书网主页/.idea/$PRODUCT_WORKSPACE_FILE$ b/新版闲书网主页/.idea/$PRODUCT_WORKSPACE_FILE$ new file mode 100644 index 0000000..3733e0d --- /dev/null +++ b/新版闲书网主页/.idea/$PRODUCT_WORKSPACE_FILE$ @@ -0,0 +1,19 @@ + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/新版闲书网主页/.idea/css/main.css b/新版闲书网主页/.idea/css/main.css new file mode 100644 index 0000000..868f5fa --- /dev/null +++ b/新版闲书网主页/.idea/css/main.css @@ -0,0 +1,201 @@ +*{ + -webkit-box-sizing: border-box; + box-sizing: border-box; + /*background: rgba(0,0,0,.1);*/ + -webkit-box-sizing: background 200ms ; + -o-transition: background 200ms ; + transition: background 200ms;/*改变页面中颜色变换时间*/ +} +.container{ + display: block; + max-width:1080px; + margin:0 auto; +} +body{ + font-size: 14px; + color: #444; + background: #f9f9f9; + line-height: 1.7; +} +a{ + text-decoration: none;/*下划线去掉*/ +} +img{ + display: block; + max-width: 100%; +} +.fl{ + float: left; +} + +.fr{ + float:right; +} +.clear-float:after, +.clear-float:before{ + content:""; + display: block; + clear: both; +} +.col-1, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9{ + display: block; + position: relative; + min-height: 1px; + float: left; +} +.col-1{ + width: 10%; +} +.col-2{ + width: 20%; +} +.col-3{ + width: 30%; +} +.col-4{ + width: 40%; +} +.col-5{ + width: 50%; +} +.col-6{ + width: 60%; +} +.col-7{ + width: 70%; +} +.col-8{ + width: 80%; +} +.col-9{ + width: 90%; +} +.top-nav{ + background: #eee; +} +.top-nav .item{ + display: inline-block; + padding: 6px 10px; + color: #666; +} +.top-nav .item:hover{ + color: #333; +} +.header{ + padding: 20px 0px; +} +.header .logo{ + font-size: 30px; +} +.header .search-bar{ + border: 2px solid #dd128b; + background: #dd182b; +} +.header .search-bar input, +.header .search-bar button{ + float: left; + border: 0; + padding: 10px; + outline: 0; +} +.header .search-bar input{ + width: 80%; +} +.header .search-bar input:focus{ /*在输入时的一点点投影*/ + -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.3); + box-shadow: inset 0 0 2px 2px rgba(0,0,0,.3); +} +.header .search-bar button{ + width: 20%; + background: #dd182b; + color: #fff; +} +.header .search-bar button:hover{ + background: #ce1829; +} +.header .cart{ + text-align: center; +} +.header .cart a{ + float: right; + padding: 10px; + background: #fff; + border: 2px solid #eee; + width: 60%; + color: #dd182b; +} +.main-promote{ + background: #eee; +} + +.main-promote .cat{ + background: #6e6568; + color: #fff; + +} +.main-promote .cat .item{ + padding: 14px 20px; +} +.main-promote .cat .item:hover{ + background: rgba(0,0,0,.2); +} + +.main-promote .info{ + padding: 10px; + background: #fff; + color: #888; + -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); + box-shadow: 0 1px 2px rgba(0,0,0,.2); + +} +.main-promote .info .avatar{ + width: 50px; + height: 50px; + background: #aaa; + border-radius: 50%; + float: left; + margin-right: 10px; +} +.main-promote .info > *{ + margin-bottom: 10px; +} + +.cat-promote .title:before{ + content: ""; + display: inline-block; + vertical-align: middle; + width: 5px; + height: 22px; + background: #dd182b; + margin-right: 10px; +} +.cat-promote .title{ + font-size: 22px; +} + +.cat-promote .item{ + padding:5px; +} +.cat-promote .card{ + height: 300px; + background: #ccc; + -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); + box-shadow: 0 1px 2px rgba(0,0,0,.2); +} + +.footer{ + text-align: center; + padding:30px 0; + color: #999; +} +.footer a{ + color: #999; +} \ No newline at end of file diff --git a/新版闲书网主页/.idea/css/p-i.css b/新版闲书网主页/.idea/css/p-i.css new file mode 100644 index 0000000..77213f4 --- /dev/null +++ b/新版闲书网主页/.idea/css/p-i.css @@ -0,0 +1,91 @@ +*{ + -webkit-box-sizing: border-box; + box-sizing: border-box; + /*background: rgba(0,0,0,.1);*/ + -webkit-box-sizing: background 200ms ; + -o-transition: background 200ms ; + transition: background 200ms;/*改变页面中颜色变换时间*/ +} +.container{ + display: block; + max-width:1080px; + margin:0 auto; +} +body{ + font-size: 14px; + color: #444; + background: #f9f9f9; + line-height: 1.7; +} +a{ + text-decoration: none;/*下划线去掉*/ +} +img{ + display: block; + max-width: 100%; +} +.fl{ + float: left; +} + +.fr{ + float:right; +} +.clear-float:after, +.clear-float:before{ + content:""; + display: block; + clear: both; +} +.col-1, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9{ + display: block; + position: relative; + min-height: 1px; + float: left; +} +.col-1{ + width: 10%; +} +.col-2{ + width: 20%; +} +.col-3{ + width: 30%; +} +.col-4{ + width: 40%; +} +.col-5{ + width: 50%; +} +.col-6{ + width: 60%; +} +.col-7{ + width: 70%; +} +.col-8{ + width: 80%; +} +.col-9{ + width: 90%; +} +.top-nav{ + background: #eee; +} +.top-nav .item{ + display: inline-block; + padding: 6px 10px; + color: #666; +} +.top-nav .item:hover{ + color: #333; +} \ No newline at end of file diff --git a/新版闲书网主页/.idea/img/slider_01.png b/新版闲书网主页/.idea/img/slider_01.png new file mode 100644 index 0000000..a4962ac Binary files /dev/null and b/新版闲书网主页/.idea/img/slider_01.png differ diff --git a/新版闲书网主页/.idea/img/slider_02.png b/新版闲书网主页/.idea/img/slider_02.png new file mode 100644 index 0000000..0eb80c8 Binary files /dev/null and b/新版闲书网主页/.idea/img/slider_02.png differ diff --git a/新版闲书网主页/.idea/img/slider_03.png b/新版闲书网主页/.idea/img/slider_03.png new file mode 100644 index 0000000..0eb80c8 Binary files /dev/null and b/新版闲书网主页/.idea/img/slider_03.png differ diff --git a/新版闲书网主页/.idea/img/未标题-1.jpg b/新版闲书网主页/.idea/img/未标题-1.jpg new file mode 100644 index 0000000..b044e8c Binary files /dev/null and b/新版闲书网主页/.idea/img/未标题-1.jpg differ diff --git a/新版闲书网主页/.idea/misc.xml b/新版闲书网主页/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/新版闲书网主页/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/新版闲书网主页/.idea/modules.xml b/新版闲书网主页/.idea/modules.xml new file mode 100644 index 0000000..46e2ebb --- /dev/null +++ b/新版闲书网主页/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/新版闲书网主页/.idea/product-introduction.html b/新版闲书网主页/.idea/product-introduction.html new file mode 100644 index 0000000..6396530 --- /dev/null +++ b/新版闲书网主页/.idea/product-introduction.html @@ -0,0 +1,25 @@ + + + + + 产品介绍 + + + + +
+
+
+ 首页 +
+ +
+
+ + \ No newline at end of file diff --git a/新版闲书网主页/.idea/workspace.xml b/新版闲书网主页/.idea/workspace.xml new file mode 100644 index 0000000..4c383c0 --- /dev/null +++ b/新版闲书网主页/.idea/workspace.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1577583950774 + + + + + + \ No newline at end of file diff --git a/新版闲书网主页/index.html b/新版闲书网主页/index.html new file mode 100644 index 0000000..830a42a --- /dev/null +++ b/新版闲书网主页/index.html @@ -0,0 +1,179 @@ + + + + + 闲书网 + + + + +
+
+
+ 首页 +
+ +
+
+ +
+
+ + + +
+
+ +
+
+
+
item / item
+
item / item
+
item / item
+
item / item
+
item / item
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+
+
+ 你好,欢迎剁手~ +
+
+
                     公告
+
+ 闲书网目前仅处于测试阶段,很多功能尚未完善,会在后续版本中逐步完善~ +
+
+ +
+
+ +
+ + +
+
+
五折专区
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
必读经典
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
9.9元包邮
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/新版闲书网主页/表严肃电商实战.iml b/新版闲书网主页/表严肃电商实战.iml new file mode 100644 index 0000000..80cc739 --- /dev/null +++ b/新版闲书网主页/表严肃电商实战.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file