ImgURL Pro容器部署
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.
 
 
 
 
 
 

17 lines
283 B

.page-link {
background-image: linear-gradient(#fff, #e0e0e0);
&:hover {
text-decoration: $link-hover-decoration;
}
}
.page-item {
&.active .page-link {
background-image: linear-gradient(#bbb, #fff);
}
&.disabled .page-link {
background-image: none;
}
}