.js_page { width: 100%; padding-top: 9px; margin-top: 30px; /* margin-bottom: 10px; */ text-align: center } .js_page a { display: inline-block; height: 30px; line-height: 30px; padding: 0 10px; color: #666666; margin-right: 8px; background-color: #f1f1f1; font-size: 14px; } .js_page a.active { background-color: #1e56a8; color: #fff; } .js_page a.active:hover{ color: #fff!important; } .js_page .page_defind{ color: #2957a2; padding: 0 20px; } .js_page.page_jump { height: 30px; line-height: 30px; padding: 0 8px; font-size: 14px; background-color: #f1f1f1; } .js_page .page_jump input { box-sizing: border-box; padding: 0 5px; width: 30px; height: 20px; background-color: #ffffff; border: solid 1px #e5e5e5; margin: 0 6px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{ -webkit-appearance: none !important; } .js_page .page_defind { height: 30px; line-height: 30px; background-color: #f1f1f1; padding: 0 21px; cursor: pointer; font-size: 14px; color: #2957a2; margin-left: 8px; } @media screen and (max-width:750px) { .js_page{ margin: 0; margin-top: 5px; } .js_page a{ margin-top: 5px; height: 23px; line-height: 23px; background-color: #fff; margin-right: 5px; padding: 0 8px; cursor: pointer; font-size: 12px; border-radius: 2px; border: 1px solid #cccccc; } .js_page a.active{ background-color: #fff; color: #333333; border: none; } .js_page .page_jump{ display: none; } .js_page .page_defind{ display: none; } }