问答题
.box { transition: all .5s ease; box-shadow: 0 0 6px 3px #ddd; border-radius:3px; width: 100px; height: 80px;}.box:hover { opacity: 0;}
.box {
transition: all .5s ease;
box-shadow: 0 0 6px 3px #ddd;
border-radius:3px;
width: 100px;
height: 80px;
}
.box:hover {
opacity: 0;
0
点击进入快速问答通道>>
热门公司面试题
热门面试单题