.selectStyle {
		color: #EF420E;
		font-size: 35rpx;
		font-weight: bold;
		position: relative;
	}
	.selectStyle::before {
		content: '';
		position: absolute;
		left: 18%;
		right: 0;
		bottom: -10rpx;
		width: 50%;
		height: 2px;
		border-radius: 6rpx;
		border-bottom: 2px solid #EF420E;
		box-sizing: border-box;
	}

  

相关文章:

  • 2021-11-06
  • 2022-01-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2021-11-17
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案