Created
June 2, 2015 10:16
-
-
Save Johnqing/95d8e4b01835de5d0a2e to your computer and use it in GitHub Desktop.
连续锯齿
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bg-bottom(@bgColor){ | |
background: @bgColor; | |
background-image: ~'-webkit-linear-gradient(135deg, #fff 25%,transparent 25%), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%)'; | |
background-size: 10px 5px; | |
background-repeat: repeat-x; | |
background-position: -4px 100%; | |
} |
Author
Johnqing
commented
Jun 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment