使div變成半透明的css樣式

魔豆發表於2015-12-10

.layer {

  opacity:0.9;

  filter:alpha(opacity=90);

  zoom:1;

}

相關文章