1、Pagination 分页
.ant-pagination-item {
border:1px solid #336ECD;
background-color: transparent;
color: white;
a{
color: white;
}
}
.ant-pagination-item-active{
border:1px solid #336ECD;
background-color: transparent;
color: #FFC600;
a{
color: #FFC600;
}
}
.ant-pagination-prev .ant-pagination-item-link{
border:1px solid #336ECD;
background-color: transparent;
color: white;
a{
color: #FFC600;
}
}
.ant-pagination-next .ant-pagination-item-link{
border:1px solid #336ECD;
background-color: transparent;
color: white;
a{
color: #FFC600;
}
}
.ant-pagination-item:hover{
border:1px solid #336ECD;
background-color: transparent;
a{
color: #00FFF7;
}
}
.ant-pagination-item-link:hover{
border-color: #00FFF7;
span{
color: #00FFF7;
}
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector{
border-color: #00FFF7;
}
.ant-pagination-options-quick-jumper input:hover{
border-color: #00FFF7;
}
.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
border-color: #00FFF7;
}
.ant-pagination-options-quick-jumper {
color: white;
input {
border:1px solid #336ECD;
background-color: transparent;
color: #FFC600;
}
}