首页 > 代码库 > 51cto的border小三角

51cto的border小三角

#colorNav ul li:first-child:before {
content: ‘‘;
position: absolute;
width: 1px;
height: 1px;
border: 5px solid transparent;
border-bottom-color: #313131;
left: 83%;
top: -10px;
margin-left: -5px;
}

51cto的border小三角