We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1114447 + f87f16b commit 4b13fa9Copy full SHA for 4b13fa9
1 file changed
cnDocs/solutions/rgba-opacity.html
@@ -223,6 +223,19 @@ <h3>最新式的半透明效果实现</h3>
223
<i>具有半透明背景的文字,文字过长也不要紧的哦,布局良好!</i>
224
</a>
225
</div>
226
+ <div class="rgbabox">
227
+ <p>全兼容半透明测试,五种颜色及透明度。设置背景图片作为陪衬对比,增强浏览效果。</p>
228
+ <span class="rbox"></span>
229
230
231
232
233
+ <span class="box1">颜色:白<br>透明度:.8</span>
234
+ <span class="box2">颜色:黑<br>透明度:.5</span>
235
+ <span class="box3">颜色:红<br>透明度:.4</span>
236
+ <span class="box4">颜色:绿<br>透明度:.3</span>
237
+ <span class="box5">颜色:蓝<br>透明度:.2</span>
238
+ </div>
239
240
<pre class="prettyprint linenums">
241
.text-cover {
0 commit comments