common.css 384 B

1234567891011121314151617181920
  1. @charset "UTF-8";
  2. .sup::after,.nav-item-new>a::after {
  3. content: '';
  4. background-color: #ff4949;
  5. color: #fff;
  6. display: inline-block;
  7. font-size: 12px;
  8. line-height: 18px;
  9. text-align: center;
  10. white-space: nowrap;
  11. border: 1px solid #fff;
  12. width: 8px;
  13. height: 8px;
  14. padding: 0;
  15. border-radius: 50%;
  16. left: 0px;
  17. position: relative;
  18. top: -8px;
  19. }