三角

这样....可以画个三角

.filters .select::after {
		content: "";
		position: relative;
		display: inline-block;
		 0;
		height: 0;
		border- 5px;
		border-style: solid;
		border-color: #999999 transparent transparent transparent;
		right: -3px;
		top: 3px;
	}

  

原文地址:https://www.cnblogs.com/DangerousBaymax/p/9120221.html