scss CSS-треугольники
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss CSS-треугольники相关的知识,希望对你有一定的参考价值。
@mixin triangle($width, $direction, $color){
width: 0;
height: 0;
@if $direction == up {
border-left: $width solid transparent;
border-right: $width solid transparent;
border-bottom: $width solid $color;
}
@if $direction == down {
border-left: $width solid transparent;
border-right: $width solid transparent;
border-top: $width solid $color;
}
@if $direction == left {
border-top: $width solid transparent;
border-bottom: $width solid transparent;
border-right: $width solid $color;
}
@if $direction == right {
border-top: $width solid transparent;
border-bottom: $width solid transparent;
border-left: $width solid $color;
}
}
以上是关于scss CSS-треугольники的主要内容,如果未能解决你的问题,请参考以下文章
css #css#треугольник
css Треугольникдлятолтипа
php Унаследованиешаблонадлякатегории。 Дочерниебудутиспользоватьшаблонродительскойкатегории
Erlangе демо
html 三角形(СозданиетреугольниканачистомCSS)
python Генераторуникальноготекста