Created
October 8, 2016 10:14
-
-
Save lichenbuliren/5f566f9d0cc3dd29e23d236499727534 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
.price { | |
display: inline-block; | |
color: #FF5802; | |
} | |
.price:first-letter { | |
margin-right: 5px; | |
font-size: xx-large; | |
vertical-align: -2px; | |
} | |
<span class="price">¥399</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment