<style>
/*使用梯形叠加实现伪圆角效果*/
.box{
width: 600px; height: 200px;
background-color: #c00;
}
.border{
width: 590px;
border:5px solid;
border-color: transparent;
}
.bottom{
border-bottom-color: #c00;
}
.top{
border-top-color: #c00;
}
</style>
/*使用梯形叠加实现伪圆角效果*/
.box{
width: 600px; height: 200px;
background-color: #c00;
}
.border{
width: 590px;
border:5px solid;
border-color: transparent;
}
.bottom{
border-bottom-color: #c00;
}
.top{
border-top-color: #c00;
}
</style>
2017-01-16
已采纳回答 / qq_渣渣的钩子_0
我很好奇你的圆是怎么出来的,连border属性都没有 还有你的id选择器不是应该用#这个吗*是通配符我的是 width: 80px;border-top: 80px dotted red;overflow: hidden;
2017-01-14