//利用背景圖來畫一個
//左豎線
.thin-line{
background: -webkit-linear-gradient(left, transparent 50%, #e5e5e5 50%) no-repeat top left;
background-size: 1px 100%;
}
//下橫線
.thin-line{
background: -webkit-linear-gradient(bottom, transparent 50%, #e5e5e5 50%) no-repeat bottom left;
background-size: 100% 1px;
}
//利用::after偽類元素來給一個絕對定位
div::after{
content: '';
position: absolute;
left: 0;
bottom: 0;
background: -webkit-linear-gradient(top, transparent 50%, #f2f2f2 50%) no-repeat bottom left;
background-size: 100% 1px;
width: 100%;
height: 1px;
}
最后編輯于 :
?著作權歸作者所有,轉載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。