自丢网

标题: css教程:倒立三角形 样式代码 [打印本页]

作者: admin    时间: 2020-9-4 09:25
标题: css教程:倒立三角形 样式代码
css教程:倒立三角形 样式代码
css代码如下:
  1. .zidiu: :after {
  2. content:"";
  3. display: block;
  4. position: absolute;
  5. right: 0;
  6. bottom: - .05rem;
  7. height: 0;
  8. width: 0;
  9. border-top: 0 solid transparent;
  10. border-right: 0.3rem solid #ff9800;
  11. border-bottom: 0.3rem solid transparent;
  12. transform: rotate(90deg);
  13. }
复制代码





欢迎光临 自丢网 (https://www.zidiu.com/) Powered by Discuz! X3.5