pagers.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @charset "utf-8";
  2. .pagers{
  3. width:1000px;
  4. margin: 0 auto;
  5. height: 89px;
  6. text-align: center
  7. }
  8. .pagers-content{
  9. display: inline-block
  10. }
  11. .pagers a{
  12. color: #fff;
  13. font-size: 25px;
  14. height: 89px;
  15. line-height: 89px;
  16. padding:5px 10px;
  17. margin: 0px 15px;
  18. background-color:#0f78f7;
  19. }
  20. .current{
  21. color: #fff;
  22. font-size: 25px;
  23. height: 89px;
  24. line-height: 89px;
  25. margin: 0px 15px;
  26. padding:3px 8px;
  27. background-color:transparent;
  28. border:2px solid #fff;
  29. }
  30. .pagers a.unable{
  31. color: #fff;
  32. font-size: 25px;
  33. height: 89px;
  34. line-height: 89px;
  35. margin: 0px 15px;
  36. padding:3px 8px;
  37. background-color:transparent;
  38. border:2px solid #fff;
  39. }
  40. .recoil{
  41. width: 100%;
  42. background:url(../../images/hardware/aio/joblist/jobfair_com_bg.png);
  43. color:#fff;
  44. font-size:22px;
  45. height: 80px;
  46. font-family: "MicrosoftYaHei";
  47. font-weight: normal;
  48. font-stretch: normal;
  49. letter-spacing: 0px;
  50. outline: none;
  51. text-align:center;
  52. line-height:80px;
  53. }