page.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .page {
  2. margin: 37px auto 50px;
  3. overflow: hidden;
  4. width: 615px;
  5. }
  6. .page > button {
  7. float: right;
  8. color: #fff;
  9. height: 30px;
  10. background: rgba(0, 0, 0, 0);
  11. border: solid 1px #fff;
  12. padding: 0 10px;
  13. margin-left: 12px;
  14. }
  15. .page > button:first-of-type {
  16. background: #fff;
  17. color: #1d4795;
  18. padding: 0 20px;
  19. }
  20. .page > button{
  21. border-radius: 5px;
  22. border:1px solid #1d4795;
  23. background: none;
  24. color: #1d4795;
  25. }
  26. /*.page > button:nth-of-type(4){*/
  27. /*border: 1px solid #999;*/
  28. /*color: #999;*/
  29. /*}*/
  30. /*.page > button:nth-of-type(4):hover{*/
  31. /*background: none;*/
  32. /*color: #999;*/
  33. /*}*/
  34. /*.page > button:last-child{*/
  35. /*border: 1px solid #999;*/
  36. /*color: #999;*/
  37. /*}*/
  38. /*.page > button:last-child:hover{*/
  39. /*background: none;*/
  40. /*color: #999;*/
  41. /*}*/
  42. .page > button:hover {
  43. background: #1d4795;
  44. color: #fff;
  45. }
  46. .page > p {
  47. line-height: 30px;
  48. float: right;
  49. color: #1d4795;
  50. margin-left: 12px;
  51. }
  52. .page > p:first-of-type {
  53. margin-left: 4px;
  54. }
  55. .page > p:nth-of-type(2) {
  56. margin-right: 4px;
  57. }
  58. .page > input {
  59. float: right;
  60. color: #1d4795;
  61. height: 28px;
  62. background: rgba(0, 0, 0, 0);
  63. border: solid 1px #1d4795;
  64. padding: 0 10px;
  65. width: 60px;
  66. text-align: center;
  67. }
  68. .pageonn{
  69. border: 1px solid #999!important;
  70. color: #999!important;
  71. }
  72. .pageonn:hover{
  73. background: none!important;
  74. color: #999!important;
  75. }