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

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

  

相关文章:

  • 2021-07-25
  • 2021-06-20
  • 2021-08-14
  • 2021-10-06
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-07-03
  • 2021-06-06
相关资源
相似解决方案