2.9.3部分CSS样式不生效?
.resetBtn {
padding: 0;
position: absolute;
width: 22px;
line-height: 22px;
height: 22px;
top: 18px;
right: 15px;
z-index: 999;
border-radius: 10px;
background: rgba(0, 0, 0, .4);
color: white;
}
以上是我定义的button的样式,在其它版本的开发工具上,这个按钮是圆形的,在这个上面却怎么也不生效
2 回复