兼容 IE 浏览器的透明度处理

111 阅读1分钟
.ui {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: Alpha(opacity=40); //兼容IE浏览器的处理
}