1 .userCard .sanjiao {//三角形的制作;
 2     width: 0;
 3     height: 0;
 4     border-left: 10px solid transparent;
 5     border-right: 10px solid transparent;
 6     border-bottom: 10px solid rgba(0, 0, 0, .9);
 7     margin: -23px 0 0 -10px;
 8     left: 50%;
 9     position: absolute
10 }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
  • 2021-06-02
猜你喜欢
  • 2022-12-23
  • 2022-01-09
  • 2021-11-20
  • 2021-12-18
  • 2021-09-11
  • 2021-11-29
  • 2021-09-10
相关资源
相似解决方案