mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add t
This commit is contained in:
+54
-3
@@ -3,6 +3,7 @@ body{
|
||||
width:100%;
|
||||
background-color:#FAFBFB;
|
||||
font-family:"微软雅黑";
|
||||
min-width:308px;
|
||||
}
|
||||
|
||||
input{
|
||||
@@ -41,10 +42,9 @@ header div:nth-child(2){
|
||||
}
|
||||
#search_btn{
|
||||
width:50px;
|
||||
height:42px;
|
||||
height:46px;
|
||||
line-height:45px;
|
||||
text-align:center;
|
||||
margin-left:3px;
|
||||
background-color:#0091FF;
|
||||
border-left:0;
|
||||
border:0;
|
||||
@@ -95,7 +95,7 @@ section{
|
||||
right:5px;
|
||||
left:5px;
|
||||
border-top:1px solid #CCCCCC;
|
||||
background-color:#FFFFFF;
|
||||
/*background-color:#FFFFFF;*/
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
@@ -103,6 +103,8 @@ section{
|
||||
margin-top:5px;
|
||||
height:150px;
|
||||
border-bottom: 1px solid #A8A8A8;
|
||||
background-color: #FFF;
|
||||
min-width:290px;
|
||||
}
|
||||
|
||||
section .list_item:last-child{
|
||||
@@ -168,6 +170,55 @@ section .list_item:last-child{
|
||||
height:150px;display:block;
|
||||
}
|
||||
|
||||
#loading{
|
||||
position:absolute;top:170px;left:110px;z-index:2;
|
||||
}
|
||||
/* book detail*/
|
||||
#book_detail_info{
|
||||
width:100%;min-height:164px;
|
||||
font-size:14px;
|
||||
background-color: #FFF;
|
||||
min-width:308px;
|
||||
border-bottom: 1px dashed #CCCCCC;
|
||||
|
||||
}
|
||||
|
||||
.book_detail_pic{
|
||||
margin-top: 5px;
|
||||
margin-left:5px;
|
||||
width:104px;
|
||||
height:144px;
|
||||
}
|
||||
|
||||
.book_detail_title{
|
||||
color:#0091FF;
|
||||
margin-left: 10px;
|
||||
line-height:23px;
|
||||
}
|
||||
|
||||
.book_detail_sum{
|
||||
background-color: #FFF;
|
||||
margin-top:10px;font-size:14px;
|
||||
border-bottom: 1px dashed #CCCCCC;
|
||||
}
|
||||
|
||||
.book_detail_sum div{
|
||||
border:1px solid #2BB2A3;
|
||||
border-radius:2px;
|
||||
color: #2BB2A3;
|
||||
width:80px;
|
||||
height:30px;
|
||||
text-align: center;
|
||||
line-height:30px;
|
||||
}
|
||||
|
||||
.book_detail_t_w{
|
||||
max-width:120px;
|
||||
height:23px;
|
||||
line-height:33px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user