新增分页跳转到指定页码
This commit is contained in:
@ -556,6 +556,7 @@ label {
|
||||
background-color:#eee;
|
||||
}
|
||||
|
||||
/** 表单布局 **/
|
||||
.form-header {
|
||||
font-size:15px;
|
||||
color:#6379bb;
|
||||
@ -574,3 +575,19 @@ label {
|
||||
border-image: none;
|
||||
border-width: 1px 0px;
|
||||
}
|
||||
|
||||
/** 表格跳转样式 **/
|
||||
.pageGo input {
|
||||
height: 32px;
|
||||
width: 50px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
.pageGo button {
|
||||
height: 32px;
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user