You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
2.0 KiB

.wrapper {
margin: 5px 10px;
}
.searchBar {
height: 30px;
padding: 7px 0 3px;
text-align: center;
}
.searchBtn {
height: 24px;
font-size: 13px;
}
.resultBar {
width: 460px;
margin: 5px auto;
overflow: hidden;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 2px 2px 5px #d3d6da;
}
.listPanel {
overflow: hidden;
}
.panelon {
display: block;
}
.paneloff {
display: none;
}
.page {
width: 220px;
margin: 20px auto;
overflow: hidden;
}
.pageon {
float: right;
width: 24px;
height: 24px;
margin-right: 5px;
color: #000;
font-weight: bold;
line-height: 24px;
text-align: center;
background: none;
border: none;
}
.pageoff {
float: right;
width: 24px;
height: 24px;
margin-right: 5px;
color: #2d64b3;
line-height: 24px;
text-align: center;
text-decoration: none;
background-color: #fff;
border: 1px solid #e7ecf0;
cursor: pointer;
}
.m-box {
width: 460px;
}
.m-m {
float: left;
height: 20px;
line-height: 20px;
}
.m-h {
height: 24px;
padding-left: 46px;
color: #333;
font-weight: bold;
font-size: 12px;
line-height: 24px;
background-color: #fafafa;
border-bottom: 1px solid #dad8d8;
}
.m-l {
float: left;
width: 40px;
}
.m-t {
float: left;
width: 140px;
}
.m-s {
float: left;
width: 110px;
}
.m-z {
float: left;
width: 100px;
}
.m-try-t {
float: left;
width: 60px;
}
.m-try {
float: left;
width: 20px;
height: 20px;
background: url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat;
}
.m-trying {
float: left;
width: 20px;
height: 20px;
background: url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat;
}
.loading {
width: 95px;
height: 7px;
margin: 60px auto;
font-size: 7px;
background: url(http://static.tieba.baidu.com/tb/editor/images/loading.gif) no-repeat;
}
.empty {
width: 300px;
height: 40px;
margin: 50px auto;
padding: 2px;
color: #069;
line-height: 40px;
text-align: center;
}