DIV 边框重叠太粗 解决办法 阿星小栈
将margin值为边框值的相反数就行
原图:
.clear-box-border-weight {
margin-right:-1px;
margin-bottom:-1px;
}
将margin值为边框值的相反数就行
原图:
.clear-box-border-weight {
margin-right:-1px;
margin-bottom:-1px;
}