12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .page {
- margin: 37px auto 50px;
- overflow: hidden;
- width: 615px;
- }
- .page > button {
- float: right;
- color: #fff;
- height: 30px;
- background: rgba(0, 0, 0, 0);
- border: solid 1px #fff;
- padding: 0 10px;
- margin-left: 12px;
- }
- .page > button:first-of-type {
- background: #fff;
- color: #1d4795;
- padding: 0 20px;
- }
- .page > button{
- border-radius: 5px;
- border:1px solid #1d4795;
- background: none;
- color: #1d4795;
- }
- /*.page > button:nth-of-type(4){*/
- /*border: 1px solid #999;*/
- /*color: #999;*/
- /*}*/
- /*.page > button:nth-of-type(4):hover{*/
- /*background: none;*/
- /*color: #999;*/
- /*}*/
- /*.page > button:last-child{*/
- /*border: 1px solid #999;*/
- /*color: #999;*/
- /*}*/
- /*.page > button:last-child:hover{*/
- /*background: none;*/
- /*color: #999;*/
- /*}*/
- .page > button:hover {
- background: #1d4795;
- color: #fff;
- }
- .page > p {
- line-height: 30px;
- float: right;
- color: #1d4795;
- margin-left: 12px;
- }
- .page > p:first-of-type {
- margin-left: 4px;
- }
- .page > p:nth-of-type(2) {
- margin-right: 4px;
- }
- .page > input {
- float: right;
- color: #1d4795;
- height: 28px;
- background: rgba(0, 0, 0, 0);
- border: solid 1px #1d4795;
- padding: 0 10px;
- width: 60px;
- text-align: center;
- }
- .pageonn{
- border: 1px solid #999!important;
- color: #999!important;
- }
- .pageonn:hover{
- background: none!important;
- color: #999!important;
- }
|