均分文档

<style>* {padding: 0;margin: 0;}.box{padding: 0 10px;}.wrapper {margin-left: -10px;}.item {box-sizing: border-box;border-left: 10px solid #fff;width: 33.3%;float: left;border-bottom:0;}.item:nth-child(1) {background: pink;}.item:nth-child(2) {background: #ff0;}.item:nth-child(3) {background: #f0f;}</style><div class="box"><div class="wrapper"><div class="item">1</div><div class="item">2</div><div class="item">3</div></div></div>
