代码如下所示:

// 收货地址的平行四边形的线条样式

//样式

.top{

background-color: #fff;

position: relative;

}

.top:before{

position: absolute;

right: 0;

bottom: 0;

left: 0;

height: 2px;

background: repeating-linear-gradient(-45deg,#ff6c6c,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);

background-size: 80px;

content: "";

}

ps:css实现收货地址下边的平行四边形彩色线条

.xiantiao{width:100%; height:2px; overflow: hidden;}

.city {

width:36px;

height:2px;

margin-right: 23px;

background-color: #44a5fc;

color: #333;

transform: skew(-45deg);

float:left;

}

到此这篇关于css 收货地址平行四边形的线条样式示例代码的文章就介绍到这了,更多相关css边框线条样式内容请搜索脚本之家以前的文章或继续浏览下面的相关文章,希望大家以后多多支持脚本之家!

更多推荐

html制作收货地址页面,css 收货地址平行四边形的线条样式示例代码