1234567891011121314151617181920 |
- table,tr th,td{text-align: center}
- .message{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;padding:15px;margin:20px 0;border:1px solid transparent;border-radius:4px}
- .paging span{
- position: relative;
- float: left;
- padding: 6px 12px;
- margin-left: -1px;
- line-height: 1.42857143;
- color: #337ab7;
- text-decoration: none;
- background-color: #fff;
- border: 1px solid #ddd;
- }
- .paging .current{
- z-index: 2;
- color: #fff;
- cursor: default;
- background-color: #337ab7;
- border-color: #337ab7;
- }
|