软件介绍: .text_shadow{ width:500px; height:100px; box-shadow: 0px 0px 13px 1px rgba(5...
<div class="text_shadow"></div>
<style>
.text_shadow{
width:500px;
height:100px;
box-shadow: 0px 0px 13px 1px rgba(51, 51, 51, 0.1);
}
</style>