index.less 232 B

1234567891011121314151617
  1. @import '../../app.less';
  2. .user-pagination {
  3. padding-top: 20px;
  4. text-align: center;
  5. span {
  6. margin: 0 15px;
  7. display: inline-block;
  8. color: #303139;
  9. b {
  10. color: #4299FF;
  11. font-weight: 500;
  12. }
  13. }
  14. }