使border处于边框内

box-sizing需要指定高度,它在这个高度出现,不会增加额外的高度

.box{
box-sizing: border-box;
height: 64px;
}
原文地址:https://www.cnblogs.com/tangpg/p/9198829.html