<div class=”content”>
<h3 title=”专业技能”>专业技能</h3>
<div class=”next”><!–其他内容–></div>
</div>
.content h3{
opacity:0.7;
font:40px/50px ‘Microsoft yahei’;
-webkit-box-reflect: below 5px -webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.2, transparent), to(white));
}
但是box-reflect属性只有chrome/Safari支持