scss アイコン拟似要素

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss アイコン拟似要素相关的知识,希望对你有一定的参考价值。

.panel-text {
  background-color: $c_w;
  padding: 40px;
  box-sizing: border-box;
  
  a[target="_blank"] & {
    position: relative;
    
    &:before {
      content: "\e900";
      @include icofont;
      color: #fff;
      position: absolute;
      z-index: 1;
      font-size: 10px;
      transform: translateY(-50%);
      right: 8px;
      bottom: 2px;
      @include mqSP{
        right: 4px;
        bottom: -2px;
      }
    }
    &:after {
      position:absolute;
      width:0;
      height:0;
      right: 0;
      bottom: 0;
      content:"";
      border:30px solid transparent;
      border-top-color: #000;
      transform: rotate(315deg);
      bottom: -30px;
      right: -30px;
      @include mqSP{
        border:20px solid transparent;
        bottom: -20px;
        right: -20px;
        border-top-color: #000;
      }
    }
  }
}

以上是关于scss アイコン拟似要素的主要内容,如果未能解决你的问题,请参考以下文章

scss PDFアイコン追加らく【楽に】

css 二重丸アイコン

css 三角アイコン

css 二重丸アイコン

python wxPython的にアイコンを付ける

css ハンバーガーメニューのアイコン