scss 真ん中の直线を引く
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 真ん中の直线を引く相关的知识,希望对你有一定的参考价值。
//垂直真ん中のラインを引く vertical middle line IE10〜
@mixin vmline($lineColor:#ccc, $space:2em){
display: table;
text-align: center;
white-space: nowrap;
&:after,
&:before {
content: '';
display: table-cell;
width: 50%;
@include background-image(linear-gradient(top, transparent 47%, $lineColor 48%, $lineColor 52%, transparent 53%, transparent));
@include background-clip(padding-box);
}
&:after {
border-left: $space solid transparent;
}
&:before {
border-right: $space solid transparent;
}
}
以上是关于scss 真ん中の直线を引く的主要内容,如果未能解决你的问题,请参考以下文章
xml 【WPF】边境で破线を引く
text zsh中の设定
sh ログ中の日付の変换
sh 使用中のポート确认
python wxPython中のスケルトン
python Python中の练习