HTML
li::after { content: ''; position: absolute; right: 20px; top: 20px; width: 12px; height: 12px; margin-top: -2px; border-right: 1px solid #808080; border-bottom: 1px solid #808080; -webkit-transform: rotate(-45deg); }
其中的
-webkit-transform: rotate(-45deg);
为旋转角度。