1px的边框,经理嫌太粗了,0.5px的又识别不了。所以:
.list div:after{
content: "";
display: block;
position: absolute;
left: -42%;
margin-top: 4%;
width: 184%;
height: 1px;
background: #ccc;
-webkit-transform:scale(0.5);
}