*{ padding:0; margin:0; font-family:SourceHanSansCN-Regular-GBpc-EUC-H !important; } a{ text-decoration:none; color:#000; cursor: pointer !important; } a div { cursor: pointer !important; } a span { cursor: pointer !important; } a p { cursor: pointer !important; } input { outline: none !important; } body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */ margin: 0; padding: 0; } button, input, select, textarea { /* for ie */ /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/ font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示,使得在任何编码下都无问题 */ } h1 { font-size: 18px; /* 18px / 12px = 1.5 */ } h2 { font-size: 16px; } h3 { font-size: 14px; } h4, h5, h6 { font-size: 100%; } address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */ small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ ul, ol,li { list-style: none; } .flexCenter1 { display: flex; flex-direction: column; justify-content: center; align-items: center; } a,p,span,div { cursor:default } .pagination{ display: flex; justify-content: center; align-items: center; /*justify-content: space-around;*/ } @media (min-width: 781px) { .pagination li a{ background-color: #F2F2F2; padding: 10px 15px!important; margin: 5px!important; } .pagination .active a{ background-color: var(--juhui-color)!important; padding: 10px!important; color: #ffffff!important; margin: 5px!important; } .pagination .active a{ color: #ffffff!important; } } @media (max-width: 780px) { .pagination li { width: 2rem; height: 2rem; font-size: 1rem; display: inline-block; text-align: center; line-height: 2rem; margin-left: 5px; background-color: rgb(235, 235, 235); margin-left: 8px; } .pagination li a{ color: rgba(15, 15, 15, 1); width: 2rem; height: 2rem; font-size: 1rem; display: inline-block; text-align: center; line-height: 2rem; } .pagination .active a{ background-color: var(--juhui-color)!important; color: #ffffff!important; width: 2rem; height: 2rem; font-size: 1rem; display: inline-block; text-align: center; line-height: 2rem; } .pagination .active a{ color: #ffffff!important; } } .pagination li a{ font-size: 12px; }