#navSort {
|
display: none;
|
position: fixed;
|
top: 50%;
|
left: 50%;
|
margin-left: -600px;
|
margin-top: -300px;
|
width: 1120px;
|
background-color: #FFFFFF;
|
z-index: 300;
|
}
|
#navSort .navSort-title {
|
padding-top: .6em;
|
padding-bottom: .6em;
|
text-indent: 1em;
|
border-top-left-radius: .5em;
|
border-top-right-radius: .5em;
|
font-size: 12px;
|
background: url(../../images/table_th_bg.gif) repeat-x;
|
}
|
#navSort .navSort-title .navSort-close:hover {
|
color: #FF0000;
|
cursor: pointer;
|
}
|
#navSort .navSort-title .navSort-close:active {
|
color: #3d90df;
|
}
|
#navSort .navSort-content {
|
padding: 10px;
|
height: 500px;
|
overflow-y: auto;
|
}
|
.navSort-content-item {
|
padding-left: 15px;
|
padding-right: 15px;
|
}
|
#navSortShadow {
|
display: none;
|
position: fixed;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100%;
|
background-color: #CCCCCC;
|
opacity: .3;
|
z-index:299;
|
}
|
/************ul模块***************/
|
.list {
|
width: 100%;
|
padding-top: .5em;
|
padding-bottom: .5em;
|
}
|
.list li {
|
padding-top: .5em;
|
padding-bottom: .5em;
|
}
|
.list-default li{
|
background-color: #FFFFFF;
|
border-bottom: 1px dotted #cccccc;
|
}
|
.list-success li {
|
background-color: #8af76f;
|
background-image: linear-gradient(#8af76f, #80da69);
|
}
|
.list li.noStyle {
|
border: 0;
|
padding: 0;
|
}
|
.list li:hover {
|
background-color: #e9e5e5;
|
}
|
.list li.noStyle:hover {
|
background-color: none;
|
}
|
.addPage {
|
font-size: 12px;
|
padding-top: .5em;
|
padding-bottom: .5em;
|
text-align: center;
|
}
|
.addPage input[type=text] {
|
width: 240px;
|
height: 24px;
|
border: 1px solid #bbbbbb;
|
}
|
.addPage input[type=checkbox] {
|
vertical-align: middle;
|
}
|