mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add search
This commit is contained in:
+31
-8
@@ -5,13 +5,17 @@ body{
|
||||
font-family:"微软雅黑";
|
||||
}
|
||||
|
||||
|
||||
input{
|
||||
-webkit-appearance:none;
|
||||
outline:none
|
||||
outline:none;
|
||||
border-radius:0;
|
||||
}
|
||||
|
||||
|
||||
a{
|
||||
color: #525252;
|
||||
}
|
||||
|
||||
header div:nth-child(1){
|
||||
position: absolute;
|
||||
left:3px;
|
||||
@@ -39,6 +43,7 @@ header div:nth-child(2){
|
||||
width:50px;
|
||||
height:43px;
|
||||
border:0;
|
||||
margin-left: 2px;
|
||||
background-color:#0091FF;
|
||||
border-left:0;
|
||||
border:0;
|
||||
@@ -56,22 +61,29 @@ footer{
|
||||
height:40px;
|
||||
line-height:40px;
|
||||
text-align:center;
|
||||
color:#2BB2A3;
|
||||
/*color:#2BB2A3;*/
|
||||
color: #FFF;
|
||||
border-top: 1px solid #DDD8CE;
|
||||
background-color:#F0EFED;
|
||||
/*background-color:#F0EFED;*/
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
footer div:nth-child(1){
|
||||
footer a{
|
||||
cursor: pointer;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
footer a:nth-child(1){
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
footer div:nth-child(2){
|
||||
footer a:nth-child(2){
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
footer div:nth-child(3){
|
||||
footer a:nth-child(3){
|
||||
width: 33%;
|
||||
float: right;
|
||||
}
|
||||
@@ -92,6 +104,10 @@ section{
|
||||
border-bottom: 1px solid #A8A8A8;
|
||||
}
|
||||
|
||||
section .list_item:last-child{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.list_img{
|
||||
width:104px;
|
||||
height: 144px;
|
||||
@@ -119,18 +135,21 @@ section{
|
||||
.list_author{
|
||||
color:#666666;
|
||||
margin-left:10px;
|
||||
height: 64px;
|
||||
line-height:17px;
|
||||
height: 51px;
|
||||
width:120px;
|
||||
}
|
||||
|
||||
.overflow{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.fl{float: left;}
|
||||
.fr{float: right;}
|
||||
|
||||
.list_bookprice{
|
||||
margin-top: 20px;
|
||||
margin-left:5px;
|
||||
color:#2BB2A3;
|
||||
}
|
||||
@@ -144,6 +163,10 @@ section{
|
||||
top:120px;
|
||||
}
|
||||
|
||||
.list_bookname_a{
|
||||
height:150px;display:block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user