Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extend.css 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /*
  2. * 因为换了字体 不在原来的css里面 更改
  3. * 不使用字体 原来的样式是正常的
  4. * 在扩展css里面写
  5. * common.css
  6. */
  7. /**
  8. 增加 分页样式
  9. */
  10. .page{
  11. width:100%;
  12. margin-top: 15px;
  13. margin-bottom: 15px;
  14. height: 30px;
  15. float: left;
  16. position: relative;
  17. display: flex;
  18. align-items: center; /* 垂直居中 */
  19. justify-content: center; /* 水平居中 */
  20. }
  21. .page-content{
  22. /*position: absolute;
  23. margin-left: -25%;
  24. left: 50%;*/
  25. display: block;margin:0 auto;
  26. }
  27. .page-a{
  28. width: auto;
  29. margin:0 auto;
  30. float: left;
  31. height: 30px;
  32. }
  33. .page-b{
  34. float: left;
  35. }
  36. .page li{
  37. float: left;
  38. width: auto;
  39. margin: 0 5px;
  40. text-align: center;
  41. cursor: pointer;
  42. height: 30px !important;
  43. padding-left:0 !important;
  44. list-style: none !important;
  45. }
  46. .page a{
  47. width:auto;
  48. padding: 3px 6px;
  49. text-align: center;
  50. /*padding: 3px 6px;*/
  51. color: rgb(61, 61, 61);
  52. border-radius: 3px;
  53. margin: 3px 5px;
  54. font-family: 微软雅黑;
  55. font-size: 14px;
  56. font-weight: 400;
  57. letter-spacing: 0px;
  58. text-align: center;
  59. }
  60. .page a img{
  61. margin-top:-4px;
  62. }
  63. .page .active-1 a{
  64. border-radius: 2px;
  65. background: rgb(11, 139, 247);
  66. color:#fff;
  67. }
  68. .page input{
  69. width: 48px;
  70. height: 32px;
  71. border-radius: 4px;
  72. background: rgb(250, 250, 250);
  73. border:none;
  74. margin: 0 8px;
  75. text-align: center;
  76. }
  77. /*
  78. 底部导航
  79. */
  80. .footer_Footernav a small{
  81. margin-top: -6px !important;
  82. }