123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @charset "utf-8";
- .pagers{
- width:1000px;
- margin: 0 auto;
- height: 89px;
- text-align: center
- }
- .pagers-content{
- display: inline-block
- }
- .pagers a{
- color: #fff;
- font-size: 25px;
- height: 89px;
- line-height: 89px;
- padding:5px 10px;
- margin: 0px 15px;
- background-color:#0f78f7;
- }
- .current{
- color: #fff;
- font-size: 25px;
- height: 89px;
- line-height: 89px;
- margin: 0px 15px;
- padding:3px 8px;
- background-color:transparent;
- border:2px solid #fff;
- }
- .pagers a.unable{
- color: #fff;
- font-size: 25px;
- height: 89px;
- line-height: 89px;
- margin: 0px 15px;
- padding:3px 8px;
- background-color:transparent;
- border:2px solid #fff;
- }
- .recoil{
- width: 100%;
- background:url(../../images/hardware/aio/joblist/jobfair_com_bg.png);
- color:#fff;
- font-size:22px;
- height: 80px;
- font-family: "MicrosoftYaHei";
- font-weight: normal;
- font-stretch: normal;
- letter-spacing: 0px;
- outline: none;
- text-align:center;
- line-height:80px;
- }
|