@@ -1,3 +1,8 @@
+.container{
+ width: 100%;
+ height: 100%;
+ overflow-y: auto;
+}
ul,li{
padding:0;
margin:0;
@@ -142,17 +147,18 @@ table{
.textCenter{
text-align: center;
}
+
+.pagination{
+ margin: 35px 0 0 0 ;
+ text-align: right;
.totalSum{
font-size:12px;
line-height:17px;
color: #777777;
margin-right: 20px;
-
-.pagination{
- margin: 35px 0 0 0 ;
- text-align: right;
-}
.pageNum,.prePage,.nextPage, .more{
display: inline-block;
width: 20px;
@@ -164,7 +170,7 @@ table{
.prePage,.nextPage{
img{
position: relative;
- top: -2px ;
+ top: 0px ;
.more{
list-style: none;
@@ -145,6 +150,12 @@ table{
margin: 35px 0 0 0 ;
text-align: right;
+.totalSum{
+ font-size:12px;
+ line-height:17px;
+ color: #777777;
+ margin-right: 20px;
@@ -156,7 +167,7 @@ table{
- top: -2px;