Guest User

Untitled

a guest
Nov 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /*斜线样式*/
  2.  
  3. .bias.active{
  4. position:relative;
  5. text-align: center;
  6. }
  7. .bias.active::after{
  8. position: absolute;
  9. top: 50%;
  10. left: 0;
  11. right: 0;
  12. z-index: -1;
  13. margin: auto;
  14. content: '';
  15. width: 4.25rem;
  16. height: 1px;
  17. background: #333;
  18. transform: rotate(-45deg);
  19. }
  20. .bias.active .txt{
  21. background:#ebebed;
  22. }<!-- content to be placed inside <body>…</body> -->
Add Comment
Please, Sign In to add comment