Pag.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. ul, li
  2. {
  3. margin: 0;
  4. padding: 0px;
  5. list-style: none;
  6. }
  7. .U_C_Pag_I_List
  8. {
  9. border: 2px solid #f6f6f6;
  10. border-radius: 5px;
  11. line-height: 30px;
  12. text-align: center;
  13. float: left;
  14. }
  15. .U_C_Pag_I_List_UL
  16. {
  17. float: left; /*max-width: 80%; border: 1px solid #f3f4f5;*/
  18. }
  19. /*.U_C_Pag_I_List_UL > li
  20. {
  21. color: #56abe4;
  22. float: left;
  23. min-width: 20px;
  24. padding: 0 5px;
  25. height: 30px;
  26. border-right: 2px solid #f5f5f5;
  27. }*/
  28. .U_C_Pag_I_List_UL_Li
  29. {
  30. cursor: pointer;
  31. color: #56abe4;
  32. float: left;
  33. min-width: 20px;
  34. padding: 0 5px;
  35. height: 30px;
  36. border-right: 2px solid #f6f6f6;
  37. }
  38. .U_C_Pag_I_List_UL_DLi
  39. {
  40. color: #aba59f;
  41. float: left;
  42. min-width: 20px;
  43. padding: 0 5px;
  44. height: 30px;
  45. background-color: #f6f6f6;
  46. border-right: 2px solid #f6f6f6;
  47. }
  48. .U_C_Pag_I_Next
  49. {
  50. cursor: pointer;
  51. width: 30px;
  52. height: 30px;
  53. float: left;
  54. border-right: 2px solid #f5f5f5;
  55. padding: 0 5px;
  56. background: url("img/next.png") no-repeat 7px 11px;
  57. background-size: 70%;
  58. }
  59. .U_C_Pag_I_Last
  60. {
  61. cursor: pointer;
  62. font-weight: bolder;
  63. width: 30px;
  64. height: 30px;
  65. float: left;
  66. color: #009cff;
  67. }
  68. .U_C_Pag_I_Find
  69. {
  70. border: 2px solid #f6f6f6;
  71. float: left;
  72. border-radius: 5px;
  73. margin-left: 40px;
  74. }
  75. .U_C_Pag_I_Jump
  76. {
  77. cursor: pointer;
  78. width: 38px;
  79. height: 30px;
  80. float: left;
  81. background: #e0e0e0 url("img/jump.png") no-repeat 5px 9px;
  82. background-size: 75%;
  83. }
  84. .U_C_Pag_Jump_Inp
  85. {
  86. float: left;
  87. width: 35px;
  88. height: 30px;
  89. line-height: 30px;
  90. padding: 0px 5px;
  91. outline: none;
  92. border: 0;
  93. outline: 0;
  94. line-height: 30px;
  95. padding: 0 0 0 5px;
  96. background: 0;
  97. }
  98. .U_C_Pag_II
  99. {
  100. float: left;
  101. width: auto;
  102. height: 40px;
  103. padding: 0px;
  104. margin: 0px;
  105. list-style: none;
  106. border-radius: 20px;
  107. border: 2px solid #f6f6f6;
  108. }
  109. .U_C_Pag_II > li
  110. {
  111. display: inline-block;
  112. float: left;
  113. width: 40px;
  114. height: 40px;
  115. padding: 0px;
  116. margin: 0px;
  117. line-height: 40px;
  118. text-align: center;
  119. background: #fff;
  120. border: 2px solid #e0e0e0;
  121. }
  122. .U_C_Pag_II > li:hover, .U_C_Pag_II_active
  123. {
  124. background: #009cff !important;
  125. color: #fff;
  126. cursor: pointer;
  127. }
  128. .U_C_Pag_II_prev_btn
  129. {
  130. border-radius: 20px 0px 0px 20px;
  131. }
  132. .U_C_Pag_II_next_btn
  133. {
  134. border-radius: 0px 20px 20px 0px;
  135. }
  136. .U_C_Pag_II_Slider
  137. {
  138. width: 100px;
  139. margin-top: 5px;
  140. float: left;
  141. height: 30px;
  142. margin-left: 20px;
  143. border-radius: 20px;
  144. background: #f3f4f5;
  145. }
  146. .U_C_Pag_II_input
  147. {
  148. position: relative;
  149. height: 25px;
  150. width: 62px;
  151. right: 0;
  152. border: none;
  153. outline: none;
  154. float: right;
  155. background: none;
  156. }
  157. .U_C_Pag_II_Slider_btn
  158. {
  159. width: 30px;
  160. height: 30px;
  161. background: url("img/U_C_Pag_II_Slider_btn.png");
  162. border-radius: 20px;
  163. background-position: center;
  164. }
  165. .U_C_Pag_II_Slider_btn:hover
  166. {
  167. cursor: pointer;
  168. }