pagination.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. @charset "UTF-8";
  2. .m-style {
  3. position: relative;
  4. text-align: center;
  5. zoom: 1;
  6. }
  7. .m-style:before,
  8. .m-style:after {
  9. content: "";
  10. display: table;
  11. }
  12. .m-style:after {
  13. clear: both;
  14. overflow: hidden;
  15. }
  16. .m-style span {
  17. float: left;
  18. margin: 0 5px;
  19. width: 38px;
  20. height: 38px;
  21. line-height: 38px;
  22. color: #bdbdbd;
  23. font-size: 14px;
  24. }
  25. .m-style .active {
  26. float: left;
  27. margin: 0 5px;
  28. width: 38px;
  29. height: 38px;
  30. line-height: 38px;
  31. background: #e91e63;
  32. color: #fff;
  33. font-size: 14px;
  34. border: 1px solid #e91e63;
  35. }
  36. .m-style a {
  37. float: left;
  38. margin: 0 5px;
  39. width: 38px;
  40. height: 38px;
  41. line-height: 38px;
  42. background: #fff;
  43. border: 1px solid #ebebeb;
  44. color: #bdbdbd;
  45. font-size: 14px;
  46. }
  47. .m-style a:hover {
  48. color: #fff;
  49. background: #e91e63;
  50. }
  51. .m-style .next,
  52. .m-style .prev {
  53. font-family: "Simsun";
  54. font-size: 16px;
  55. font-weight: bold;
  56. }
  57. .now,
  58. .count {
  59. padding: 0 5px;
  60. color: #f00;
  61. }
  62. .eg img {
  63. max-width: 800px;
  64. min-height: 500px;
  65. }
  66. input {
  67. float: left;
  68. margin: 0 5px;
  69. width: 38px;
  70. height: 38px;
  71. line-height: 38px;
  72. text-align: center;
  73. background: #fff;
  74. border: 1px solid #ebebeb;
  75. outline: none;
  76. color: #bdbdbd;
  77. font-size: 14px;
  78. }