www.gusucode.com > 典当行电子商务网站php网站源码程序 > code/photo/templates/css/photoquery.css

    /* ============图片检索============== */

div#photoquery {
margin:0px 0px 20px 0px;
}

div#photoquery ul{
margin:0;
padding:0;
}

div#photoquery li{
float:left;
list-style-type: none;
margin:0px 35px 10px 0px;
text-align:center;
}

div#photoquery div.fang{
text-align:center;
}

div#photoquery div.picFit{
overflow: hidden;
}

div#photoquery div.picFit img{
}


div#photoquery div.title{
white-space: nowrap;
overflow: hidden;
text-align:center;
}


div#photoquery a:link,div#photoquery a:visited,div#photoquery a:active{
font:bold 12px/25px simsun;
color:#5e4828;
text-decoration: none;
}

div#photoquery a:hover{
font:bold 12px/25px simsun;
color:#ff6600;
text-decoration: underline;
}




/* ============翻页============== */

div#showpages {
clear:both;
padding:0px;
margin:20px 0px;
width:100%;
height:30px;
white-space: nowrap;
}

div#pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
color:#5e4828;
}

div#pages {
float:right;
padding-right:8px;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#303030;
text-decoration: none;
}

div#pages a:hover{
color:#ff0000;
text-decoration: none;
}

div#pages li{
margin:3px;
padding:2px 5px;
list-style-type: none;
float:left;
background:#e0c085;
color:#303030;
border:1px #e0c085 solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#303030;
background-color:#f6e1b0;
white-space: nowrap;
border:1px #e0c085 solid;
}

div#pages li.pbutton{
color:#303030;
background-color:#e0c085;
padding:3px 5px 1px 5px;
white-space: nowrap;
border:1px #e0c085 solid;
}

div#pages li.opt{
color:#303030;
padding:0px;
white-space: nowrap;
border:0px;
background:#fff;
}