123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- @charset "UTF-8";
- /**
- * @version: v1.7
- * @author: xgc-whj
- * @date: 2018-05-25 21:40:00
- * @license: MIT license release
- * @jq22 address: http://www.jq22.com/jquery-info17548
- * @GitHub: https://github.com/w0624/jquery-pagination
- * @description: jQuery分页插件,可自定义样式,默认有五套样式,可自定义插件选项,简单方便,兼容IE8
- */
- /*ccs-1*/
- .whj_jqueryPaginationCss-1 {
- display: inline-block;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
- .whj_jqueryPaginationCss-1 div {
- display: inline-block;
- vertical-align: bottom;
- height: 24px;
- line-height: 24px;
- }
- .whj_jqueryPaginationCss-1 .whj_padding {
- padding: 1px 9px;
- }
- .whj_jqueryPaginationCss-1 .whj_bgc {
- background-color: #fff;
- color: #698ca9;
- }
- .whj_jqueryPaginationCss-1 .whj_border {
- border: 1px solid #5b9fd6;
- }
- .whj_jqueryPaginationCss-1 .whj_color {
- color: #698ca9;
- }
- .whj_jqueryPaginationCss-1 .whj_hover:hover {
- background-color: #d4f1ff;
- color: #698ca9;
- cursor: pointer;
- }
- .whj_jqueryPaginationCss-1 .whj_checked {
- background-color: #d4f1ff;
- color: #698ca9;
- }
- .whj_jqueryPaginationCss-1 .whj_hoverDisable {
- opacity: 0.5;
- filter: alpha(opacity=50);
- }
- .whj_jqueryPaginationCss-1 select {
- height: 28px;
- vertical-align: bottom;
- padding: 0px;
- outline: none;
- }
- .whj_jqueryPaginationCss-1 input {
- padding: 0px;
- height: 26px;
- outline: none;
- text-align: center;
- width: 60px;
- vertical-align: bottom;
- }
- .whj_jqueryPaginationCss-1 div, .whj_jqueryPaginationCss-1 input, .whj_jqueryPaginationCss-1 select {
- margin: 2px;
- }
- /*只有设置显示总页数时,该样式才生效*/
- .whj_jqueryPaginationCss-1 .whj_totalSizeSingle {
- margin-left: -8px;
- }
- /*ccs-2*/
- .whj_jqueryPaginationCss-2 {
- display: inline-block;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
- .whj_jqueryPaginationCss-2 div {
- display: inline-block;
- vertical-align: bottom;
- height: 24px;
- line-height: 24px;
- }
- .whj_jqueryPaginationCss-2 .whj_padding {
- padding: 1px 9px;
- }
- .whj_jqueryPaginationCss-2 .whj_bgc {
- background-color: #5194ca;
- color: #fff;
- }
- .whj_jqueryPaginationCss-2 .whj_border {
- border: 1px solid #5194ca;
- }
- .whj_jqueryPaginationCss-2 .whj_color {
- color: #5194ca;
- }
- .whj_jqueryPaginationCss-2 .whj_hover:hover {
- background-color: #d4f1ff;
- color: #5194ca;
- cursor: pointer;
- }
- .whj_jqueryPaginationCss-2 .whj_checked {
- background-color: #d4f1ff;
- color: #5194ca;
- }
- .whj_jqueryPaginationCss-2 .whj_hoverDisable {
- opacity: 0.7;
- filter: alpha(opacity=70);
- }
- .whj_jqueryPaginationCss-2 select {
- height: 28px;
- vertical-align: bottom;
- padding: 0px;
- outline: none;
- }
- .whj_jqueryPaginationCss-2 input {
- padding: 0px;
- height: 26px;
- outline: none;
- text-align: center;
- width: 60px;
- vertical-align: bottom;
- }
- .whj_jqueryPaginationCss-2 div, .whj_jqueryPaginationCss-2 input, .whj_jqueryPaginationCss-2 select {
- margin: 2px;
- }
- /*只有设置显示总页数时,该样式才生效*/
- .whj_jqueryPaginationCss-2 .whj_totalSizeSingle {
- margin-left: -8px;
- }
- /*ccs-3*/
- .whj_jqueryPaginationCss-3 {
- display: inline-block;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
- .whj_jqueryPaginationCss-3 div {
- display: inline-block;
- vertical-align: bottom;
- height: 24px;
- line-height: 24px;
- }
- .whj_jqueryPaginationCss-3 .whj_padding {
- padding: 1px 9px;
- }
- .whj_jqueryPaginationCss-3 .whj_bgc {
- background-color: #7a7b7b;
- color: #fff;
- }
- .whj_jqueryPaginationCss-3 .whj_border {
- border: 1px solid #929292;
- }
- .whj_jqueryPaginationCss-3 .whj_color {
- color: #929292;
- }
- .whj_jqueryPaginationCss-3 .whj_hover:hover {
- background-color: #e0dddd;
- color: #7a7b7b;
- cursor: pointer;
- }
- .whj_jqueryPaginationCss-3 .whj_checked {
- background-color: #e0dddd;
- color: #7a7b7b;
- }
- .whj_jqueryPaginationCss-3 .whj_hoverDisable {
- opacity: 0.5;
- filter: alpha(opacity=50);
- }
- .whj_jqueryPaginationCss-3 select {
- height: 28px;
- vertical-align: bottom;
- padding: 0px;
- outline: none;
- }
- .whj_jqueryPaginationCss-3 input {
- padding: 0px;
- height: 26px;
- outline: none;
- text-align: center;
- width: 60px;
- vertical-align: bottom;
- }
- .whj_jqueryPaginationCss-3 div, .whj_jqueryPaginationCss-3 input, .whj_jqueryPaginationCss-3 select {
- margin: 2px;
- }
- /*只有设置显示总页数时,该样式才生效*/
- .whj_jqueryPaginationCss-3 .whj_totalSizeSingle {
- margin-left: -8px;
- }
- /*ccs-4*/
- .whj_jqueryPaginationCss-4 {
- display: inline-block;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
- .whj_jqueryPaginationCss-4 div {
- display: inline-block;
- vertical-align: bottom;
- height: 24px;
- line-height: 24px;
- }
- .whj_jqueryPaginationCss-4 .whj_padding {
- padding: 1px 9px;
- }
- .whj_jqueryPaginationCss-4 .whj_bgc {
- background-color: #f5f5f5;
- color: #907272;
- }
- .whj_jqueryPaginationCss-4 .whj_border {
- border: 1px solid #907272;
- }
- .whj_jqueryPaginationCss-4 .whj_color {
- color: #907272;
- }
- .whj_jqueryPaginationCss-4 .whj_hover:hover {
- background-color: #afacac;
- color: #fff;
- cursor: pointer;
- }
- .whj_jqueryPaginationCss-4 .whj_checked {
- background-color: #afacac;
- color: #fff;
- }
- .whj_jqueryPaginationCss-4 .whj_hoverDisable {
- opacity: 0.5;
- filter: alpha(opacity=50);
- }
- .whj_jqueryPaginationCss-4 select {
- height: 28px;
- vertical-align: bottom;
- padding: 0px;
- outline: none;
- }
- .whj_jqueryPaginationCss-4 input {
- padding: 0px;
- height: 26px;
- outline: none;
- text-align: center;
- width: 60px;
- vertical-align: bottom;
- }
- .whj_jqueryPaginationCss-4 div, .whj_jqueryPaginationCss-4 input, .whj_jqueryPaginationCss-4 select {
- margin: 2px;
- }
- /*只有设置显示总页数时,该样式才生效*/
- .whj_jqueryPaginationCss-4 .whj_totalSizeSingle {
- margin-left: -8px;
- }
- /*ccs-5*/
- .whj_jqueryPaginationCss-5 {
- display: inline-block;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
- .whj_jqueryPaginationCss-5 div {
- display: inline-block;
- vertical-align: bottom;
- height: 24px;
- line-height: 24px;
- }
- .whj_jqueryPaginationCss-5 .whj_padding {
- padding: 1px 9px;
- }
- .whj_jqueryPaginationCss-5 .whj_bgc {
- background-color: #199eaf;
- color: #fff;
- }
- .whj_jqueryPaginationCss-5 .whj_border {
- border: 1px solid #199eaf;
- }
- .whj_jqueryPaginationCss-5 .whj_color {
- color: #199eaf;
- }
- .whj_jqueryPaginationCss-5 .whj_hover:hover {
- background-color: #d4f1ff;
- color: #199eaf;
- cursor: pointer;
- }
- .whj_jqueryPaginationCss-5 .whj_checked {
- background-color: #d4f1ff;
- color: #199eaf;
- }
- .whj_jqueryPaginationCss-5 .whj_hoverDisable {
- opacity: 0.5;
- filter: alpha(opacity=50);
- }
- .whj_jqueryPaginationCss-5 select {
- height: 28px;
- vertical-align: bottom;
- padding: 0px;
- outline: none;
- }
- .whj_jqueryPaginationCss-5 input {
- padding: 0px;
- height: 26px;
- outline: none;
- text-align: center;
- width: 60px;
- vertical-align: bottom;
- }
- .whj_jqueryPaginationCss-5 div, .whj_jqueryPaginationCss-5 input, .whj_jqueryPaginationCss-5 select {
- margin: 2px;
- }
- /*只有设置显示总页数时,该样式才生效*/
- .whj_jqueryPaginationCss-5 .whj_totalSizeSingle {
- margin-left: -8px;
- }
|