You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
202 lines
4.0 KiB
202 lines
4.0 KiB
4 years ago
|
/* css for grid pagination start */
|
||
|
|
||
|
.frr .fy {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.frr .edp-first,
|
||
|
.edp-previous,
|
||
|
.edp-next,
|
||
|
.edp-last,
|
||
|
.edp-link {
|
||
|
/* width: 80px;
|
||
|
height: 34px;
|
||
|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F4EF), to(#e7e3e0));
|
||
|
box-shadow: 0px 2px 2px #828282;
|
||
|
border-radius: 4px;
|
||
|
border: none;*/
|
||
|
}
|
||
|
|
||
|
|
||
|
/*.frr .edp-first >span, .edp-previous >span, .edp-next >span, .edp-last >span, .edp-link >span {
|
||
|
font-size: 16px;
|
||
|
font-family: "Microsoft Yahei";
|
||
|
color: #369fcf;
|
||
|
font-weight: bold;
|
||
|
letter-spacing: 5px;
|
||
|
}*/
|
||
|
|
||
|
.frr .edp-first:active,
|
||
|
.edp-previous:active,
|
||
|
.edp-next:active,
|
||
|
.edp-last:active,
|
||
|
.edp-link:active {
|
||
|
background: #e0e0e0;
|
||
|
}
|
||
|
|
||
|
.frr .edp-first>span:active,
|
||
|
.edp-previous>span:active,
|
||
|
.edp-next>span:active,
|
||
|
.edp-last>span:active,
|
||
|
.edp-link>span:active {
|
||
|
color: #1f80a1;
|
||
|
}
|
||
|
|
||
|
.frr .edp-link-icon {
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
background-position: 0px -20px;
|
||
|
display: inline-block;
|
||
|
vertical-align: bottom;
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.frr .edp-first-icon {
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
background-position: -20px 0px;
|
||
|
display: inline-block;
|
||
|
vertical-align: bottom;
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.frr .edp-last-icon {
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
background-position: -40px 0px;
|
||
|
display: inline-block;
|
||
|
vertical-align: bottom;
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.frr .edp-previous-icon {
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
background-position: -60px 0px;
|
||
|
display: inline-block;
|
||
|
vertical-align: bottom;
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.frr .edp-next-icon {
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
background-position: -80px 0px;
|
||
|
display: inline-block;
|
||
|
vertical-align: bottom;
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.frr .edp-pagination {
|
||
|
width: 50px;
|
||
|
height: 20px;
|
||
|
border: 2px solid #c6c6c6;
|
||
|
text-align: center;
|
||
|
font-family: 'Microsoft Yahei';
|
||
|
vertical-align: middle;
|
||
|
border-radius: 12px;
|
||
|
margin: 0 5px 0 5px;
|
||
|
color: #fd815d;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.frr .edp-text {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.edp-pageNumber,
|
||
|
.edp-allNum {
|
||
|
color: #0084c0;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.frr .edp-currentPage {
|
||
|
color: rgb(253, 129, 93);
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.frr .edp-allPage {
|
||
|
color: #535353;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* css for grid pagination end */
|
||
|
|
||
|
.frr .fdpr-pagination-container .edp-pagi-buttons {
|
||
|
margin-left: 30px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div span:active {
|
||
|
border: 0;
|
||
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div span:hover {
|
||
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div.edp-first,
|
||
|
.frr .fdpr-pagination-container div.edp-last {
|
||
|
color: rgba(83, 83, 83, 0.6);
|
||
|
border-color: rgba(83, 83, 83, 0.6);
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div.edp-previous,
|
||
|
.frr .fdpr-pagination-container div.edp-next {
|
||
|
color: rgba(134, 134, 134, 0.6);
|
||
|
border-color: rgba(134, 134, 134, 0.6);
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div.edp-link {
|
||
|
color: rgba(253, 129, 93, 0.6);
|
||
|
border-color: rgba(253, 129, 93, 0.6);
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div {
|
||
|
padding: 8px 0 8px 0;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container div span {
|
||
|
display: inline-block;
|
||
|
width: 50px;
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
border: 2px solid;
|
||
|
border-radius: 12px;
|
||
|
font-weight: bold;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container input.edp-pagination::-webkit-input-placeholder {
|
||
|
color: rgba(253, 129, 93, 0.6);
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container .frr-pagi-num-show {
|
||
|
width: 80px;
|
||
|
height: 28px;
|
||
|
line-height: 28px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container .pagi-button-disabled {
|
||
|
opacity: 0.4;
|
||
|
}
|
||
|
|
||
|
.frr .fdpr-pagination-container {
|
||
|
margin-right: 20px;
|
||
|
font-family: 'Microsoft Yahei';
|
||
|
color: #535353;
|
||
|
font-size: 14px;
|
||
|
height: 40px;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-align-items: center;
|
||
|
align-items: center;
|
||
|
-webkit-justify-content: center;
|
||
|
justify-content: center;
|
||
|
}
|