不要
opacity为此使用,而是将背景设置为RGBA值,以仅使背景半透明。在您的情况下将是这样。
.content { padding:20px; width:710px; position:relative; background: rgb(204, 204, 204); background: rgba(204, 204, 204, 0.5);}
不要
opacity为此使用,而是将背景设置为RGBA值,以仅使背景半透明。在您的情况下将是这样。
.content { padding:20px; width:710px; position:relative; background: rgb(204, 204, 204); background: rgba(204, 204, 204, 0.5);}