📅  最后修改于: 2022-03-11 14:47:41.444000             🧑  作者: Mango
div {
width: 100px;
height: 100px;
background: #eee;
}
div:hover {
width: 100px;
height: 100px;
background: #eee;
border-bottom: 1px solid;
margin-bottom: -1px;
}